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": "step-ca",
|
|
"slug": "step-ca",
|
|
"categories": [
|
|
6
|
|
],
|
|
"date_created": "2026-02-03",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 443,
|
|
"documentation": "https://smallstep.com/docs/step-ca/",
|
|
"website": "https://github.com/smallstep/certificates",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/step-ca.webp",
|
|
"description": "A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/step-ca.sh",
|
|
"config_path": "/etc/step-ca",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 512,
|
|
"hdd": 2,
|
|
"os": "debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "root",
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "For required post installation actions, checkout: `https://github.com/community-scripts/ProxmoxVE/discussions/11504`",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|