Record code-server install start split decision

This commit is contained in:
jester 2026-04-16 21:13:06 +00:00
parent a32203dc93
commit 7f90c8f5c8

View File

@ -12,6 +12,8 @@
- requested code-server is desired Agent state for dev containers, not only a manual endpoint action.
- if `enable_code_server` is true or `addons` includes `codeserver`, dev provisioning should ensure code-server is installed, running, and verifiable.
- manual code-server start/stop/restart endpoints remain operational controls, but initial provisioning should not require a separate manual start call.
- code-server install/config and service start should remain separate paths: manual start must not rerun the installer script.
- code-server config should omit empty `proxy-domain`; an empty value causes code-server to exit on startup.
## Backup-specific
- current local game backup scope is Minecraft only.