first commit

This commit is contained in:
Fern Garden 2025-06-24 15:00:31 +08:00
commit 149e02a10d
72 changed files with 3442 additions and 0 deletions

1
audiobookshelf/README.md Normal file
View file

@ -0,0 +1 @@
# Compose file for Audiobookshelf

View file

@ -0,0 +1,28 @@
services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:latest
container_name: audiobookshelf
restart: unless-stopped
networks:
- default
- proxy
volumes:
- audiobookshelf_config:/config
- audiobookshelf_metadata:/metadata
- /media:/media
environment:
- TZ=Australia/Perth
labels:
caddy: audiobooks.fern.garden
caddy.reverse_proxy: "{{upstreams 80}}"
networks:
default:
proxy:
external: true
volumes:
audiobookshelf_config:
name: audiobookshelf_config
audiobookshelf_metadata:
name: audiobookshelf_metadata