You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/public/json/netvisor.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,11 @@
33
33
},
34
34
"notes": [
35
35
{
36
-
"text": "The integrated daemon config is located at `/root/.config/daemon/config.json`",
36
+
"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",
37
37
"type": "info"
38
38
},
39
39
{
40
-
"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`.",
40
+
"text": "The integrated daemon config is located at `/root/.config/daemon/config.json`",
0 commit comments