mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 07:10:51 +02:00
Website: harmonize all Logos | use jsDelivr CDN links for icons from selfhst/icons repo (#4603)
* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
This commit is contained in:
@@ -1,41 +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://avatars.githubusercontent.com/u/57543015",
|
||||
"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": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "First start of the service can take some time due to certificate generation.",
|
||||
"type": "warn"
|
||||
}
|
||||
]
|
||||
"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/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": "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