Merge pull request #7246 from nextcloud/enh/noid/smbserver-arm64
Some checks are pending
Codespell / Check spelling (push) Waiting to run
Validate community containers / Validate community containers (push) Waiting to run

aio-smbserver: now compatible with arm64 as well
This commit is contained in:
Simon L. 2025-12-02 16:01:00 +01:00 committed by GitHub
commit 427f860ea8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,6 @@ 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.
- 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