worshop work
This commit is contained in:
parent
0d44c65ea5
commit
3829a4a83d
92 changed files with 487 additions and 110 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# Panel-Agent Commands
|
||||
|
||||
Workspace reference: [`GSP-WORKSPACE.md`](../../../GSP-WORKSPACE.md)
|
||||
|
||||
## Scope
|
||||
|
||||
This file is the command catalog for the XML-RPC surface between the Panel and the agents.
|
||||
|
|
@ -101,8 +103,9 @@ Common patterns:
|
|||
|
||||
Current preferred implementation path:
|
||||
|
||||
- `addonsmanager` stages a manifest and helper script through `writefile`
|
||||
- it executes the helper through `exec`
|
||||
- `addonsmanager` stages a manifest and generated per-job script through `writefile`
|
||||
- the generated script creates a temporary SteamCMD runscript and runs `steamcmd +runscript`
|
||||
- it executes the generated job script through `exec`
|
||||
- it records per-server items and policies in Panel database tables
|
||||
- it uses `steam_workshop` only as legacy compatibility, not as the primary workflow
|
||||
- no new Workshop-specific business logic should be added to agents for the current design
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue