LoginSignup
1
2

More than 3 years have passed since last update.

Comic reader ( ubooquity )

Last updated at Posted at 2020-05-07

ubooquity

docker-compose.yml
---
version: "2.1"
services:
  ubooquity:
    image: linuxserver/ubooquity
    container_name: comics
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Asia/Tokyo
      - MAXMEM=512
    volumes:
      - ./data:/config
      - ./books:/books
      - ./comics:/comics
      - ./raw:/files
    ports:
      - 2202:2202
      - 2203:2203
    restart: unless-stopped

admin.png

Scanする

スクリーンショット_2020-05-08_05-12-31.png

client.png

renameコマンド

apt install -y rename
rename.sh
rename 's/\.zip$/.cbz/' *zip
rename 's/\.rar$/.cbr/' *rar

認証

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2