Commit graph

2 commits

Author SHA1 Message Date
1406f9f120 Add YAML editor with real-time linting
- Added editable YAML textarea
- Real-time YAML validation with js-yaml library
- Visual feedback for valid/invalid YAML
- Ability to create server from edited YAML
- Download edited YAML functionality
2025-10-31 11:55:45 -07:00
c31e48e2b1 Proof of concept: Container management with FastAPI backend
- FastAPI backend with REST API endpoints
- SQLite database for container metadata
- Docker/Podman SDK integration with label filtering
- Frontend: Server creation form and management page
- Container operations: create, list, start, stop, delete
- Single container deployment (nginx + Python + supervisor)
- Support for Docker and Podman (rootless)
- Volume management for persistent data
2025-10-31 11:50:31 -07:00