Audiobookshelf Added
This commit is contained in:
parent
bb029e645e
commit
715e8b0373
2 changed files with 27 additions and 0 deletions
23
quadlets/audiobookshelf/audiobookshelf.container
Normal file
23
quadlets/audiobookshelf/audiobookshelf.container
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
[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
|
4
quadlets/audiobookshelf/audiobookshelf.volume
Normal file
4
quadlets/audiobookshelf/audiobookshelf.volume
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=audiobookshelf-config
|
||||||
|
VolumeName=audiobookshelf-metadata
|
||||||
|
VolumeName=audiobookshelf-audiobooks
|
Loading…
Add table
Reference in a new issue