Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
docker-samba
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
docker-samba
Commits
025f0365
Commit
025f0365
authored
Apr 06, 2018
by
Marvin
Committed by
GitHub
Apr 06, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18 from ServerContainers/4.8.0
4.8.0
parents
02e92ba9
fb64da1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+2
-2
docker-compose.yml
docker-compose.yml
+2
-2
No files found.
README.md
View file @
025f0365
...
@@ -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'?>
...
...
docker-compose.yml
View file @
025f0365
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment