docker-openvpn-monitor
docker-openvpn-monitor copied to clipboard
Logo image from URL not working
I passed the 'logo' as a URL, but the page sees it as (from View Source):
<img alt="Logo" style="max-height:46px; padding-top:3px;" src="images/https://i.imgur.com/xxxxxxxxxx.png">
It's adding "images/" to the front of the src. "-e OPENVPNMONITOR_DEFAULT_LOGO=https://i.imgur.com/xxxxxxxx.png" is what is used in the command.
What am I doing wrong. The alternative listed is Bind Mounting (iirc), but I am a complete Docker Newbie, and have no idea how to do that.
I used the CLI and edited the openvp-monitor.py file and removed the 'images/' from the python file. I had to install nano first (apt install nano). Seemed to work. Not sure if that will cause any issues long term or not.
It didn't seem to survive a restart. Which is weird, because I had to do a restart to get it to pick up the changes.
So I guess I'm back to my original question...is there another way to do this?