spawner/docs
XPS\Micro 28aa41b207 feat: Add ESP8266 IDE (vcoder) Template Integration
Integrates PlatformIO-based IDE for embedded systems development:
- user-template-vcoder/Dockerfile: code-server + PlatformIO + cpptools
- Persistent Volumes: Workspace + PlatformIO cache per user
- Auto Volume-Mount in container_manager.py for vcoder containers
- Updated templates.json with vcoder template metadata
- Updated .env.example with vcoder in USER_TEMPLATE_IMAGES
- Comprehensive documentation: docs/templates/VCODER_TEMPLATE.md

Users can now create isolated IDE containers with:
✓ code-server Web IDE (--auth=none, Spawner JWT protection)
✓ PlatformIO for ESP8266/Wemos development
✓ C/C++ IntelliSense (cpptools + clangd extensions)
✓ Persistent workspace and toolchain cache

Build time: 5-10 min (Extensions downloaded from GitHub)
Default resources: 512MB RAM, 0.5 CPU (configurable)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-19 12:05:44 +01:00
..
architecture Sidebar added 2026-02-02 00:14:41 +01:00
bugs Initial project structure with documentation 2026-01-30 18:00:41 +01:00
dos-n-donts Initial project structure with documentation 2026-01-30 18:00:41 +01:00
frontend docs: add comprehensive dashboard navigation documentation 2026-02-01 23:17:01 +01:00
guides feat: Expandable Container-Rows + shadcn AlertDialog + Status 207 Fix 2026-02-08 16:56:04 +01:00
images picture added 2026-01-31 07:03:14 +01:00
install docs: Update all documentation with latest fixes - Traefik routing, JWT-cookie auth, install.sh improvements 2026-03-19 10:31:49 +01:00
security Initial project structure with documentation 2026-01-30 18:00:41 +01:00
templates feat: Add ESP8266 IDE (vcoder) Template Integration 2026-03-19 12:05:44 +01:00
versions Update documentation for v0.3.0 (admin features) 2026-01-31 07:06:13 +01:00
BUGFIX_CONTAINER_SPAWN.md docs: Synology Git Berechtigungsbits Problem dokumentieren 2026-02-03 14:14:47 +01:00
PHASE_7_DEPLOYMENT.md fix: claude-rules compliance - Remove docker-compose down from documentation 2026-02-04 22:48:02 +01:00
README.md Update documentation for v0.3.0 (admin features) 2026-01-31 07:06:13 +01:00
RECENT_FIXES_2026_03.md docs: Update all documentation with latest fixes - Traefik routing, JWT-cookie auth, install.sh improvements 2026-03-19 10:31:49 +01:00

Container Spawner - Dokumentation

Willkommen zur Dokumentation des Container Spawner Projekts.

Inhaltsverzeichnis

Dokument Beschreibung
Installation Neu- und Update-Installation, Umgebungsvariablen
Architektur Vollstaendige technische Dokumentation
Sicherheit Sicherheitsrisiken und Gegenmassnahmen
Versionen Versionierung und Changelog
Bekannte Bugs Bekannte Probleme und Workarounds
Best Practices Dos and Don'ts fuer Produktion

Schnellnavigation

Fuer Einsteiger

  1. Voraussetzungen pruefen
  2. Neuinstallation durchfuehren
  3. Konfiguration anpassen

Fuer Entwickler

Fuer Administratoren


Aktuelle Version: 0.3.0 Letzte Aktualisierung: Januar 2026