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.
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "Nametag",
|
|
"slug": "nametag",
|
|
"categories": [
|
|
0
|
|
],
|
|
"date_created": "2026-03-30",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 3000,
|
|
"documentation": "https://github.com/mattogodoy/nametag",
|
|
"website": "https://nametag.one",
|
|
"logo": "https://raw.githubusercontent.com/mattogodoy/nametag/master/public/android-chrome-192x192.png",
|
|
"description": "Nametag is a personal relationships manager that helps you remember the people in your life. Track birthdays, contact info, relationships, and visualize your network as an interactive graph.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/nametag.sh",
|
|
"config_path": "/opt/nametag/.env",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 8,
|
|
"os": "Debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Create your first account via the web UI — self-hosted accounts are auto-verified.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|