I am quite new to LibreNMS but I have managed to pull together a dashboard for my company.
I have tried to put a certificate on the website via nginx and applied our company certificate.
Since adding the proxy and certificate, the layout of the web portal has changed and the links do not respond.
The scheme is set to http otherwise the page will shows 502 bad gateway
My php output is:
| Component | Version |
|---|---|
| LibreNMS | 26.7.0-dev.112+0d9eb5499 (2026-07-08T19:41:51+00:00) |
| DB Schema | 2026_06_17_230632_migrate_status_reason_format_in_rules_and_templates (393) |
| PHP | 8.3.6 |
| Python | 3.12.3 |
| Database | MariaDB 10.11.14-MariaDB-0ubuntu0.24.04.1 |
| RRDTool | 1.7.2 |
| SNMP | 5.9.4.pre2 |
I have changed the base_url to the new proxy set via nginx.
I have set the /opt/librenms/.env APP_URL to the base_url
Not sure if there are any other settings i need to change?
