Hi.
I tried to get the diskover app ( App Version: v2.3.1 Version: v1.4.17) to work.
Once I followed Diskover Data | TrueNAS Documentation Hub at least the deployment itself worked and Truenas stated the app to be running.
Here I especially had to do:
- use user id and groui id 569 instead of 568 since another app already used it
- enable ACL and force it for all datasets
- for “Diskover Data Config Storage” and “Diskover Data Storage” add full access ACL entries for user 0 and 569
- for “Elastic Search Data Storage” add full access ACL entries for user 569 and 1000
(as per the documentation).
However the Web UI does not work since the server does not manage to start. When looking at the logs I find lots of those entries:
nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)
So it seems it does not manage to start up the server, possibly there is some misconfiguration?
Can you help?
(Added an issue here, too: Diskover app does not work - Web UI inaccessible · Issue #2158 · truenas/apps · GitHub)