Migrated all 80 app JSON files to place config_path inside each install_methods object instead of at the root level. This allows different install methods (e.g. Debian vs Alpine) to have distinct config paths. Also updated AGENTS.md JSON structure example to reflect the change.
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "CLIProxyAPI",
|
|
"slug": "cliproxyapi",
|
|
"categories": [
|
|
20
|
|
],
|
|
"date_created": "2026-02-24",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 8317,
|
|
"documentation": "https://help.router-for.me/",
|
|
"website": "https://github.com/router-for-me/CLIProxyAPI",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openai.webp",
|
|
"description": "CLIProxyAPI is a proxy server that provides OpenAI-compatible API endpoints for multiple AI CLI tools including Claude Code, Gemini CLI, OpenAI Codex, and more. It enables leveraging free-tier AI subscriptions through a unified API with features like credential routing, quota management, and request retrying.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/cliproxyapi.sh",
|
|
"config_path": "/opt/cliproxyapi/config.yaml",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 512,
|
|
"hdd": 2,
|
|
"os": "debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Generated credentials (API Key, Management Password) are stored in `/opt/cliproxyapi/config.yaml` inside the LXC.",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "After setup, authenticate your AI providers via the built-in management panel at port 8317.",
|
|
"type": "warning"
|
|
}
|
|
]
|
|
}
|