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.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "degoog",
|
|
"slug": "degoog",
|
|
"categories": [
|
|
0
|
|
],
|
|
"date_created": "2026-03-20",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 4444,
|
|
"documentation": "https://fccview.github.io/degoog/",
|
|
"website": "https://github.com/fccview/degoog",
|
|
"logo": "https://raw.githubusercontent.com/fccview/degoog/main/src/public/images/degoog-logo.png",
|
|
"description": "Search aggregator that queries multiple engines and supports plugins, themes, and extension repositories.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/degoog.sh",
|
|
"config_path": "/opt/degoog/.env",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 6,
|
|
"os": "Debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Project is currently marked beta upstream and not intended for production use yet.",
|
|
"type": "warning"
|
|
},
|
|
{
|
|
"text": "Add extension store repositories in Settings after first start (official repo: https://github.com/fccview/fccview-degoog-extensions).",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|