mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 07:10:51 +02:00
Refactor Json Location (#3184)
This commit is contained in:
committed by
GitHub
parent
b1bcdc3ce8
commit
35d5507b38
39
frontend/public/json/teddycloud.json
Normal file
39
frontend/public/json/teddycloud.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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://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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user