List and delete accounts with last-admin and Administrators-group guards, and expose editable network settings via the configuration UI.
13 lines
371 B
Plaintext
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)
|