Add initial implementation of ePage application with Docker support

- Create main application logic with HTTP handlers for form submissions
- Implement Pushover API integration for sending messages
- Add unit tests for handlers and Pushover payload structure
- Include Dockerfile and docker-compose configuration for easy deployment
- Add example environment file and update README with setup instructions
- Create HTML templates for user interface
This commit is contained in:
2026-04-18 20:02:32 +01:00
parent 61651c30fa
commit 8bd45193b0
15 changed files with 910 additions and 2 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module epage
go 1.23
require github.com/joho/godotenv v1.5.1