This repository was archived by the owner on Aug 18, 2026. It is now read-only.
v0.12.0 — HTTP-only, Auto-detect, Events, Timezone
v0.12.0 (July 2026)
Add (Features)
- HTTP-only mode: All HTTPS/SSL/TLS removed — local dev uses plain HTTP only
- Auto-detect recipe: \ avpbox init\ auto-detects recipe from \composer.json\ (Laravel/PHP), \package.json\ (Node), \go.mod\ (Go),
equirements.txt\ (Python) - events.post-start: Auto-execute post-start commands from .tavpbox.yml\ during \ avpbox create\
- Auto-create on start: \ avpbox start\ auto-creates container if missing
- Asia/Jakarta timezone: Default \TZ=Asia/Jakarta\ for all containers
Fix
- Nginx webroot: Fixed root path handling — volume mount handles subdir
- Heredoc $ escaping: Replaced bash heredoc with \podman cp\ approach
Issues Closed
- #4 events.post-start not auto-executed
- #9 TAVP stack webroot issue