Files
edubox/.gitignore
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

31 lines
507 B
Plaintext

.env
node_modules/
.next/
*.log
studioE5-data/
edubox-data/
dist/
coverage/
*.exe
*.dll
*.so
*.dylib
agent/studioE5-agent
agent/studioE5-agent.exe
agent/studioE5-agent-mac
agent/studioE5-agent-v*
agent/edubox-agent
agent/edubox-agent.exe
agent/edubox-agent-mac
agent/edubox-agent-v*
server/public/studioE5-agent*
server/public/edubox-agent*
agent/ui/*.go.html
headscale/*.sqlite*
headscale/*.key
headscale/*.state
agent/resolv.conf
agent/tailscale-bin/
agent/studioE5-agent-test
server/tsconfig.tsbuildinfo