Initial commit

This commit is contained in:
askiiart 2025-06-15 23:05:56 -05:00
commit 419bff5577
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
5 changed files with 147 additions and 0 deletions

11
smb.conf Normal file
View file

@ -0,0 +1,11 @@
[media]
comment = "/mnt/media SMB share"
path = /mnt/media
read only = no
browsable = yes
[user]
comment = "/mnt/user SMB share"
path = /mnt/user
read only = no
browsable = yes