Added FreshRSS and FiveFilters Stack #12

Closed
sudo-kraken wants to merge 9 commits from features/freshrss into main
2 changed files with 0 additions and 27 deletions
Showing only changes of commit e54be1367e - Show all commits

View file

@ -1,23 +0,0 @@
[Unit]
Description=Audiobookshelf Quadlet
[Service]
Restart=always
TimeoutStartSec=900
[Install]
WantedBy=default.target
[Container]
Image=docker.io/advplyr/audiobookshelf:latest
ContainerName=audiobookshelf
HostName=audiobookshelf
PublishPort=13378:80
Volume=audiobookshelf-config:/metadata:z
Volume=audiobookshelf-metadata:/config:z
Volume=audiobookshelf-audiobooks:/audiobooks:z
Environment=AUDIOBOOKSHELF_UID=USER_UID_HERE
Environment=AUDIOBOOKSHELF_GID=USER_GID_HERE

View file

@ -1,4 +0,0 @@
[Volume]
VolumeName=audiobookshelf-config
VolumeName=audiobookshelf-metadata
VolumeName=audiobookshelf-audiobooks