I deployed librenms with docker in pve, but there is nothing to display when I open the web #375
Unanswered
be-engineer
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Help from Librenms Community. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Behaviour
Steps to reproduce this issue
root@pve:~/app/librenms# ll
total 20
-rw-r--r-- 1 root root 2961 Apr 6 16:17 docker-compose.yml
-rw-r--r-- 1 root root 291 Apr 6 16:16 librenms.env
-rw-r--r-- 1 root root 204 Apr 6 16:17 msmtpd.env
Expected behaviour
open http://ip:8000 should see librenms's login UI.
Actual behaviour
http://192.168.152.100:8000 have nothing to display, and no error messages display.
I try to test it using curl, result like this:
root@pve:~/app/librenms# curl http://192.168.152.100:8000 -v
< HTTP/1.1 200 OK
< Server: nginx
< Date: Tue, 06 Apr 2021 08:33:29 GMT
< Content-Type: text/html; charset=UTF-8
< Transfer-Encoding: chunked
< Connection: keep-alive
< Keep-Alive: timeout=10
< Vary: Accept-Encoding
<
Configuration
docker --version
) :Docker version 20.10.5, build 55c4c88docker-compose --version
) : docker-compose version 1.21.0, build unknownDistributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
uname -a
) : Linux pve 5.4.44-1-pve can not connect to librenms gui - 404 page not found #1 SMP PVE 5.4.44-1 (Fri, 12 Jun 2020 08:18:46 +0200) x86_64 GNU/Linuxdocker-compose.yml
,.env
, ...Just copied from https://github.com/librenms/docker/tree/master/examples/compose. Only modifyied version: "3.3"
Docker info
Logs
NO log.
Beta Was this translation helpful? Give feedback.
All reactions