Skip to content

No out-of-box TLS support for nginx ? #112

@stucky101

Description

@stucky101

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions