Description
My Flame site has a bunch of links to local docker services, which are targeted with my server's static LAN address. This works if I'm also on the same local network, but does not resolve if I'm using a VPN connection to reach the server.
Currently I have injected a small piece of javascript that simply replaces this static IP with a window.location.hostname lookup. This solves my problem well enough, but is bolted on in a very unsustainable way.
Would you consider adding support for dynamic links? If so, would you like me to pitch you an implementation proposal in a PR?
Description
My Flame site has a bunch of links to local docker services, which are targeted with my server's static LAN address. This works if I'm also on the same local network, but does not resolve if I'm using a VPN connection to reach the server.
Currently I have injected a small piece of javascript that simply replaces this static IP with a
window.location.hostnamelookup. This solves my problem well enough, but is bolted on in a very unsustainable way.Would you consider adding support for dynamic links? If so, would you like me to pitch you an implementation proposal in a PR?