4 Commits

Author SHA1 Message Date
Björn Benouarets
7e187f1543 feat(script): Add installation script 2025-11-29 03:15:25 +01:00
Björn Benouarets
0c9d70df97 feat(proxy): Implement reverse proxy with path transformation
Add reverse proxy functionality that routes requests based on host headers and transforms paths by removing configured prefixes. Includes comprehensive documentation and configuration files.

- Add reverse proxy with host-based routing
- Implement path transformation and URL rewriting
- Add YAML-based configuration for targets and endpoints
- Include PostgreSQL integration with GORM models
- Add comprehensive documentation and README
- Add Docker configuration for deployment
2025-11-29 03:10:40 +01:00
Björn Benouarets
3c08a2cb25 feat(docker): Add Dockerfile and compose file 2025-11-29 03:09:40 +01:00
Björn Benouarets
08055398c4 Initial commit 2025-11-20 22:47:28 +01:00