unraid-smb-password-portal
Docker 应用程序 from bmartino1's Repository
概述
Non-admin website for admins to direct end-users for there account password change. An end user can then non-admin change of there share network passwords...
Simple web UI for changing an SMB password
Users enter:
SMB username
current SMB password
new SMB password
confirmation password
Uses Samba's smbpasswd client command
Talks to the Unraid host Samba service
Reads Unraid SMB users from /boot/config/smbpasswd
Excludes root from the client portal by default
Does not expose plaintext passwords
Does not require Docker socket access
Does not need Unraid root credentials
Auto-generates a persistent Flask secret key on first start
Optional debug endpoint for testing user detection
Intended for LAN, VPN, Tailscale, WireGuard, or reverse-proxy-protected use
要求
run as unraid network host, connect to samba via localhost for security
运行时参数
- 网络用户界面
http://[IP]:[PORT:8099]- 网络
host- 外壳
sh- 特权
- false
- 额外参数
--restart unless-stopped
模板配置
SAMBA_SERVERVariable
The Samba IP of the Unraid Machine to list and change users
- 默认值
- 127.0.0.1
- 价值
- 127.0.0.1
MIN_PASSWORD_LENGTHVariable
Min new password length
- 默认值
- 12
- 价值
- 8
SHOW_USER_DROPDOWNVariable
0 users enter password 1 drop down shows samba all users
- 默认值
- 1
- 价值
- 0
ENABLE_DEBUG_USERSVariable
Curl debug check samba list users curl http://127.0.0.1:8099/debug/users
- 默认值
- 1
- 价值
- 0
AppdataPathrw
appdata website SECRET_KEY file for python flask
- 目标
- /config
- 默认值
- /mnt/user/appdata/smb-password-portal/config
- 价值
- /mnt/user/appdata/smb-password-portal/config
Unraid SMB StuffPathro
- 目标
- /unraid-config
- 默认值
- /boot/config
- 价值
- /boot/config
详细信息
存储库
bmmbmm01/unraid-smb-password-portal:latest最后更新2026-05-31
初见2026-05-20
在Unraid 上运行 unraid-smb-password-portal 。
unraid-smb-password-portal 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。