From 812f29eb6a55106039e8f083b7a3cc6202096dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Preu=C3=9F?= Date: Sat, 21 Mar 2026 13:23:01 +0000 Subject: [PATCH] =?UTF-8?q?nas/samba.md=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nas/samba.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 nas/samba.md diff --git a/nas/samba.md b/nas/samba.md new file mode 100644 index 0000000..6152980 --- /dev/null +++ b/nas/samba.md @@ -0,0 +1,24 @@ +``` +sudo adduser --no-create-home --disabled-password --disabled-login envoyr +``` + +``` +sudo smbpasswd -a envoyr +``` + +``` +nano /etc/samba/smb.conf +``` + +``` +[share name] + comment = whatever + path = /path to share + browsable = yes + read only = no + guest ok = no +``` + +``` +sudo service smbd force-reload +``` \ No newline at end of file