chore: update microsandbox command to bind to all interfaces and add compatibility shims for missing types

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-02-24 23:53:03 -08:00
parent 8095cec37e
commit 421bb29466
5 changed files with 68 additions and 4 deletions

View file

@ -118,7 +118,7 @@ environment=NODE_ENV="production",PORT="3000",HOSTNAME="0.0.0.0"
# Autostart is controlled by the entrypoint based on MICROSANDBOX_ENABLED env var.
# Requires --device /dev/kvm and --privileged when running the container.
[program:microsandbox]
command=msb server start --dev
command=msb server start --dev --host 0.0.0.0
autostart=%(ENV_MICROSANDBOX_AUTOSTART)s
autorestart=true
priority=25