docker-openvpn-monitor icon indicating copy to clipboard operation
docker-openvpn-monitor copied to clipboard

The trusted multi-platform web-based OpenVPN Monitor docker image.

Results 12 docker-openvpn-monitor issues
Sort by recently updated
recently updated
newest added

The docker building is overwriting the mounted config file. ```yml version: '3' services: openvpn-monitor: image: ruimarinho/openvpn-monitor volumes: - ./openvpn-monitor.conf:/openvpn-monitor/openvpn-monitor.conf ports: - 127.0.0.1:9000:80 ```` Prior to startup, my config file look...

Hi, first thanks for this piece of sw, it is a great tool. Second, it is possible to configure the timezone of OpenVPN-Monitor vía environment variables? Third, it is possible...

Hi, first of all I love this project! It gives me a good confidential overview who is connected. One point that annoys me sometimes, the GeoIP Database does not seem...

WARNING: socket error: [Errno 99] Cannot assign requested address Could not connect to localhost:5555 (Cannot assign requested address) But when installed via source, it automatically connects to the openvpn server

I passed the 'logo' as a URL, but the page sees it as (from View Source): `` It's adding "images/" to the front of the src. "-e OPENVPNMONITOR_DEFAULT_LOGO=https://i.imgur.com/xxxxxxxx.png" is what...

I raised this a while ago, but due to covid and other stuff have not had chance to check it. I have not blocked anything in safari and it still...

Hi, would like to include the mangement api key as docker secret into the container instead of having to expose the password in the `environments` section of my docker-compose file....

I notice that geoip database fron container are from year 2021 can be update to more recent version? thanks! ``` root@45b5c4f749cd:/var/lib/GeoIP# ls -l total 62328 -rw-r--r-- 1 root root 55...

I am using this for running ``` docker run --name openvpn-monitor \ -e OPENVPNMONITOR_DEFAULT_DATETIMEFORMAT="%%d/%%m/%%Y" \ -e OPENVPNMONITOR_DEFAULT_MAPS=True \ -e OPENVPNMONITOR_DEFAULT_MAPSHEIGHT=500 \ -e OPENVPNMONITOR_DEFAULT_SITE=Test\ -e OPENVPNMONITOR_SITES_0_HOST=172.16.10.177 \ -e OPENVPNMONITOR_SITES_0_NAME=UDP \ -e...

VPN server (as a docker package also ) is running and I can't connect to the server from an other client the web site runs but keeps saying : Could...