mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "TeddyCloud",
|
||
|
"slug": "teddycloud",
|
||
|
"categories": [
|
||
|
12
|
||
|
],
|
||
|
"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://avatars.githubusercontent.com/u/57543015",
|
||
|
"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": "12"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"default_credentials": {
|
||
|
"username": null,
|
||
|
"password": null
|
||
|
},
|
||
|
"notes": [
|
||
|
{
|
||
|
"text": "First start of the service can take some time due to certificate generation.",
|
||
|
"type": "warn"
|
||
|
}
|
||
|
]
|
||
|
}
|