Files
ClusterCanvas/remotedev.mk.example
T
Squid 2605c3b346 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.
2026-07-18 15:18:01 +02:00

13 lines
371 B
Plaintext

# 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)