upaas/internal
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
..
config Use PORT instead of UPAAS_PORT for listen port 2025-12-29 16:15:05 +07:00
database Add TCP/UDP port mapping support 2025-12-30 12:11:57 +07:00
docker Add TCP/UDP port mapping support 2025-12-30 12:11:57 +07:00
globals Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
handlers Add TCP/UDP port mapping support 2025-12-30 12:11:57 +07:00
healthcheck Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
logger Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
middleware Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
models Add TCP/UDP port mapping support 2025-12-30 12:11:57 +07:00
server Add TCP/UDP port mapping support 2025-12-30 12:11:57 +07:00
service Add TCP/UDP port mapping support 2025-12-30 12:11:57 +07:00
ssh Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00