First commit
This commit is contained in:
3
audiobookshelf/.smb
Normal file
3
audiobookshelf/.smb
Normal file
@@ -0,0 +1,3 @@
|
||||
user=nasuser
|
||||
password=nasuser
|
||||
domain=WORKGROUP
|
||||
12
audiobookshelf/compose-old.yaml
Normal file
12
audiobookshelf/compose-old.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
audiobookshelf:
|
||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||
ports:
|
||||
- 13378:80
|
||||
volumes:
|
||||
- /mnt/Media/Audiobooks:/audiobooks
|
||||
- /mnt/Media/Podcasts:/podcasts
|
||||
- /root/audiobookshelf/config:/config
|
||||
- /root/audiobookshelf/metadata:/metadata
|
||||
restart: always
|
||||
23
audiobookshelf/compose.yaml
Normal file
23
audiobookshelf/compose.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
audiobookshelf:
|
||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||
ports:
|
||||
- 13378:80
|
||||
volumes:
|
||||
- cifs_audiobooks:/audiobooks
|
||||
- cifs_podcasts:/podcasts
|
||||
- /root/audiobookshelf/config:/config
|
||||
- /root/audiobookshelf/metadata:/metadata
|
||||
restart: always
|
||||
volumes:
|
||||
cifs_audiobooks:
|
||||
driver_opts:
|
||||
type: cifs
|
||||
o: username=nasuser,password=nasuser,uid=0,noperm
|
||||
device: //192.168.0.69/Media/Audiobooks
|
||||
cifs_podcasts:
|
||||
driver_opts:
|
||||
type: cifs
|
||||
o: username=nasuser,password=nasuser,uid=0,noperm
|
||||
device: //192.168.0.69/Media/Podcasts
|
||||
BIN
audiobookshelf/config/absdatabase.sqlite
Normal file
BIN
audiobookshelf/config/absdatabase.sqlite
Normal file
Binary file not shown.
Reference in New Issue
Block a user