RPi-Monitor
RPi-Monitor copied to clipboard
ipv6 support
Hi !
It seems that you webapp doesn't support ipv6, is it planned ?
By default, it should listen to [::1] and 127.0.0.1 I think.
That's correct, the web server only support IPv4. IPv6 is not planned for the moment (unless I find a good example of usage of perl HTTP::Daemon using IPv6).
Hello,
If you have an IPv6 webserver (Apache, Nginx, etc.), you can use it to serve RPi-Monitor pages.
Just edit /etc/rpimonitor/daemon.conf and configure your server to offer folder /usr/share/rpimonitor/web like static data.
Regards,
Vincent