You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: