jellyfin, gitignore etc
This commit is contained in:
@@ -46,8 +46,9 @@ services:
|
||||
SAMBA_VOLUME_CONFIG_paperless: "[paperless]; path=/shares/paperless-consume; valid users = oster, karin; guest ok = no; read only = no; browseable = yes"
|
||||
SAMBA_VOLUME_CONFIG_public: "[Public]; path=/shares/public; valid users = oster, karin; guest ok = no; read only = no; browseable = yes"
|
||||
SAMBA_VOLUME_CONFIG_public_ro: "[Public ReadOnly]; path=/shares/public; guest ok = yes; read only = yes; browseable = yes"
|
||||
SAMBA_VOLUME_CONFIG_video_ro: "[Video]; path=/shares/video; guest ok = no; read only = no; browseable = yes"
|
||||
SAMBA_VOLUME_CONFIG_music_ro: "[Music]; path=/shares/music; guest ok = no; read only = no; browseable = yes"
|
||||
SAMBA_VOLUME_CONFIG_video_ro: "[Video]; path=/shares/video; valid users = oster, karin; guest ok = no; read only = no; browseable = yes"
|
||||
SAMBA_VOLUME_CONFIG_music_ro: "[Music]; path=/shares/music; valid users = oster, karin; guest ok = no; read only = no; browseable = yes"
|
||||
SAMBA_VOLUME_CONFIG_ebooks_ro: "[Ebooks]; path=/shares/ebooks; valid users = oster, karin; guest ok = no; read only = no; browseable = yes"
|
||||
SAMBA_VOLUME_CONFIG_karinstefan: "[karin stefan]; path=/shares/karin-stefan; valid users = oster, karin; guest ok = no; read only = no; browseable = yes"
|
||||
#SAMBA_VOLUME_CONFIG_guestmultilineexample: |
|
||||
# [Guest Share]
|
||||
@@ -65,4 +66,5 @@ services:
|
||||
- /media/ssd/karin-stefan:/shares/karin-stefan
|
||||
- /media/extension/music:/shares/music
|
||||
- /media/extension/video:/shares/video
|
||||
- /media/extension/ebooks:/shares/ebooks
|
||||
- ./paperless-consume:/shares/paperless-consume
|
||||
|
||||
Reference in New Issue
Block a user