Caddy certificate renew failure #38

Closed
opened 2026-04-25 18:18:51 +01:00 by apb · 0 comments
Owner

Tailscale issue on xu4

# Health check:
#     - systemd-resolved and NetworkManager are wired together incorrectly; MagicDNS will probably not work. 
#  For more info, see https://tailscale.com/s/resolved-nm

Docker compose

   environment:
      - DUCKDNS_TOKEN=${DUCKDNS_TOKEN}
    dns:
      - 100.100.100.100  # Tailscale MagicDNS
      - 8.8.8.8          # Google DNS fallback
      - 1.1.1.1          # Cloudflare fallback
    extra_hosts:
      - "host.docker.internal:host-gateway
### Tailscale issue on `xu4` ``` # Health check: # - systemd-resolved and NetworkManager are wired together incorrectly; MagicDNS will probably not work. # For more info, see https://tailscale.com/s/resolved-nm ``` ### Docker compose ``` environment: - DUCKDNS_TOKEN=${DUCKDNS_TOKEN} dns: - 100.100.100.100 # Tailscale MagicDNS - 8.8.8.8 # Google DNS fallback - 1.1.1.1 # Cloudflare fallback extra_hosts: - "host.docker.internal:host-gateway ```
apb changed title from Caddy cert renew failure to Caddy certificate renew failure 2026-04-25 18:19:36 +01:00
apb closed this issue 2026-04-25 18:19:43 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: apb/infrastructure#38
No description provided.