Compare commits

..

No commits in common. "b47fc8657d021a0c4b7b8b726bf0204b1644a51b" and "1fe3f7bdd5b728adfe8c5bae9bbcf498a04529eb" have entirely different histories.

6 changed files with 3 additions and 56 deletions

View File

@ -19,8 +19,6 @@
ip: "152.53.36.98"
- name: "audio"
ip: "152.53.36.98"
- name: "books"
ip: "152.53.36.98"
tasks:
- name: Add A records for subdomains

View File

@ -6,10 +6,6 @@ pin.thesatelliteoflove.com {
reverse_proxy pinry-pinry-1:80
}
books.thesatelliteoflove.com {
reverse_proxy calibre-web:8083
}
audio.thesatelliteoflove.com {
reverse_proxy audiobookshelf-audiobookshelf-1:80
}

View File

@ -1,19 +0,0 @@
- name: make calibre directories
ansible.builtin.file:
path: "{{ item}}"
state: directory
loop:
- /opt/stacks/calibre
- name: Template out the compose file
ansible.builtin.template:
src: calibre-compose.yml.j2
dest: /opt/stacks/calibre/compose.yml
owner: root
mode: 644
- name: deploy calibre stack
community.docker.docker_compose_v2:
project_src: /opt/stacks/calibre
files:
- compose.yml

View File

@ -113,7 +113,3 @@
- name: Install audiobookshelf
import_tasks: audiobookshelf.yml
tags: audiobookshelf
- name: Install calibre
import_tasks: calibre.yml
tags: calibre

View File

@ -31,7 +31,7 @@ services:
volumes:
- trout:/data
server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.4}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.3}
restart: unless-stopped
command: server
environment:
@ -52,7 +52,7 @@ services:
- postgresql
- trout
worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.4}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.3}
restart: unless-stopped
command: worker
environment:

View File

@ -1,24 +0,0 @@
---
services:
calibre-web:
image: lscr.io/linuxserver/calibre-web:latest
container_name: calibre-web
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- DOCKER_MODS=linuxserver/mods:universal-calibre #optional
- OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
volumes:
- config:/config
- books:/books
restart: unless-stopped
volumes:
config:
driver: local
books:
driver: local
networks:
default:
external: true
name: lava