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.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "Storybook",
|
|
"slug": "storybook",
|
|
"categories": [
|
|
20
|
|
],
|
|
"date_created": "2026-03-25",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 6006,
|
|
"documentation": "https://storybook.js.org/docs",
|
|
"website": "https://storybook.js.org/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/storybook.webp",
|
|
"description": "Storybook is a frontend workshop for building UI components and pages in isolation. It's used for UI development, testing, and documentation.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/storybook.sh",
|
|
"config_path": "",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 8,
|
|
"os": "Debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "The installer uses an interactive setup wizard (like fumadocs). Follow the prompts during installation.",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "Storybook runs in development mode on port 6006.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|