Using Let's Encrypt?

Let’s Encrypt requires port 80 validation of an SSL Certificate with them. Since the server is listening on port 8074, any suggestions on getting this worked out?

Nothing in the docs about this (nor really any advice on setting up a regular SSL cert)

No idea, @ofer.cohen ?

Use nginx proxy - swag or other docker that will forward to 8074, or better change docker compose port to 80…

There is a few problems with that I would assume.
Port 80 is not secure, so it would still leave the site insecure

Actually, I found the acme.sh script which will put the certificate where you want it.