upaas/internal/handlers
sneak bc275f7b9c Add TCP/UDP port mapping support
- Add app_ports table for storing port mappings per app
- Add Port model with CRUD operations
- Add handlers for adding/deleting port mappings
- Add ports section to app detail template
- Update Docker client to configure port bindings when creating containers
- Support both TCP and UDP protocols
2025-12-30 12:11:57 +07:00
..
app.go Add TCP/UDP port mapping support 2025-12-30 12:11:57 +07:00
auth.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
dashboard.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
handlers_test.go Fix repository cloning when running inside a container 2025-12-29 17:02:01 +07:00
handlers.go Implement container logs handler 2025-12-29 15:48:23 +07:00
healthcheck.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
setup.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
webhook.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00