Files
edubox/.env.example
T
EduBox Dev a414f03a59 feat(agent): v0.3.5 Windows inbound forwarding, UI actions, lifecycle
- Configure tailscale serve automatically for each instance on Windows userspace networking.
- Add local UI buttons: start/stop/reset/delete instances (stop/start preserve volumes).
- Clean shutdown: stop tailscaled and instances, notify server with instance_stopped.
- Restart tailscaled on agent boot using persisted state when pre-auth key is absent.
- Sync instance stopped/deleted status to dashboard (server/lib/websocket.ts).
- Security: include prior authz/scoping changes across API routes, ephemeral pre-auth keys, ACL policy, internal API key.
- Update SUIVI_VPN_ONDEMAND.md and docs/ONBOARDING_CLIENT.md.
- Bump agent version to 0.3.5.
2026-06-25 22:59:09 +00:00

16 lines
561 B
Bash

DATABASE_URL=postgresql://edubox:CHANGE_ME@postgres:5432/edubox
POSTGRES_PASSWORD=CHANGE_ME
NEXTAUTH_SECRET=CHANGE_ME
NEXTAUTH_URL=http://localhost
SUPERADMIN_EMAIL=admin@edudeploy.fr
SUPERADMIN_PASSWORD=CHANGE_ME
HEADSCALE_URL=http://headscale:8080
# Legacy reusable pre-auth key (kept for manual/debug setups).
HEADSCALE_AUTH_KEY=CHANGE_ME
# Headscale API key used by the server to generate ephemeral pre-auth keys.
HEADSCALE_API_KEY=CHANGE_ME
HEADSCALE_RESOLVER_AUTH_KEY=CHANGE_ME
INTERNAL_API_KEY=CHANGE_ME
GITEA_URL=http://gitea:3000
GITEA_TOKEN=CHANGE_ME