Cannot disable certbot
I have a sort of weird setup where I am installing funkwhale within a container, and using an Apache webserver on the outside to decrypt the traffic going to funkwhale, and pass it down to the container using ProxyPass. With the sudo sh -c "$(curl -sSL https://get.funkwhale.audio/)" installation script, there is no way to disable running certbot.
There are various solutions that would work, but here are a few ideas I have:
- If funkwhale_hostname is empty, skip running certbot
- Add another question to the customize install questions: "Install and manage certificates" or something.
Thanks,
- Nick