-
-
Notifications
You must be signed in to change notification settings - Fork 25
fast server implementation? #8
Comments
Hi there, I have explicitly disabled the fast server in this image as I didn't see the value of it based on the complexity of getting it setup. It would be fairly easy to switch on however, I just would need to know if it is possible to use behind a reverse proxy, as I would not want to use it without. The TLS certificate/self signed certificate generation would be a pain, and would be much easier to put behind something like nginx-proxy/traefik. Do you have more info on this so that I can understand further? |
Thank you for answering, In the classic situation let's encrypt was handled by the postal app itself. I re-use the nginx TLS certificate to enable TLS on postal so may be the same could be done for the fast server. Unfortunately my knowledge is not enough to tell you if this could work behind a proxy so I have no real info to help this out. That said, even if the tracking feature is useful in some situations, if it's a pain to have it I have no problem to renounce to it as things are already that complex, you already made a big gift to the comunity :) |
Sorry to hear about your OVH loss - I suffered as well. Has been a challenging past few weeks. No Data loss on my end either. I just put some effort into changing the image around to support the fast server from a proxy - It theoretically SHOULD work. Problem is I can't fetch all the ruby dependencies at this time. Mimemagic 0.35 has been yanked from the ruby gem repositories, and I think it's best we wait for developers to update Gem dependencies. I will check back every couple days to see if they have updated it and then push this new image. I also realize my documentation and options are way out of date - I will spend some time to putting all the options in the README. |
So that OVH incident was really big and I easily imagine your past few weeks, I am happy you got out of it well too. Thank you very much for your efforts and update the README! |
Have a peek at the README now. A new build should be ready as well that should be able to flip on fast server or "TRACKING" under the same IP address. There may be some tweaking needed so I haven't made an actual tagged release yet. |
FWIW: It's |
First, thank you for the great work. |
Hello Dave and thank you for working on this,
Should I add also FAST_SERVER_ENABLE_PROXY_PROTOCOL=TRUE? @joaoreis81 i use the jrcs/letsencrypt-nginx-proxy-companion for TLS cert, could this work for fastserver too?
|
Fast server is definitely designed in this scenario to run behind a proxy server. If using jwilder/nginx-proxy and letsencrypt companion you should have appropriate VIRTUAL_HOSTS and LETSENCRYPT_HOSTS environment variables. I have no problem using those certs in other applications - that should work fine if you map them to the right one. I looked at the logs and there are definitely some issues. If it loops again with this latest pull of :latest lets get the logs this time with these environment variables.. CONTAINER_LOG_LEVEL=DEBUG Careful, strip your secrets out of this log before posting them.. |
Yes, i do have environment variables:
I pulled the new image but I have a loop like this:
|
Thanks for that. Should be good now with a fresh pull. I'm being sloppy in the morning without coffee. |
Hey Dave, I wouldn't be able to do what you are doing even with liters of coffee ;) |
Hello Dave, sorry to disturb you again on this one. |
Hello Dave,
first of all, a BIG thak you for this docker set!
Postal is a great software which I enjoy since a long time, but having it in docker is really awesome.
Everything has pro and cons, now my install is much simpler and I can use one server to run other docker services but I miss the domain tracker feature.
Do you have any idea if the fast server could be used in this context to have domain tracking feature?
Best regards
The text was updated successfully, but these errors were encountered: