From a6246f954496db44ef62e452d87fa701dcaad2a1 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 12 Mar 2025 19:12:45 +0100 Subject: [PATCH] Improve small detail Signed-off-by: Simon L. --- community-containers/smbserver/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-containers/smbserver/readme.md b/community-containers/smbserver/readme.md index d3380415..9886f4b2 100644 --- a/community-containers/smbserver/readme.md +++ b/community-containers/smbserver/readme.md @@ -4,7 +4,7 @@ This container bundles an SMB-server and allows to configure it via a graphical ### Notes - This container should only be run in home networks - This container currently only works on amd64. See https://github.com/szaimen/aio-smbserver/issues/3 -- After adding and starting the container, you need to visit `https://internal.ip.of.server:5803` in order to log in with the `smbserver` user and the password that you can see next to the container in the AIO interface. (The web page uses a self-signed certificate, so you need to accept the warning). Then type in bash /smbserver.sh and you will see a graphical UI for configuring the smb-server interactively. +- After adding and starting the container, you need to visit `https://internal.ip.of.server:5803` in order to log in with the `smbserver` user and the password that you can see next to the container in the AIO interface. (The web page uses a self-signed certificate, so you need to accept the warning). Then type in `bash /smbserver.sh` and you will see a graphical UI for configuring the smb-server interactively. - The config data of SMB-server will be automatically included in AIOs backup solution! - See https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers how to add it to the AIO stack