- 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
7 lines
42 B
Text
7 lines
42 B
Text
data/
|
|
*.db
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.env
|
|
|