commit f4ec8be31e6faad0a2f06f0b28893b670b074b85 Author: AntonP8O Date: Tue Mar 12 20:20:23 2024 +1000 init diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..7fb3bf2 --- /dev/null +++ b/.env.example @@ -0,0 +1,2 @@ +DOMAIN= +TZ= \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..961cbe7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.env +books/ +config/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..0fd5b0c --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Заполню потом \ No newline at end of file diff --git a/books/John Schember/Quick Start Guide (1)/Quick Start Guide - John Schember.epub b/books/John Schember/Quick Start Guide (1)/Quick Start Guide - John Schember.epub new file mode 100755 index 0000000..99a066a Binary files /dev/null and b/books/John Schember/Quick Start Guide (1)/Quick Start Guide - John Schember.epub differ diff --git a/books/John Schember/Quick Start Guide (1)/cover.jpg b/books/John Schember/Quick Start Guide (1)/cover.jpg new file mode 100755 index 0000000..6ee22d2 Binary files /dev/null and b/books/John Schember/Quick Start Guide (1)/cover.jpg differ diff --git a/books/John Schember/Quick Start Guide (1)/metadata.opf b/books/John Schember/Quick Start Guide (1)/metadata.opf new file mode 100755 index 0000000..a6d4575 --- /dev/null +++ b/books/John Schember/Quick Start Guide (1)/metadata.opf @@ -0,0 +1,18 @@ + + + + 1 + 35b08a8e-90f9-4e22-8e09-663d9fba7938 + Quick Start Guide + John Schember + calibre (7.5.1) [https://calibre-ebook.com] + 0101-01-01T00:00:00+00:00 + calibre Quick Start Guide + eng + + + + + + + diff --git a/books/Nieizviestnyi/978-6-01763-867-2 Zapuskaiem Ansible (2)/978-6-01763-867-2 Zapuskaiem An - Nieizviestnyi.pdf b/books/Nieizviestnyi/978-6-01763-867-2 Zapuskaiem Ansible (2)/978-6-01763-867-2 Zapuskaiem An - Nieizviestnyi.pdf new file mode 100755 index 0000000..38b535e Binary files /dev/null and b/books/Nieizviestnyi/978-6-01763-867-2 Zapuskaiem Ansible (2)/978-6-01763-867-2 Zapuskaiem An - Nieizviestnyi.pdf differ diff --git a/books/Nieizviestnyi/978-6-01763-867-2 Zapuskaiem Ansible (2)/cover.jpg b/books/Nieizviestnyi/978-6-01763-867-2 Zapuskaiem Ansible (2)/cover.jpg new file mode 100755 index 0000000..1d54c27 Binary files /dev/null and b/books/Nieizviestnyi/978-6-01763-867-2 Zapuskaiem Ansible (2)/cover.jpg differ diff --git a/books/Nieizviestnyi/978-6-01763-867-2 Zapuskaiem Ansible (2)/metadata.opf b/books/Nieizviestnyi/978-6-01763-867-2 Zapuskaiem Ansible (2)/metadata.opf new file mode 100755 index 0000000..56792d2 --- /dev/null +++ b/books/Nieizviestnyi/978-6-01763-867-2 Zapuskaiem Ansible (2)/metadata.opf @@ -0,0 +1,17 @@ + + + + 2 + 66bf5f08-28cc-4baa-bf16-ca56fb9912aa + 978-6-01763-867-2 Запускаем Ansible, 3 + Неизвестный + calibre (7.5.1) [https://calibre-ebook.com] + 2023-07-14T12:43:08+00:00 + ru + + + + + + + diff --git a/books/Nieizviestnyi/Linux. Komandnaia stroka Deniiel Dzh (3)/Linux. Komandnaia stroka Deniie - Nieizviestnyi.pdf b/books/Nieizviestnyi/Linux. Komandnaia stroka Deniiel Dzh (3)/Linux. Komandnaia stroka Deniie - Nieizviestnyi.pdf new file mode 100755 index 0000000..ef2c7c0 Binary files /dev/null and b/books/Nieizviestnyi/Linux. Komandnaia stroka Deniiel Dzh (3)/Linux. Komandnaia stroka Deniie - Nieizviestnyi.pdf differ diff --git a/books/Nieizviestnyi/Linux. Komandnaia stroka Deniiel Dzh (3)/cover.jpg b/books/Nieizviestnyi/Linux. Komandnaia stroka Deniiel Dzh (3)/cover.jpg new file mode 100755 index 0000000..009a00e Binary files /dev/null and b/books/Nieizviestnyi/Linux. Komandnaia stroka Deniiel Dzh (3)/cover.jpg differ diff --git a/books/Nieizviestnyi/Linux. Komandnaia stroka Deniiel Dzh (3)/metadata.opf b/books/Nieizviestnyi/Linux. Komandnaia stroka Deniiel Dzh (3)/metadata.opf new file mode 100755 index 0000000..e564263 --- /dev/null +++ b/books/Nieizviestnyi/Linux. Komandnaia stroka Deniiel Dzh (3)/metadata.opf @@ -0,0 +1,17 @@ + + + + 3 + 5ca7ba8e-552c-404c-a7f1-8fd9eaa46884 + Linux. Командная строка Дэниел Джей Барретт 2023 + Неизвестный + calibre (7.5.1) [https://calibre-ebook.com] + 0101-01-01T00:00:00+00:00 + ru + + + + + + + diff --git a/books/metadata.db b/books/metadata.db new file mode 100755 index 0000000..a22ea76 Binary files /dev/null and b/books/metadata.db differ diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..cdea121 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,34 @@ +version: "2.1" +services: + calibre-web: + image: lscr.io/linuxserver/calibre-web:latest + container_name: calibre-web + environment: + - PUID=1000 + - PGID=1000 + - TZ=$TZ + - DOCKER_MODS=linuxserver/mods:universal-calibre + volumes: + - ./config:/config + - ./books:/books + # expose: + # - "8083" + # ports: + # - 83:8083 + labels: + - "traefik.enable=true" + - "traefik.http.routers.book.entrypoints=https" + - "traefik.http.routers.book.rule=Host(`${DOMAIN}`)" + - "traefik.http.routers.book.tls=true" + - "traefik.http.routers.book.tls.certresolver=regru" + - "traefik.docker.network=webproxy" + - "traefik.http.routers.book.service=book-svc" + - "traefik.http.services.book-svc.loadbalancer.server.port=8083" + restart: unless-stopped + networks: + - webproxy + +networks: + webproxy: + name: webproxy + external: true \ No newline at end of file