Commit 025f0365 authored by Marvin's avatar Marvin Committed by GitHub

Merge pull request #18 from ServerContainers/4.8.0

4.8.0
parents 02e92ba9 fb64da1d
...@@ -85,9 +85,9 @@ __/etc/avahi/services/smb.service__ ...@@ -85,9 +85,9 @@ __/etc/avahi/services/smb.service__
</service> </service>
</service-group> </service-group>
__/etc/avahi/services/smb.service__ (with TimeMachine Support) __/etc/avahi/services/smb.service__ (with TimeMachine Support - more infos: https://gist.github.com/ChloeTigre/4c2022c0d1a281deedba6f7539a2e3ae)
`SAMBA_VOLUME_CONFIG_timecapsule: "[Time Capsule]; path = /shares/TimeCapsule; valid users = johndoe; guest ok = no; read only = no; browseable = yes; force user = nobody; force group = nogroup; force create mode = 0660; force directory mode = 2770; fruit:aapl = yes; fruit:time machine = yes; fruit:time machine max size = 2000G;"` `SAMBA_VOLUME_CONFIG_timecapsule: "[Time Capsule]; path = /shares/TimeCapsule; valid users = johndoe; guest ok = no; read only = no; browseable = no; force user = nobody; force group = nogroup; force create mode = 0660; force directory mode = 2770; fruit:aapl = yes; fruit:time machine = yes; fruit:time machine max size = 2000G;"`
``` ```
<?xml version="1.0" standalone='no'?> <?xml version="1.0" standalone='no'?>
......
...@@ -8,8 +8,8 @@ services: ...@@ -8,8 +8,8 @@ services:
environment: environment:
ACCOUNT_alice: alipass ACCOUNT_alice: alipass
ACCOUNT_bob: bobpass ACCOUNT_bob: bobpass
SAMBA_VOLUME_CONFIG_aliceonly: "[Alice Share]; path=/shares/alice; valid users = alice; guest ok = no; read only = no; browseable = no" SAMBA_VOLUME_CONFIG_aliceonly: "[Alice Share]; path=/shares/alice; valid users = alice; guest ok = no; read only = no; browseable = yes; fruit:time machine = no"
SAMBA_VOLUME_CONFIG_bobstm: "[TimeCapsule Bob]; path=/shares/timemachine; valid users = bob; guest ok = no; read only = no; browseable = yes; fruit:time machine = yes; fruit:time machine max size = 500G;" SAMBA_VOLUME_CONFIG_bobstm: "[TimeCapsule Bob]; path=/shares/timemachine; valid users = bob; guest ok = no; read only = no; browseable = no; fruit:aapl = yes; fruit:time machine = yes; fruit:time machine max size = 500G;"
volumes: volumes:
- ./shares/alice:/shares/alice - ./shares/alice:/shares/alice
- ./shares/timemachine:/shares/timemachine - ./shares/timemachine:/shares/timemachine
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment