MAX-Image-Resolution-Enhancer icon indicating copy to clipboard operation
MAX-Image-Resolution-Enhancer copied to clipboard

Can I let it run with a custom domain available to the internet?

Open maxiwee69 opened this issue 2 years ago • 1 comments

So I want to install it on my headless server but be able to use it on my phone via the browser but I don’t think there compatibility implemented here

maxiwee69 avatar Jan 25 '23 01:01 maxiwee69

Yes any docker container can have it's own domain. This is outside the scope of this project to discuss, but chatGPT can step you through it. Consider getting a namecheap name, using dyndns to your public IP, reverse proxy to 5000 with caddy2, and opening your port via your router. This is inherently insecure however, and proper security would be to isolate your docker host, your subnet, etc. etc. to prevent from a library that has a CVE

jleaders avatar Apr 27 '23 07:04 jleaders