Add users and network settings tabs with admin protections.
List and delete accounts with last-admin and Administrators-group guards, and expose editable network settings via the configuration UI.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Local remotedev settings (copy to remotedev.mk — that file is gitignored).
|
||||
# Then run: make remotedev
|
||||
|
||||
REMOTEDEV_USER = youruser
|
||||
REMOTEDEV_HOST = 192.168.1.50
|
||||
|
||||
# Optional:
|
||||
# REMOTEDEV_DIR = clustercanvas-remotedev
|
||||
# PORT = 8080
|
||||
# WEBUI_PORT = 5173
|
||||
# Override the baked-in remotedev encryption key (dev only):
|
||||
# REMOTEDEV_CONFIG_KEY = $(shell openssl rand -base64 32)
|
||||
Reference in New Issue
Block a user