• 0 posts
  • 16 comments
Joined 3 years ago
Cake day: July 7th, 2023
  • You could just build it yourself, there’s not much to it.

    Dockerfile:

    ARG VERSION=2
    
    FROM caddy:${VERSION}-builder AS builder
    
    RUN xcaddy build \
        --with github.com/caddy-dns/cloudflare
    
    FROM caddy:${VERSION}
    
    COPY --from=builder /usr/bin/caddy /usr/bin/caddy
    

    My Dockerfile is under dockerfile-dns and then in docker-compose.yaml instead of pointing to an image I have:

    services:
      caddy:
        build: ./dockerfile-dns
    

    I’m not 100% sure of the right way to update it, but I think I usually use something like docker compose build --pull --no-cache.

  • I wonder how many people freaking out over this field have even looked at what other fields are on that user record. The realName field could be used to dox you! ICE and the CIA are interested in your location! Those fields have about the same level of enforcement as the new one, i.e. you can just lie.