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:
2026-07-18 15:18:01 +02:00
parent f049f766d9
commit 2605c3b346
49 changed files with 5440 additions and 209 deletions
+12
View File
@@ -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)