3 Commits

Author SHA1 Message Date
ad494fa623 Fix .gitignore - add cmd/server/main.go and use absolute paths for binaries
The pattern 'server' was incorrectly ignoring cmd/server/ directory.
Changed to '/server' to only match root-level compiled binary.

Also committing cmd/server/main.go which was previously ignored.
2026-02-02 21:53:43 -05:00
f3f1c0a0c8 Add Kubernetes/K3s deployment manifests and documentation
- Complete k8s manifests with Kustomize support
- Production and staging overlays
- ConfigMap/Secret management
- Ingress with TLS (Traefik/NGINX)
- Persistent storage for SQLite
- Comprehensive k8s README with operations guide
- Updated main README with k8s deployment instructions
- Gitignore for k8s secrets

Usage:
  kubectl apply -k k8s/overlays/production
2026-02-01 16:40:16 -05:00
2470f121e2 Initial commit: DDNS service with NIC V2 protocol support
Features:
- Token-based subdomain claiming
- NIC V2 (DynDNS2) protocol implementation
- Technitium DNS integration
- Rate limiting (10 req/min IP, 1 req/min token)
- Web UI for space claiming
- Docker/Docker Compose support
- Compatible with UniFi, pfSense, EdgeRouter

Module: git.dws.rip/DWS/dyn
2026-02-01 16:37:09 -05:00