added prodesk rootless quadlets

This commit is contained in:
2026-02-13 11:26:40 -05:00
parent c571057891
commit df32cf4419
23 changed files with 564 additions and 17 deletions

View File

@@ -0,0 +1,21 @@
# audiobookshelf.container
[Unit]
Description=Audiobookshelf Server
[Container]
ContainerName=audiobookshelf
Image=ghcr.io/advplyr/audiobookshelf:latest
AutoUpdate=registry
NoNewPrivileges=true
PublishPort=13378:80
Volume=/media/CONTAINER/Audiobooks:/audiobooks
Volume=/media/CONTAINER/Books:/books
Volume=/media/CONTAINER/Podcasts:/podcasts
Volume=audiobookshelf-config:/config:Z
Volume=audiobookshelf-metadata:/metadata:Z
[Service]
Restart=unless-stopped
[Install]
WantedBy=default.target