add a note how to find web files directory (#11461)
Ilya Mashchenko committed
Aug 27, 2021 at 18:16 UTC
0067101432fb0a87e665e928dca9162957b0cf8b
1 file changed
+4
web/gui/custom/README.md
+4
@@ -39,6 +39,10 @@ that directory and called `index.html`.\
39
Note: index.html has a different syntax. Don't use it as a template for simple
40
custom dashboards.
41
42
+> Some operating systems will use `/opt/netdata/usr/share/netdata/web` as the web directory. If you're not sure where
43
+> yours is, navigate to `http://NODE:19999/netdata.conf` in your browser, replacing `NODE` with the IP address or hostname
44
+> of your node, and find the `# web files directory = ` setting. The value listed is the web directory for your system.
45
+
46
## Example empty dashboard
47
48
If you need to create a new dashboard on an empty page, we suggest the following