You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ If you experience Problems, take a look at this file: [TROUBLESHOOTING.md](TROUB
115
115
*_optional_
116
116
* default not set
117
117
* use it to manage multiple global settings in one place
118
-
*seperate multiple settings/lines using `;` which will be automatically translated to `\n`
118
+
*separate multiple settings/lines using `;` which will be automatically translated to `\n`
119
119
120
120
*__SAMBA\_GLOBAL\_CONFIG\_someuniquevalue__
121
121
* add any global samba config to `smb.conf`
@@ -152,7 +152,7 @@ If you experience Problems, take a look at this file: [TROUBLESHOOTING.md](TROUB
152
152
* additional groups for the user
153
153
* to create groups look at `GROUP_groupname` or mount/inject /etc/groups file (can cause problems)
154
154
* the `username` part must match to a specified `ACCOUNT_username` environment variable
155
-
* one or more groups to add seperated by a `,`
155
+
* one or more groups to add separated by a `,`
156
156
* example: `GROUPS_johndoe=musican,devops`
157
157
158
158
*__MODEL__
@@ -193,7 +193,7 @@ If you experience Problems, take a look at this file: [TROUBLESHOOTING.md](TROUB
193
193
* multiple variables/confgurations possible by adding unique configname to SAMBA_VOLUME_CONFIG_
194
194
* take a look at https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X -> EXPLANATION OF VOLUME PARAMETERS
195
195
* multiline support -> look into `docker-compose.yml` for example
196
-
*seperate multiple lines using `;` which will be automatically translated to `\n`
196
+
*separate multiple lines using `;` which will be automatically translated to `\n`
197
197
* if your path variable ends with `%U` e.g. `path = /shares/homes/%U;` multi user mode gets activated and each user gets their own subdirectory for their own share. (great for timemachine - every user get's his own personal share)
198
198
* for timemachine only add `fruit:time machine = yes` and all other needed settings are automatically added
199
199
* you can also use `fruit:time machine max size = 500G;` to limit max size of time machine volume
0 commit comments