mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
Caddy as reverse proxy #139
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ykktrcb7 on GitHub (Oct 30, 2021).
Works fine with IP address, but with reverse proxy get infinite loading screen.
Similar to other Traefik issues mentioned here, but cannot get it to work with Caddy server as reverse proxy.
@kabukimandelux commented on GitHub (Nov 10, 2021):
Cannot help directly as I'm using Nginx reverse proxy manager. Had to activate web socket and it worked, might help you
@xsteadfastx commented on GitHub (Nov 12, 2021):
im using caddy here. and this here works for me
planka is just the container name in the same docker network. nothing else to do for me.
@arvigeus commented on GitHub (Nov 18, 2021):
I didn't had any problems with it, check my repo - caddy, docker.compose.yml. The only unorthodox thing I am doing is to use a single database across multiple containers. Ignore the
tlsoption in my Caddyfile, it's for my cloud provider.@REVENTOR-EU commented on GitHub (Jan 17, 2022):
how did you set up everything? activating websocket still gives me an endless loading circle. console still tells me websocket connection failed.
@MatejLach commented on GitHub (Mar 10, 2024):
Old issue but in case it's useful, this works for me: