Commit Graph

9 Commits

Author SHA1 Message Date
Timothy Miller
b1a2fa7af3 Migrate cloudflare-ddns to Rust
Add Cargo.toml, Cargo.lock and a full src/ tree with modules and tests
Update Dockerfile to build a Rust release binary and simplify CI/publish
Remove legacy Python script, requirements.txt, and startup helper
Switch .gitignore to Rust artifacts; update Dependabot and workflows to
cargo
Add .env example, docker-compose env, and update README and VSCode
settings

Remove the old Python implementation and requirements; add a Rust
implementation with Cargo.toml/Cargo.lock and full src/ modules, tests,
and notifier/heartbeat support. Update Dockerfile, build/publish
scripts, dependabot and workflows, README, and provide env-based
docker-compose and .env examples.
2026-03-10 01:21:21 -04:00
Timothy Miller
7e6d74f1f6 Onboarding experience improved 2022-10-30 17:54:32 -04:00
Timothy Miller
464d2792b1 Fixed purgeUnknownRecords behavior 2022-07-30 20:07:36 -04:00
timothymiller
96f781f8b3 👨‍💻 Multi-arch support (ARMv7/ARMv8,AMD64)
Updated requests dependency
2020-12-07 20:50:15 -05:00
Timothy Miller
2ad3d6b564 Updated hidden project file default settings 2020-08-26 16:33:49 -04:00
timothymiller
5ac69b8274 Fixed IPv6 access inside Docker container 2020-08-13 18:26:43 -04:00
timothymiller
1e55144bf2 Added docker-compose build steps to README.md 2020-08-05 13:30:33 -04:00
timothymiller
7e8791c879 Update VS Code settings 2020-08-05 03:52:04 -04:00
timothymiller
df6b8a381a Minimal multi-stage docker build 2020-08-05 03:25:13 -04:00