Cleanup: remove frontend, move JSONs to json/ top-level (#12813)

This commit is contained in:
CanbiZ (MickLesk)
2026-03-12 13:59:18 +01:00
committed by GitHub
parent abccdef6cb
commit bfedeb0277
605 changed files with 10 additions and 11576 deletions

40
json/teddycloud.json generated Normal file
View File

@@ -0,0 +1,40 @@
{
"name": "TeddyCloud",
"slug": "teddycloud",
"categories": [
13
],
"date_created": "2024-12-28",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 80,
"documentation": "https://tonies-wiki.revvox.de/docs/tools/teddycloud/",
"website": "https://tonies-wiki.revvox.de/docs/tools/teddycloud/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/teddycloud.webp",
"config_path": "",
"description": "TeddyCloud is an open source server replacement for the Boxine Cloud.",
"install_methods": [
{
"type": "default",
"script": "ct/teddycloud.sh",
"resources": {
"cpu": 2,
"ram": 1024,
"hdd": 8,
"os": "debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "First start of the service can take some time due to certificate generation.",
"type": "warn"
}
]
}