cloudpatron
cloudpatron copied to clipboard
Is it possible to run this without port 80/443 being given to this app?
I would prefer to use my existing reverse proxy/load balancer. Is there tolerance for something else handling these things?
Use Docker w/o --net=host
?
I don't recall why that was difficult but typically the first thing I try when finding a new web app is this.
On Mon, Jul 15, 2019 at 11:13 PM Devin Buhl [email protected] wrote:
Use Docker?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cloudpatron/cloudpatron/issues/3?email_source=notifications&email_token=AAIE2VXFWAGJHANECCAW2LLP7U4EXA5CNFSM4GU3A6BKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZ7R7CY#issuecomment-511647627, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIE2VVGPCIHRW36HG6IVULP7U4EXANCNFSM4GU3A6BA .
I'm going to give this another go. But I need it behind Traefik and not exposed by itself.
I have the exact same issue here: even if I use the -http-addr
option, I can't set it up properly because I have another server running.
IMO, both HTTP and HTTPS ports should be customizable.
Is it something that's easy to set up internally?