All checks were successful
PR Checks / rust-gates (pull_request) Successful in 2m7s
Module-rust phase 18, step 5 of docs/modules/rust/PLAN.md §34.2.7 (D146, D148, D149, D153). Bundles: ServUO is read at schema 2 from v2/servuo/ and lowered into the schema-1 model. Schema 1 at the root is the fallback, so a pin from before schema 2 still reproduces. Rust bundles are read from v2/rust/. v2 reads use the contents API, because /raw/ is CDN-cached for six hours. --game rust runs install, update, doctor and uninstall for Rust servers (src/rustgame/): - the framework is detected from its marker files, which were read off both rigs; both or neither is refused; - --server-id names an instance: its own service (runicgateway-rust@<id>, or RunicGatewayRust-<id>), config, database and ports; - the plugin config is written once, with ServerId and Port only. An existing one is never rewritten, and one naming another server refuses the run; - each instance's sidecar.toml is written once with its ports and an absolute database path, and the sidecar generates the token into it; - one binary per host. update moves every instance, and a replaced binary restarts all of them; - doctor checks the plugin file hash, the plugin config's ServerId, the required uMod plugins (a warning), the service and /health, and passes when the plugin is connected; - uninstall removes our plugin and keeps its config. --purge also removes the sidecar config and database. The last instance takes the binary, the template and the record, and the shared user only when no ServUO record remains. service.rs takes the service name as a parameter internally. The ServUO public API is unchanged. Finding: Carbon 2.0.259's config.json has no folder keys, so carbon/plugins and carbon/configs are what the installer uses. The plan expected a moved directory to be readable there. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01E14m6SuuY6i1vASFeGDBeY
58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"schema": 2,
|
|
"game": "rust",
|
|
"bundle": "2026.09.26",
|
|
"generated": "2026-09-26T04:06:03Z",
|
|
"protocol": 12,
|
|
"sidecar": {
|
|
"repo": "RunicGateway/Rust-Link",
|
|
"tag": "v0.1.0",
|
|
"version": "0.1.0",
|
|
"protocol": 12,
|
|
"assets": {
|
|
"linux-x86_64": {
|
|
"name": "rust-link-sidecar-linux-x86_64",
|
|
"url": "https://gitea.whitlocktech.com/RunicGateway/Rust-Link/releases/download/v0.1.0/rust-link-sidecar-linux-x86_64",
|
|
"sha256": "3f69c56a78ea0f9a886286078744710a983b0058b61cd0be0e69a2b4db312bfe"
|
|
},
|
|
"windows-x86_64": {
|
|
"name": "rust-link-sidecar-windows-x86_64.exe",
|
|
"url": "https://gitea.whitlocktech.com/RunicGateway/Rust-Link/releases/download/v0.1.0/rust-link-sidecar-windows-x86_64.exe",
|
|
"sha256": "e8cc61bb5681ead44baf2dcd661c323630b53a84b834447410a0bc1e5b1b1e8c"
|
|
}
|
|
},
|
|
"launcher": {
|
|
"name": "with-sidecar.sh",
|
|
"url": "https://gitea.whitlocktech.com/RunicGateway/Rust-Link/releases/download/v0.1.0/with-sidecar.sh",
|
|
"sha256": "b1d785873f0528663f12cf1b008ec2581ba7bd7282395203d8d5915e19ceb712"
|
|
}
|
|
},
|
|
"payload": {
|
|
"kind": "plugin",
|
|
"repo": "RunicGateway/Rust-Plugins",
|
|
"tag": "v0.2.3",
|
|
"version": "0.2.3",
|
|
"commit": "deadbeef",
|
|
"protocol": 12,
|
|
"compat": {
|
|
"frameworks": {
|
|
"oxide": {
|
|
"min_version": "2.0.7585"
|
|
},
|
|
"carbon": {
|
|
"min_version": "2.0.259"
|
|
}
|
|
},
|
|
"requires_plugins": [
|
|
"Kits",
|
|
"ZoneManager"
|
|
]
|
|
},
|
|
"asset": {
|
|
"name": "runicgateway-rust-plugin-0.2.3.tar.gz",
|
|
"url": "https://gitea.whitlocktech.com/RunicGateway/Rust-Plugins/releases/download/v0.2.3/runicgateway-rust-plugin-0.2.3.tar.gz",
|
|
"sha256": "2ca6269dba329b06d0d36e5786f6f88c10757c38a0b1dd7efdbcd4e803b94c78"
|
|
}
|
|
}
|
|
}
|