-
Notifications
You must be signed in to change notification settings - Fork 17
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
[FR] Caddy web-server support #2
Comments
@yamila-moreno Could you review or assign a review for this? |
HI @LecrisUT thanks for your contribution! ✨ I've been testing this file with the caddy 2.4.1 version and I don't get it to work, Does this Caddyfile look good?
|
That looks just fine. What errors do you get? |
ups! I forgot the error!
|
Oh I found the issue, sorry the original Caddyfile was not the same as my production one: - handle_response header X-Accel-Redirect {
+ @accel header X-Accel-Redirect *
+ handle_response @accel { I have changed the original example as well |
Hi @LecrisUT I've doing (tons of) tests but I cannot get the protected media working. This is the file that works best so far, but protected fail:
do you have a version of this caddyfile working with all that Taiga needs? that would be helpful, because I'm not super up to date with the new caddy version. Thanks for your time! |
This is my production setup:
Everything looks fine so I guess, just double check that it is a |
It finally worked! So, to sum up, the steps to have Taiga working with Caddy are:
I'll check with the rest of the team how are we going to proceed and let you know. Thanks for your time! |
Ok, thanks for your consideration. |
@LecrisUT the documentation is already in main and it'll be released soon. |
This is a continuation from an old issue in the old repository. Basically documenting how to setup taiga with caddy as the web-server rather than only a reverse-proxy. We were waiting on a feature on caddy in order to integrate
taiga-protected
. This has recently been added and I've tested it's functionality. I am here to share the completeCaddyfile
for taiga. Feel free to edit it for better visibility and ask for any clarifications:As soon as
caddy
v2.4.1 or caddyserver/caddy#4165 is implemented, this documentation is ready for production. (Edit: the new caddy version is up)The text was updated successfully, but these errors were encountered: