aboutsummaryrefslogtreecommitdiff
path: root/config/config.go
AgeCommit message (Expand)AuthorFilesLines
2026-03-08Refactor DNS and SMTP configurations; add system DNS managementBobby1-32/+1
2026-03-08feat(dns): add update functionality for DNS records (MX, SRV, TXT)Bobby1-6/+6
2026-03-08feat(domains): enhance domain management UI with DNS records functionalityBobby1-6/+0
2026-03-08Refactor configuration handling and add mail management featuresBobby1-12/+157
2026-03-07feat: implement SMTP server with authentication, port validation, and email s...Bobby1-0/+4
2026-03-07feat: add configuration management and server setupBobby1-0/+5
2026-03-07Implement authentication system with login/logout functionality and session m...Bobby1-2/+5
2026-03-06Implement database connection and routing system with HTTP method supportBobby1-0/+2
2026-03-06Add configuration and logging modules with TOML supportBobby1-0/+36