continuwuity/docs/public
stratself c049d4cbb3 fix(docs): Remove CADDY_INGRESS_NETWORKS env var requirement
Following some discussions in the support room, this env is best made
redundant. It is only recommended as a workaround for some scenarios
where Caddy fails to detect the ingress network.
However, Docker breaks this by appending prefixes to network names.

The other approach of:

```diff
services:
  caddy:
+   environment:
+     - CADDY_INGRESS_NETWORKS=proxy
networks:
  proxy:
+   name: proxy
```

Can be suggested, but probably not necessary to document.

See https://github.com/lucaslorentz/caddy-docker-proxy/issues/207
for further details
2026-08-25 13:59:09 +00:00
..
.well-known fix(chore): Announce the new release to admin rooms 2026-08-24 08:49:50 -07:00
advanced fix(docs): Remove CADDY_INGRESS_NETWORKS env var requirement 2026-08-25 13:59:09 +00:00
assets docs: New site 🎉 2025-11-22 20:35:09 +00:00
calls fix(docs): Remove CADDY_INGRESS_NETWORKS env var requirement 2026-08-25 13:59:09 +00:00
deploying fix(docs): Remove CADDY_INGRESS_NETWORKS env var requirement 2026-08-25 13:59:09 +00:00
schema fix: Typo in the domain for the announcment schema 2026-03-22 21:34:55 +13:00
_headers docs: New site 🎉 2025-11-22 20:35:09 +00:00