Describe your feature
I'm already running a web server on the same server which I wanted to use to host Stoat, but the guide only as a side effect of saying yes to reverse proxying runs the server on 8880. I don't need a reverse proxy, but I would like to simply tell the setup script to set caddy up for 8443 and 8080.
I was able to open port 8880 in my firewall and access the login page via http, but port 443 remains in use by apache and all my attempts at making Docker remap the container's port 443 have been met with the desired port still being unreachable, despite iptables being set to accept traffic on it.