Hi - great product and really getting a lot out of it.
I’ve got a self-hosted instance up and running after making a few tweaks (noting here for anyone looking for hints on their setup)
-apt install build-essential if not on system to run make nb and make collectstatic
-using willnorris/imageproxy for imageproxy
-change protected mode to no in redis.conf
-run make collectstatic to install assets
last thing i am trying to figure out is how to add ssl certificate for my custom domain with certbot without breaking the nginx config - any suggestions there?
thanks in advance