feat: Implement the core InterNetX DDNS updater application with API, services, middleware, Docker support, and a detailed README.

This commit is contained in:
2026-01-26 19:53:31 +01:00
parent bba71a7272
commit 11d2c1fce2
19 changed files with 1739 additions and 2 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
.git
.github
node_modules
npm-debug.log
.env
.env.local
.env.production
logs/
*.log
.vscode
.idea
.DS_Store
README.md
.gitignore