Michael
Michael
If you use [caddy-docker-proxy](https://github.com/lucaslorentz/caddy-docker-proxy), here's the same (mostly) config, done in labels: ```yaml labels: caddy: "headscale.${BASE_DOMAIN}" [email protected]: "headscale.${BASE_DOMAIN}" [email protected]: "headscale.${BASE_DOMAIN}" [email protected]: OPTIONS caddy.0_import: tlsdns caddy.1_handle: "@hs-options" caddy.1_handle.header.Access-Control-Allow-Origin: "https://ui.headscale.${BASE_DOMAIN}" caddy.1_handle.header.Access-Control-Allow-Headers: "*"...
@deimjons Maybe try this plugin instead? https://plugins.traefik.io/plugins/628c9f0f108ecc83915d7771/replace-status-code
Hey, @psyciknz It's almost anniversary of this issue ticket of yours. I wanted to hear if you solved it in any way. If yes, would you mind sharing the config...
My use case was to add this command into Linter plugin, as it does not format tables by itself. The problem originates (as far, as I can tell) here: https://github.com/tgrosinger/advanced-tables-obsidian/blob/main/src/main.ts#L109...
@radude, maybe you could create a repo with `main` branch pointing at initial commit, and the actual code hidden in `dev` branch. So that it is made publicly available only...
Depends on how much "automatic" you want it to be. And what sacrifices you're willing to make. With docker-compose you can use YAML anchors . Add this on top of...
This can be partially implemented with https://github.com/RussellLuo/caddy-ext/tree/master/layer4 Build caddy image with `github.com/RussellLuo/caddy-ext/layer4` and `github.com/lucaslorentz/caddy-docker-proxy/v2`. Then you can define rules like this: ```yaml layer4: restart: always init: true network_mode: none read_only:...
Hi, @di-rect Sorry, I didn't get what you mean exactly. What problem do you experience? That snippet is part of my configs (with ports and IPs replaced with more generic...
Ah. Well, I see that layer4 implements the IP-hash load balancing policy: https://github.com/mholt/caddy-l4/blob/78853879f66772f4363a3dbfcd7104e8672dbdb3/modules/l4proxy/loadbalancing.go#L268-L270 You could try adding this in labels of the IMAP service: ```yaml caddy.layer4.:143.proxy.to: "{{ upstreams 143 }}"...
@Yodzorah , in my experience, this problem arises when user combines mode-based app (such as QB or vim) with multiple keyboard layouts. And these "conditions" are pretty cross-platform (i.e. I...