Cloudflare DDNS Setup on SCALE 24.10.2

you can run a cloudflare ddns upate in as a custom app using this yaml.

version: '3.5'
services:
  cloudflare-ddns:
    image: oznu/cloudflare-ddns:latest
    restart: always
    environment:
      - API_KEY=
      - ZONE=yourdomain.com
      - ZONE_ID=
      - PROXIED=false
1 Like