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
291fcae0
Commit
291fcae0
authored
Apr 06, 2018
by
Marvin
Committed by
GitHub
Apr 06, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16 from ServerContainers/master
update readme
parents
44883a36
c7639a73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
README.md
README.md
+21
-0
No files found.
README.md
View file @
291fcae0
...
@@ -84,3 +84,24 @@ __/etc/avahi/services/smb.service__
...
@@ -84,3 +84,24 @@ __/etc/avahi/services/smb.service__
<txt-record>model=RackMac</txt-record>
<txt-record>model=RackMac</txt-record>
</service>
</service>
</service-group>
</service-group>
__/etc/avahi/services/smb.service__
(with TimeMachine Support)
`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:time machine = yes; fruit:time machine max size = 2000G;"`
```
<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name
replace-wildcards=
"yes"
>
%h
</name>
<service>
<type>
_adisk._tcp
</type>
<txt-record>
sys=waMa=0,adVF=0x100
</txt-record>
<txt-record>
dk0=adVN=Time Capsule,adVF=0x82
</txt-record>
</service>
<service>
<type>
_smb._tcp
</type>
<port>
445
</port>
</service>
</service-group>
```
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