-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
deploymentSetup, deployment, infrastructureSetup, deployment, infrastructureenhancementNew feature or requestNew feature or request
Description
Replace Apple Container dependency with Docker to unlock Linux VPS deployment ($5-20/month vs $175-475/month Mac hosting).
Changes needed (~20 lines)
- container-runner.ts: Replace
spawn('container', ...)with configurable binary (default:docker) - index.ts: Replace
container system status/startwithdocker info - build.sh: Replace
container buildwithdocker build - Dockerfile: Already OCI-compatible, zero changes needed
- New: systemd unit file (Linux equivalent of launchd plist)
What this unlocks
- Hetzner: EUR 4.51/month
- DigitalOcean: $12/month
- Any Linux VPS: $5-20/month
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
deploymentSetup, deployment, infrastructureSetup, deployment, infrastructureenhancementNew feature or requestNew feature or request