-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traefik support #5
Comments
I'm opening up #6 just to show you what we're working with now to "turn off" the automagic letsencrypt functionality. We'll pipe env vars into https://github.com/snikket-im/snikket-web-proxy/blob/main/render-template.sh via the |
I'm trying to track back and clear up what is required here, and I think it is "just" this change: 3-w-c@bcec18a. The change is explained in the 5th point of #6 (comment). If anyone can see a way forward here, I'll happily try to implement something. I'd love to get back on the mainline images for snikket. |
This allows customization of which "protocol" templates get rendered. Alone, it's not very useful. However, a subsequent image layer could add additional templates and enable a custom set using this variable.
I'm working on a new release, and I've merged what seems generally applicable from the commit referenced above. Rather than patching the image, the appropriate approach now would be to add e.g. a I hope this is useful! |
Very thanks to developer snikket-im. |
What is the state of this? Can it be tested? I can provide feedback. |
Hi folks 👋 We're working on a Co-op Cloud recipe for Snikket and as discussed previously on the dev chat, we're using Traefik as our proxy. We've discussed a bit how to handle this but in the end it seems to be easier to keep up with the developments of this repo if we can just somehow disable automatic lets-encrypt functionality here. Would that be something you'd consider making optional / pluggable? It seems to just require some conditional env var to happen in and around the entrypoint to turn it off.
The text was updated successfully, but these errors were encountered: