Files
ProxmoxVEDHelperScripts/json/storyteller.json
CanbiZ (MickLesk) 9d21dfa112 Add CT installers and metadata for six apps
Add container templates, install scripts and metadata for six applications: BirdNET-Go, ERPNext, Jitsi Meet, Storybook, Storyteller and Tube Archivist. New files include ct/* scripts (container templates and update handlers), install/* scripts (installation and systemd service setup, dependency installation and build steps) and json/* metadata entries (app catalog data, default resources, ports and notes). Each install script configures required dependencies, creates services, and prepares runtime configuration (e.g. DB, ElasticSearch, Node/Python environments, ffmpeg/Readium). This commit enables automated LXC provisioning and update flows for these apps.
2026-03-25 10:21:42 +01:00

48 lines
1.5 KiB
JSON

{
"name": "Storyteller",
"slug": "storyteller",
"categories": [
13
],
"date_created": "2026-03-25",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8001,
"documentation": "https://storyteller-platform.dev/docs/welcome",
"website": "https://storyteller-platform.dev/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/storyteller.webp",
"config_path": "/opt/storyteller/.env",
"description": "Storyteller is a self-hosted platform for creating and reading ebooks with synced narration, combining audiobooks and ebooks with automatic synchronization.",
"install_methods": [
{
"type": "default",
"script": "ct/storyteller.sh",
"resources": {
"cpu": 4,
"ram": 8192,
"hdd": 16,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Minimum 8GB RAM recommended. AI-based transcription is resource-intensive.",
"type": "warning"
},
{
"text": "Secret key is stored in `/opt/storyteller/.env`.",
"type": "info"
},
{
"text": "GPU acceleration is not available in the LXC version. Use CPU-based transcription.",
"type": "info"
}
]
}