mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 07:10:51 +02:00
Add vitest, add json validation tests, fix broken json files (#566)
This commit is contained in:
committed by
GitHub
parent
000f206d90
commit
03be08be63
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "5006",
|
||||
"interface_port": 5006,
|
||||
"documentation": null,
|
||||
"website": "https://actualbudget.org/",
|
||||
"logo": "https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-client/public/maskable-512x512.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/actualbudget.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "3000",
|
||||
"interface_port": 3000,
|
||||
"documentation": "https://github.com/AdguardTeam/AdGuardHome/wiki/Getting-Started",
|
||||
"website": "https://adguard.com/en/adguard-home/overview.html",
|
||||
"logo": "https://raw.githubusercontent.com/home-assistant/brands/master/core_integrations/adguard/icon.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/adguard.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "3000",
|
||||
"interface_port": 3000,
|
||||
"documentation": null,
|
||||
"website": "https://adventurelog.app/",
|
||||
"logo": "https://raw.githubusercontent.com/seanmorley15/AdventureLog/refs/heads/main/documentation/static/img/favicon.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/adventurelog.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "7",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 7,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": true,
|
||||
"interface_port": "8090",
|
||||
"interface_port": 8090,
|
||||
"documentation": null,
|
||||
"website": "https://www.ispyconnect.com/",
|
||||
"logo": "https://ispycontent.azureedge.net/img/ispy2.png?raw=true",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/agentdvr.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "8",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 8,
|
||||
"os": "ubuntu",
|
||||
"version": "22.04"
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/alpine.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "0.1",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 0.1,
|
||||
"os": "alpine",
|
||||
"version": "3.19"
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/apache-cassandra.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "2048",
|
||||
"hdd": "4",
|
||||
"cpu": 1,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "5984",
|
||||
"interface_port": 5984,
|
||||
"documentation": null,
|
||||
"website": "https://couchdb.apache.org/",
|
||||
"logo": "https://couchdb.apache.org/image/couch@2x.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/apache-couchdb.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "4096",
|
||||
"hdd": "10",
|
||||
"cpu": 2,
|
||||
"ram": 4096,
|
||||
"hdd": 10,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "3142",
|
||||
"interface_port": 3142,
|
||||
"documentation": null,
|
||||
"website": "https://www.unix-ag.uni-kl.de/~bloch/acng/",
|
||||
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/linux.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/apt-cacher-ng.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/archivebox.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "1024",
|
||||
"hdd": "8",
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "6880",
|
||||
"interface_port": 6880,
|
||||
"documentation": null,
|
||||
"website": "https://aria2.github.io/",
|
||||
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/linux.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/aria2.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "1028",
|
||||
"hdd": "8",
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "13378",
|
||||
"interface_port": 13378,
|
||||
"documentation": null,
|
||||
"website": "https://www.audiobookshelf.org/",
|
||||
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/audiobookshelf.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/audiobookshelf.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "7474",
|
||||
"interface_port": 7474,
|
||||
"documentation": null,
|
||||
"website": "https://autobrr.com/",
|
||||
"logo": "https://raw.githubusercontent.com/autobrr/autobrr/master/.github/images/logo.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/autobrr.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "8",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "6767",
|
||||
"interface_port": 6767,
|
||||
"documentation": null,
|
||||
"website": "https://www.bazarr.media/",
|
||||
"logo": "https://www.bazarr.media/assets/img/logo.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/bazarr.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "4000",
|
||||
"interface_port": 4000,
|
||||
"documentation": null,
|
||||
"website": "https://0xerr0r.github.io/blocky/",
|
||||
"logo": "https://raw.githubusercontent.com/0xERR0R/blocky/main/docs/blocky.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/blocky.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "80",
|
||||
"interface_port": 80,
|
||||
"documentation": null,
|
||||
"website": "https://www.bookstackapp.com/",
|
||||
"logo": "https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fassets.stickpng.com%2Fimages%2F6308b74c61b3e2a522f0145e.png&f=1&nofb=1&ipt=7ce7870e5081489216eb3294b735356d1c7ede678f97cadba4392bd96e032170&ipo=images",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/bookstack.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/bunkerweb.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "80",
|
||||
"interface_port": 80,
|
||||
"documentation": "https://caddyserver.com/docs/",
|
||||
"website": "https://caddyserver.com/",
|
||||
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/caddy.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/caddy.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "8083",
|
||||
"interface_port": 8083,
|
||||
"documentation": null,
|
||||
"website": "https://github.com/janeczku/calibre-web",
|
||||
"logo": "https://sasquatters.com/media/2017/04/Calibre-web-banner-768x512.jpg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/calibre-web.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "80",
|
||||
"interface_port": 80,
|
||||
"documentation": null,
|
||||
"website": "https://www.casaos.io/",
|
||||
"logo": "https://wiki.casaos.io/_assets/casaos-no-text.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/casaos.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "8",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "5000",
|
||||
"interface_port": 5000,
|
||||
"documentation": null,
|
||||
"website": "https://changedetection.io/",
|
||||
"logo": "https://github.com/dgtlmoon/changedetection.io/blob/master/changedetectionio/static/images/avatar-256x256.png?raw=true",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/changedetection.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "1024",
|
||||
"hdd": "8",
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": true,
|
||||
"interface_port": "8089",
|
||||
"interface_port": 8089,
|
||||
"documentation": null,
|
||||
"website": "https://getchannels.com/dvr-server/",
|
||||
"logo": "https://getchannels.com/a/images/channels-logo.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/channels.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "1024",
|
||||
"hdd": "8",
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/cloudflared.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "9090",
|
||||
"interface_port": 9090,
|
||||
"documentation": null,
|
||||
"website": "https://cockpit-project.org/",
|
||||
"logo": "https://i0.wp.com/easycode.page/wp-content/uploads/2021/10/cockpit.png?fit=400%2C400&ssl=1",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/cockpit.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "misc",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "8680",
|
||||
"interface_port": 8680,
|
||||
"documentation": null,
|
||||
"website": null,
|
||||
"logo": "https://user-images.githubusercontent.com/674621/71187801-14e60a80-2280-11ea-94c9-e56576f76baf.png",
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
{
|
||||
"name": "Collabora Online",
|
||||
"slug": "collabora-online",
|
||||
"categories": [],
|
||||
"date_created": "2024-09-05",
|
||||
"type": "LXC",
|
||||
"updateable": 1,
|
||||
"privileged": 0,
|
||||
"interface_port": "9980",
|
||||
"documentation": "",
|
||||
"website": "https://www.collaboraonline.com/collabora-online/",
|
||||
"logo": "https://wiki.calculate-linux.org/download_images/original/collabora-logo.png",
|
||||
"description": "Collabora Online is a cloud-based office suite that enables real-time collaboration on documents, spreadsheets, and presentations. It supports multiple formats and integrates with platforms like Nextcloud and SharePoint",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "bash -c \"$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/collabora-online.sh)\"",
|
||||
"resources": {
|
||||
"cpu": "",
|
||||
"ram": "",
|
||||
"hdd": "",
|
||||
"os": "",
|
||||
"version": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "admin",
|
||||
"password": "admin"
|
||||
},
|
||||
"alerts": []
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
{
|
||||
"name": "Collabora Online",
|
||||
"slug": "collabora-online",
|
||||
"categories": [],
|
||||
"date_created": "2024-09-05",
|
||||
"type": "LXC",
|
||||
"updateable": 1,
|
||||
"privileged": 0,
|
||||
"interface_port": "9980",
|
||||
"documentation": "",
|
||||
"website": "https://www.collaboraonline.com/collabora-online/",
|
||||
"logo": "https://wiki.calculate-linux.org/download_images/original/collabora-logo.png",
|
||||
"description": "Collabora Online is a cloud-based office suite that enables real-time collaboration on documents, spreadsheets, and presentations. It supports multiple formats and integrates with platforms like Nextcloud and SharePoint",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "bash -c \"$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/collabora-online.sh)\"",
|
||||
"resources": {
|
||||
"cpu": "",
|
||||
"ram": "",
|
||||
"hdd": "",
|
||||
"os": "",
|
||||
"version": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "admin",
|
||||
"password": "admin"
|
||||
},
|
||||
"alerts": []
|
||||
}
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "8082",
|
||||
"interface_port": 8082,
|
||||
"documentation": null,
|
||||
"website": "https://www.commafeed.com/",
|
||||
"logo": "https://raw.githubusercontent.com/Athou/commafeed/master/commafeed-client/public/app-icon-144.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/commafeed.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "3012",
|
||||
"interface_port": 3012,
|
||||
"documentation": null,
|
||||
"website": "https://github.com/jhuckaby/Cronicle",
|
||||
"logo": "https://github.com/jhuckaby/Cronicle/blob/master/htdocs/images/logo-128.png?raw=true",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/cronicle.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "8084",
|
||||
"interface_port": 8084,
|
||||
"documentation": null,
|
||||
"website": null,
|
||||
"logo": "https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fimg.informer.com%2Ficons_mac%2Fpng%2F128%2F350%2F350335.png&f=1&nofb=1",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/daemonsync.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "8",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "4000",
|
||||
"interface_port": 4000,
|
||||
"documentation": null,
|
||||
"website": "https://dashy.to/",
|
||||
"logo": "https://github.com/Lissy93/dashy/raw/master/public/web-icons/dashy-logo.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/dashy.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "6",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 6,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "vm/debian-vm.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "2",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 2,
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/debian.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": true,
|
||||
"interface_port": "80",
|
||||
"interface_port": 80,
|
||||
"documentation": null,
|
||||
"website": "https://www.phoscon.de/en/conbee2/software#deconz",
|
||||
"logo": "https://phoscon.de/img/phoscon-logo128x.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/deconz.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "8112",
|
||||
"interface_port": 8112,
|
||||
"documentation": null,
|
||||
"website": "https://www.deluge-torrent.org/",
|
||||
"logo": "https://dev.deluge-torrent.org/chrome/common/deluge_logo.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/deluge.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/docker.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
@@ -29,9 +29,9 @@
|
||||
"type": "alpine",
|
||||
"script": "ct/alpine-docker.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "1024",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 2,
|
||||
"os": "alpine",
|
||||
"version": "3.19"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "5001",
|
||||
"interface_port": 5001,
|
||||
"documentation": null,
|
||||
"website": "https://github.com/louislam/dockge",
|
||||
"logo": "https://raw.githubusercontent.com/louislam/dockge/master/frontend/public/icon.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/dockge.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "18",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 18,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "8096",
|
||||
"interface_port": 8096,
|
||||
"documentation": null,
|
||||
"website": "https://emby.media/",
|
||||
"logo": "https://github.com/home-assistant/brands/blob/master/core_integrations/emby/icon.png?raw=true",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/emby.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "8",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 8,
|
||||
"os": "ubuntu",
|
||||
"version": "22.04"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "18083",
|
||||
"interface_port": 18083,
|
||||
"documentation": null,
|
||||
"website": "https://www.emqx.io/",
|
||||
"logo": "https://github.com/hassio-addons/repository/blob/master/emqx/icon.png?raw=true",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/emqx.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "8409",
|
||||
"interface_port": 8409,
|
||||
"documentation": null,
|
||||
"website": "https://ersatztv.org/",
|
||||
"logo": "https://raw.githubusercontent.com/ErsatzTV/ErsatzTV/main/artwork/ersatztv-logo.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/ersatztv.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "1024",
|
||||
"hdd": "5",
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 5,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "6052",
|
||||
"interface_port": 6052,
|
||||
"documentation": null,
|
||||
"website": "https://esphome.io/",
|
||||
"logo": "https://esphome.io/_static/favicon.ico",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/esphome.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "7070",
|
||||
"interface_port": 7070,
|
||||
"documentation": "https://evcc.io/#devices",
|
||||
"website": "https://evcc.io/en/",
|
||||
"logo": "https://docs.evcc.io/en/img/logo.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/evcc.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "5000",
|
||||
"interface_port": 5000,
|
||||
"documentation": null,
|
||||
"website": "https://github.com/revenz/Fenrus",
|
||||
"logo": "https://raw.githubusercontent.com/revenz/Fenrus/master/wwwroot/fenrus.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/fenrus.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "4",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "8083",
|
||||
"interface_port": 8083,
|
||||
"documentation": null,
|
||||
"website": "https://fhem.de/",
|
||||
"logo": "https://avatars.githubusercontent.com/u/45183393?s=100&v=4",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/fhem.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "8",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "misc",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "8080",
|
||||
"interface_port": 8080,
|
||||
"documentation": null,
|
||||
"website": "https://filebrowser.org/features",
|
||||
"logo": "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/filebrowser.png?raw=true",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "8191",
|
||||
"interface_port": 8191,
|
||||
"documentation": null,
|
||||
"website": "https://github.com/FlareSolverr/FlareSolverr",
|
||||
"logo": "https://raw.githubusercontent.com/FlareSolverr/FlareSolverr/master/resources/flaresolverr_logo.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/flaresolverr.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "3000",
|
||||
"interface_port": 3000,
|
||||
"documentation": null,
|
||||
"website": "https://flowiseai.com/",
|
||||
"logo": "https://flowiseai.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Flogo-color-high.e60de2f8.png&w=256&q=75",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/flowiseai.sh",
|
||||
"resources": {
|
||||
"cpu": "4",
|
||||
"ram": "4096",
|
||||
"hdd": "10",
|
||||
"cpu": 4,
|
||||
"ram": 4096,
|
||||
"hdd": 10,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "3000",
|
||||
"interface_port": 3000,
|
||||
"documentation": null,
|
||||
"website": "https://forgejo.org/",
|
||||
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/forgejo.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/forgejo.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "10",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 10,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": true,
|
||||
"interface_port": "5000",
|
||||
"interface_port": 5000,
|
||||
"documentation": null,
|
||||
"website": "https://frigate.video/",
|
||||
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/frigate.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/frigate.sh",
|
||||
"resources": {
|
||||
"cpu": "4",
|
||||
"ram": "4096",
|
||||
"hdd": "20",
|
||||
"cpu": 4,
|
||||
"ram": 4096,
|
||||
"hdd": 20,
|
||||
"os": "debian",
|
||||
"version": "11"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "3000",
|
||||
"interface_port": 3000,
|
||||
"documentation": null,
|
||||
"website": "https://gitea.com",
|
||||
"logo": "https://gitea.com/gitea/design/raw/branch/main/logo/logo.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/gitea.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "1024",
|
||||
"hdd": "8",
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "misc",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "61208",
|
||||
"interface_port": 61208,
|
||||
"documentation": null,
|
||||
"website": "https://nicolargo.github.io/glances/",
|
||||
"logo": "https://raw.githubusercontent.com/nicolargo/glances/develop/docs/_static/Glances%20Logo.svg",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "1984",
|
||||
"interface_port": 1984,
|
||||
"documentation": null,
|
||||
"website": "https://github.com/AlexxIT/go2rtc",
|
||||
"logo": "https://github.com/AlexxIT/go2rtc/blob/master/assets/logo.png?raw=true",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/go2rtc.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "53842",
|
||||
"interface_port": 53842,
|
||||
"documentation": null,
|
||||
"website": "https://github.com/Forceu/Gokapi",
|
||||
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/linux.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/gokapi.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "4",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "80",
|
||||
"interface_port": 80,
|
||||
"documentation": null,
|
||||
"website": "https://gotify.net/",
|
||||
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/gotify.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/gotify.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "3000",
|
||||
"interface_port": 3000,
|
||||
"documentation": null,
|
||||
"website": "https://grafana.com/",
|
||||
"logo": "https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fdocs.checkmk.com%2Flatest%2Fimages%2Fgrafana_logo.png&f=1&nofb=1",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/grafana.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
@@ -29,9 +29,9 @@
|
||||
"type": "alpine",
|
||||
"script": "ct/alpine-grafana.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "256",
|
||||
"hdd": "1",
|
||||
"cpu": 1,
|
||||
"ram": 256,
|
||||
"hdd": 1,
|
||||
"os": "alpine",
|
||||
"version": "3.19"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "80",
|
||||
"interface_port": 80,
|
||||
"documentation": null,
|
||||
"website": "https://grocy.info/",
|
||||
"logo": "https://grocy.info/img/grocy_logo.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/grocy.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "vm",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "8123",
|
||||
"interface_port": 8123,
|
||||
"documentation": "https://www.home-assistant.io/docs/",
|
||||
"website": "https://www.home-assistant.io/",
|
||||
"logo": "https://avatars.githubusercontent.com/u/13844975?s=200&v=4",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "vm/haos-vm.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "4096",
|
||||
"hdd": "32",
|
||||
"cpu": 2,
|
||||
"ram": 4096,
|
||||
"hdd": 32,
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/headscale.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "7990",
|
||||
"interface_port": 7990,
|
||||
"documentation": null,
|
||||
"website": "https://heimdall.site/",
|
||||
"logo": "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/heimdall.png?raw=true",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/heimdall-dashboard.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "1883",
|
||||
"interface_port": 1883,
|
||||
"documentation": null,
|
||||
"website": "https://www.hivemq.com/",
|
||||
"logo": "https://hivemq.com/img/svg/hivemq-bee.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/hivemq.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "3000",
|
||||
"interface_port": 3000,
|
||||
"documentation": null,
|
||||
"website": "https://homarr.dev/",
|
||||
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/homarr.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/homarr.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "8",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "8123",
|
||||
"interface_port": 8123,
|
||||
"documentation": "https://www.home-assistant.io/docs/",
|
||||
"website": "https://www.home-assistant.io/",
|
||||
"logo": "https://avatars.githubusercontent.com/u/13844975?s=200&v=4",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/homeassistant-core.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "1024",
|
||||
"hdd": "8",
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 8,
|
||||
"os": "ubuntu",
|
||||
"version": "24.04"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "8123",
|
||||
"interface_port": 8123,
|
||||
"documentation": "https://www.home-assistant.io/docs/",
|
||||
"website": "https://www.home-assistant.io/",
|
||||
"logo": "https://avatars.githubusercontent.com/u/13844975?s=200&v=4",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/homeassistant.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "16",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 16,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "7745",
|
||||
"interface_port": 7745,
|
||||
"documentation": null,
|
||||
"website": "https://homebox.software/en/",
|
||||
"logo": "https://homebox.software/lilbox.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/homebox.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "8581",
|
||||
"interface_port": 8581,
|
||||
"documentation": null,
|
||||
"website": "https://homebridge.io/",
|
||||
"logo": "https://raw.githubusercontent.com/homebridge/branding/master/logos/homebridge-color-round-stylized.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/homebridge.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "3000",
|
||||
"interface_port": 3000,
|
||||
"documentation": "https://gethomepage.dev/latest/configs/",
|
||||
"website": "https://github.com/benphelps/homepage",
|
||||
"logo": "https://avatars.githubusercontent.com/u/122929872?v=4",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/homepage.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "1024",
|
||||
"hdd": "3",
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 3,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "8010",
|
||||
"interface_port": 8010,
|
||||
"documentation": null,
|
||||
"website": "https://github.com/bastienwirtz/homer#---------homer",
|
||||
"logo": "https://raw.githubusercontent.com/bastienwirtz/homer/main/public/assets/icons/logo.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/homer.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": true,
|
||||
"interface_port": "8090",
|
||||
"interface_port": 8090,
|
||||
"documentation": null,
|
||||
"website": "https://github.com/awawa-dev/HyperHDR",
|
||||
"logo": "https://raw.githubusercontent.com/awawa-dev/HyperHDR/master/resources/icons/hyperhdr-icon-256px.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/hyperhdr.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "8090",
|
||||
"interface_port": 8090,
|
||||
"documentation": null,
|
||||
"website": null,
|
||||
"logo": "https://github.com/hyperion-project/hyperion.ng/raw/master/doc/logo_dark.png?raw=true",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/hyperion.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "8086",
|
||||
"interface_port": 8086,
|
||||
"documentation": null,
|
||||
"website": "https://www.influxdata.com/",
|
||||
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/influx.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/influxdb.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "8",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "8081",
|
||||
"interface_port": 8081,
|
||||
"documentation": null,
|
||||
"website": "https://www.iobroker.net/#en/intro",
|
||||
"logo": "https://raw.githubusercontent.com/ioBroker/ioBroker/master/img/logos/ioBroker_Logo_256px.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/iobroker.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "8",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "26000",
|
||||
"interface_port": 26000,
|
||||
"documentation": null,
|
||||
"website": "https://www.iventoy.com/",
|
||||
"logo": "https://www.iventoy.com/static/img/iventoy.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/iventoy.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "9117",
|
||||
"interface_port": 9117,
|
||||
"documentation": null,
|
||||
"website": "https://github.com/Jackett/Jackett",
|
||||
"logo": "https://raw.githubusercontent.com/Jackett/Jackett/master/src/Jackett.Common/Content/jacket_medium.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/jackett.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "8096",
|
||||
"interface_port": 8096,
|
||||
"documentation": null,
|
||||
"website": null,
|
||||
"logo": "https://github.com/home-assistant/brands/blob/master/core_integrations/jellyfin/icon.png?raw=true",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/jellyfin.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "8",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 8,
|
||||
"os": "ubuntu",
|
||||
"version": "22.04"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "5055",
|
||||
"interface_port": 5055,
|
||||
"documentation": null,
|
||||
"website": "https://github.com/Fallenbagel/jellyseerr",
|
||||
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/jellyseerr.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/jellyseerr.sh",
|
||||
"resources": {
|
||||
"cpu": "4",
|
||||
"ram": "4096",
|
||||
"hdd": "8",
|
||||
"cpu": 4,
|
||||
"ram": 4096,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "5000",
|
||||
"interface_port": 5000,
|
||||
"documentation": null,
|
||||
"website": "https://www.kavitareader.com/",
|
||||
"logo": "https://raw.githubusercontent.com/Kareadita/Kavita/develop/Logo/kavita.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/kavita.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "8",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "8080",
|
||||
"interface_port": 8080,
|
||||
"documentation": "https://github.com/community-scripts/ProxmoxVE/discussions/193",
|
||||
"website": "https://www.keycloak.org/",
|
||||
"logo": "https://www.keycloak.org/resources/images/logo.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/keycloak.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -16,13 +16,13 @@
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "/ct/kimai.sh",
|
||||
"script": "ct/kimai.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "7",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 7,
|
||||
"os": "Debian",
|
||||
"version": 12
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "25600",
|
||||
"interface_port": 25600,
|
||||
"documentation": "https://komga.org/docs/introduction",
|
||||
"website": "https://komga.org/",
|
||||
"logo": "https://raw.githubusercontent.com/gotson/komga/25a1cfa8660c57335313c244e41c248371ffd9d6/komga-webui/src/assets/logo.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/komga.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "2048",
|
||||
"hdd": "4",
|
||||
"cpu": 1,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/kubo.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "4096",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 4096,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "5299",
|
||||
"interface_port": 5299,
|
||||
"documentation": null,
|
||||
"website": "https://gitlab.com/LazyLibrarian/LazyLibrarian",
|
||||
"logo": "https://gitlab.com/uploads/-/system/project/avatar/9317860/ll.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/lazylibrarian.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "8686",
|
||||
"interface_port": 8686,
|
||||
"documentation": null,
|
||||
"website": "https://lidarr.audio/",
|
||||
"logo": "https://raw.githubusercontent.com/Lidarr/Lidarr/develop/Logo/256.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/lidarr.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "3000",
|
||||
"interface_port": 3000,
|
||||
"documentation": "https://docs.linkwarden.app/",
|
||||
"website": "https://linkwarden.app/",
|
||||
"logo": "https://raw.githubusercontent.com/linkwarden/linkwarden/main/assets/logo.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/linkwarden.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "12",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 12,
|
||||
"os": "ubuntu",
|
||||
"version": "22.04"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "9000",
|
||||
"interface_port": 9000,
|
||||
"documentation": "https://listmonk.app/docs/",
|
||||
"website": "https://listmonk.app/",
|
||||
"logo": "https://listmonk.app/static/images/logo.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/listmonk.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "4",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "17170",
|
||||
"interface_port": 17170,
|
||||
"documentation": null,
|
||||
"website": "https://github.com/lldap/lldap",
|
||||
"logo": "https://avatars.githubusercontent.com/u/129409591?s=64&v=4",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/lldap.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "4",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "3000",
|
||||
"interface_port": 3000,
|
||||
"documentation": null,
|
||||
"website": "https://mafl.hywax.space/",
|
||||
"logo": "https://raw.githubusercontent.com/hywax/mafl/main/docs/public/logotype.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/mafl.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "6",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 6,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "8080",
|
||||
"interface_port": 8080,
|
||||
"documentation": "https://docs.magicmirror.builders/configuration/introduction.html#configuring-your-magicmirror",
|
||||
"website": "https://docs.magicmirror.builders/",
|
||||
"logo": "https://github.com/MichMich/MagicMirror/raw/master/.github/header.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/magicmirror.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "3",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 3,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "3306",
|
||||
"interface_port": 3306,
|
||||
"documentation": "https://github.com/community-scripts/ProxmoxVE/discussions/192",
|
||||
"website": "https://mariadb.org/",
|
||||
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/mariadb.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/mariadb.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "8283",
|
||||
"interface_port": 8283,
|
||||
"documentation": null,
|
||||
"website": "https://github.com/Luligu/matterbridge",
|
||||
"logo": "https://raw.githubusercontent.com/Luligu/matterbridge/main/frontend/public/matterbridge%20624x624.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/matterbridge.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/mediamtx.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "4",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "8081",
|
||||
"interface_port": 8081,
|
||||
"documentation": null,
|
||||
"website": "https://pymedusa.com/",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/pymedusa/medusa.github.io@4360d494/images/logo/new-logo.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/medusa.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "1024",
|
||||
"hdd": "6",
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 6,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "9030",
|
||||
"interface_port": 9030,
|
||||
"documentation": null,
|
||||
"website": "https://www.usememos.com/",
|
||||
"logo": "https://camo.githubusercontent.com/aa5a8cac358e3448ef7bad80fc178699841913ec438ed0ddfe18f867f931d7ee/68747470733a2f2f7777772e7573656d656d6f732e636f6d2f6c6f676f2d726f756e6465642e706e67",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/memos.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "7",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 7,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "80",
|
||||
"interface_port": 80,
|
||||
"documentation": null,
|
||||
"website": "https://meshcentral.com/",
|
||||
"logo": "https://github.com/Ylianst/MeshCentral/blob/master/public/favicon-303x303.png?raw=true",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/meshcentral.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "8081",
|
||||
"interface_port": 8081,
|
||||
"documentation": null,
|
||||
"website": "https://github.com/alexta69/metube",
|
||||
"logo": "https://raw.githubusercontent.com/alexta69/metube/master/ui/src/assets/icons/android-chrome-192x192.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/metube.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "1024",
|
||||
"hdd": "10",
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 10,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
"type": "default",
|
||||
"script": "vm/mikrotik-routeros.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "512",
|
||||
"cpu": 2,
|
||||
"ram": 512,
|
||||
"hdd": null,
|
||||
"os": null,
|
||||
"version": null
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/mongodb.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "4",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "8765",
|
||||
"interface_port": 8765,
|
||||
"documentation": null,
|
||||
"website": null,
|
||||
"logo": "https://github.com/home-assistant/brands/blob/master/core_integrations/motioneye/icon.png?raw=true",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/motioneye.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "8",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/mqtt.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "5216",
|
||||
"interface_port": 5216,
|
||||
"documentation": null,
|
||||
"website": "https://myspeed.dev/",
|
||||
"logo": "https://raw.githubusercontent.com/gnmyt/myspeed/development/web/public/assets/img/logo.png",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/myspeed.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/mysql.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "1024",
|
||||
"hdd": "4",
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "5678",
|
||||
"interface_port": 5678,
|
||||
"documentation": null,
|
||||
"website": "https://n8n.io/",
|
||||
"logo": "https://docs.n8n.io/_images/n8n-docs-icon.svg",
|
||||
@@ -18,9 +18,9 @@
|
||||
"type": "default",
|
||||
"script": "ct/n8n.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "6",
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 6,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user