File permission warnings
-
I'm seeing this:
Dec 13 22:04:492023-12-13 22:04:49 [WARN] /app/data/logs is world readable. The log files may be exposed. Please fix the permissions. Dec 13 22:04:492023-12-13 22:04:49 [WARN] /app/data/vapid.json is world readable. The file contains secrets. Please fix the permissions. Dec 13 22:04:492023-12-13 22:04:49 [WARN] Unknown key "displayNetwork", please verify your config. Dec 13 22:04:492023-12-13 22:04:49 [WARN] run `chmod o-x "/app/data/logs"` to correct it. Dec 13 22:04:492023-12-13 22:04:49 [WARN] run `chmod o= "/app/data/vapid.json"` to correct it.
Should I actually try and do that somewhere? if so, where? in the web terminal of the app? or?
Or does the package need fixing?