Hello.
I have installed Grafana for PLCnext and it works very well, the problem is when I try to modify Grafana to embed a graph in node-network, for this I modify in /opt/plcnext/appshome/data /60002172000509/volumes/grafana/conf/ the defaults.ini file, and I modify the parameters:
- anonymous access enabled
- allow_embedding=true
I save the file and restart Grafana for PLCnext.
I check that the defaults.ini file in /opt/plcnext/appshome/data /60002172000509/volumes/grafana/conf/", has the modifications done, but when I check the defaults.ini file in /opt/plcnext/apps/ 60002172000509/volumes/grafana/conf/ it does not have the modifications done.
If I am not mistaken in /opt/plcnext/appshome I can store and manage application data.
And if I’m not mistaken /opt/plcnext/apps is where the applications that are in are mounted.
So the defaults.ini in opt/plcnext/apps/ 60002172000509/volumes/grafana/conf/, should be the same as the defaults.ini in /opt/plcnext/appshome/data/ 60002172000509/volumes/grafana/conf/ and in my case it is not.
Can you tell me where I’m wrong or what I’m doing wrong?