Commit Graph

24 Commits

Author SHA1 Message Date
0989f51a55 Fix ExecStart command in dns-updater.service to properly handle environment variables 2025-12-28 21:30:49 +01:00
827ed9f83b Update dns-updater.service to run as root and change working directory 2025-12-28 21:27:52 +01:00
6d5dbee874 Add installation script for dns-updater service 2025-12-28 21:26:51 +01:00
63f67c7188 Add requirements.txt and update Dockerfile to install packages from it 2025-12-28 21:02:51 +01:00
bfebad5e5d Add .venv to .gitignore to prevent virtual environment files from being tracked 2025-12-28 21:02:46 +01:00
bc946e62e2 Updated the Dockerfile. 2025-12-28 21:01:34 +01:00
14d90d34aa Change container start-up procedure. 2025-12-28 21:00:53 +01:00
d77801788f Fix whitespace inconsistencies in delete-record.py 2025-12-28 18:15:21 +01:00
f77ade44d5 Fix whitespace inconsistencies in set-record.py 2025-12-28 18:15:03 +01:00
c5d6916fa6 Fix formatting inconsistencies in dns.py 2025-12-28 18:14:58 +01:00
1b2bb83eeb Add instructions for creating and using a self-signed SSL certificate in README.md 2025-12-28 18:14:53 +01:00
2884cd91a8 Add .pem files to .gitignore to prevent sensitive data from being tracked 2025-12-28 18:14:49 +01:00
62586de020 Add README.md with project overview, features, requirements, and installation instructions 2025-12-28 13:03:22 +01:00
fa95fd0279 Add Dockerfile for application containerization 2025-12-28 13:03:12 +01:00
4b943ee0c9 Add systemd service file for dns-updater to manage application lifecycle 2025-12-28 13:03:08 +01:00
59f3d2377d Refactor set_record and delete_record functions to improve value checking and response handling 2025-12-28 13:02:58 +01:00
dbf59fd124 Enhance set_record function to check current value before updating and improve response messages for clarity 2025-12-27 14:27:31 +01:00
9f6344ba4c Refactor response messages in set and delete record endpoints for consistency 2025-12-27 13:54:00 +01:00
c2189bf826 Implemented set,delete,list proxy for MIAB API. 2025-12-27 13:40:42 +01:00
2db1671d8a Replace HTTP server implementation with Flask API for DNS updates 2025-12-27 10:22:26 +01:00
b78c848525 Add DNS record management module for Mail-in-a-Box 2025-12-27 10:11:42 +01:00
68b7bd9997 Add __pycache__ to .gitignore 2025-12-27 10:11:19 +01:00
3d43006257 Added AI generated code. 2025-12-27 08:25:44 +01:00
b9e4645f15 Initialized the repository. 2025-12-27 08:25:23 +01:00