Skip to content

Instantly share code, notes, and snippets.

@anytizer
Created April 4, 2020 16:27
Show Gist options
  • Save anytizer/cc5a7b0105b28f91ad4b1a70df5f494e to your computer and use it in GitHub Desktop.
Save anytizer/cc5a7b0105b28f91ad4b1a70df5f494e to your computer and use it in GitHub Desktop.
SAMBA Configuration
[web]
comment = PHP Web Directory
path = /var/www/html
browseable = yes
create mask = 0777
directory mask = 0777
follow symlinks = yes
only guest = no
public = no
wide links = yes
writeable = yes
[files]
comment = Temporarily Shared Files
path = /var/www/files
browseable = yes
create mask = 0777
directory mask = 0777
follow symlinks = yes
only guest = no
public = yes
wide links = yes
writeable = yes
[python]
comment = Python Based Web Hosting
path = /var/www/python
browseable = yes
create mask = 0777
directory mask = 0777
follow symlinks = yes
only guest = no
public = yes
wide links = yes
writeable = yes
[backup]
comment = Server Side Backup of Files
path = /var/www/backup
browseable = yes
create mask = 0777
directory mask = 0777
follow symlinks = yes
only guest = no
public = yes
read only = yes
wide links = yes
writeable = yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment