RPi-Monitor icon indicating copy to clipboard operation
RPi-Monitor copied to clipboard

ipv6 support

Open Yamakaky opened this issue 11 years ago • 2 comments

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.

Yamakaky avatar Sep 20 '14 09:09 Yamakaky

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).

XavierBerger avatar Sep 20 '14 13:09 XavierBerger

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

vrampal avatar Apr 06 '15 10:04 vrampal