Skip to content

DeKaN/docker-inpx-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-inpx-web

inpx-web is a web server for searching in .inpx files.

.inpx is an index file for export/import information about books from online libraries to MyHomeLib/freeLib/LightLib

Supported Architectures

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64
armhf

Usage

---
services:
  inpx-web:
    image: ghcr.io/dekan/inpx-web:latest
    container_name: inpx-web
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /path/to/fb2/files:/library:ro
      - /path/to/data:/data
      - /path/to/catalog.inpx:/catalog.inpx:ro
    ports:
      - 12380:12380
    restart: unless-stopped

Updating Info

  • Update images:

    • All images:

      docker-compose pull
    • Single image:

      docker-compose pull inpx-web
  • Update containers:

    • All containers:

      docker-compose up -d
    • Single container:

      docker-compose up -d inpx-web
  • You can also remove the old dangling images:

    docker image prune

About

Docker container of inpx-web application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors