-
-
Notifications
You must be signed in to change notification settings - Fork 306
Description
Hi
I'm trying librenms but I see no mention of TLS anywhere. When poking around I see that people use reverse proxies and I tried that with HAproxy but it totally breaks the GUI since all self-referenced urls are still over http.
I have seen the env var APP_URL pointed to an https link twice in this section but it is not mentioned in the official environment variable list. Anyway I tried it but it has no effect at all. The site looks terrible and all links are still over plain http. Docker inspect shows that APP_URL is def accepted but it seems to have no effect.
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"APP_URL=https://mylibretest.domain.com",
"TZ=America/Los_Angeles",
"PUID=5000",
"PGID=5000"
Perhaps the doc is outdated and there are a few env vars I can pass directly to nginx ?
thx