56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"extension_registry": {
|
|
"build": {
|
|
"base_image": "rust:1.82-trixie",
|
|
"binary": "extension-registry",
|
|
"buildkit": {
|
|
"cache_mode": "local",
|
|
"inline_cache": false,
|
|
"parallel_jobs": 2
|
|
},
|
|
"chef_enabled": true,
|
|
"config_file": "",
|
|
"extra_runtime_pkgs": [],
|
|
"features": [],
|
|
"health_path": "/health",
|
|
"package": "extension-registry",
|
|
"port": 9094,
|
|
"runtime_image": "debian:trixie-slim",
|
|
"sccache": {
|
|
"bucket": "rust-cache",
|
|
"enabled": false,
|
|
"region": ""
|
|
},
|
|
"user_id": 1000
|
|
},
|
|
"cache": {
|
|
"capacity": 500,
|
|
"enable_list_cache": true,
|
|
"enable_metadata_cache": true,
|
|
"ttl_seconds": 600
|
|
},
|
|
"distributions": {
|
|
"oci": []
|
|
},
|
|
"server": {
|
|
"enable_compression": true,
|
|
"enable_cors": false,
|
|
"host": "127.0.0.1",
|
|
"port": 8084,
|
|
"workers": 2
|
|
},
|
|
"sources": {
|
|
"forgejo": [],
|
|
"gitea": [
|
|
{
|
|
"organization": "provisioning",
|
|
"timeout_seconds": 30,
|
|
"token_path": "/etc/secrets/gitea-token.txt",
|
|
"url": "http://localhost:3000",
|
|
"verify_ssl": false
|
|
}
|
|
],
|
|
"github": []
|
|
}
|
|
}
|
|
}
|