[FIX]: NetVisor daemon auto-config (#9682)

This commit is contained in:
Chris
2025-12-05 12:19:28 -05:00
committed by GitHub
parent 6dc73981d9
commit 2ef2ce0a4b
3 changed files with 26 additions and 13 deletions

View File

@@ -33,11 +33,11 @@
},
"notes": [
{
"text": "The integrated daemon config is located at `/root/.config/daemon/config.json`",
"text": "To configure the integrated daemon after install is complete, either use the `Create Daemon` menu in the UI, or run `/root/configure_daemon.sh` for automatic configuration",
"type": "info"
},
{
"text": "When using a reverse proxy, edit `/opt/netvisor/ui/build/_app/env.js`: add 443 to `PUBLIC_SERVER_PORT` and remove 'default' from `PUBLIC_SERVER_HOSTNAME`.",
"text": "The integrated daemon config is located at `/root/.config/daemon/config.json`",
"type": "info"
}
]