upaas/internal/models
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
deployment.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
env_var.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
label.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
models_test.go Use ULID for app IDs and Docker label for container lookup 2025-12-29 16:06:40 +07:00
port.go Add TCP/UDP port mapping support 2025-12-30 12:11:57 +07:00
user.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
volume.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
webhook_event.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00