1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 18:51:51 +00:00

Add Alpine Install Types to JSON (#102)

* Include Alpine

* Fixed nextcloud edgecase

* Update json/docker.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update json/grafana.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update json/nextcloudpi.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update json/vaultwarden.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update json/zigbee2mqtt.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

---------

Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
Paul 2024-11-07 09:46:30 +13:00 committed by GitHub
parent 53fd2b6cc8
commit 322991244b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 55 additions and 0 deletions

View File

@ -24,6 +24,17 @@
"os": "debian",
"version": "12"
}
},
{
"type": "alpine",
"script": "ct/alpine-docker.sh",
"resources": {
"cpu": "1",
"ram": "1024",
"hdd": "2",
"os": "alpine",
"version": "3.19"
}
}
],
"default_credentials": {

View File

@ -24,6 +24,17 @@
"os": "debian",
"version": "12"
}
},
{
"type": "alpine",
"script": "ct/alpine-grafana.sh",
"resources": {
"cpu": "1",
"ram": "256",
"hdd": "1",
"os": "alpine",
"version": "3.19"
}
}
],
"default_credentials": {

View File

@ -24,6 +24,17 @@
"os": "debian",
"version": "12"
}
},
{
"type": "alpine",
"script": "ct/alpine-nextcloud.sh",
"resources": {
"cpu": "2",
"ram": "1024",
"hdd": "2",
"os": "alpine",
"version": "3.19"
}
}
],
"default_credentials": {

View File

@ -24,6 +24,17 @@
"os": "debian",
"version": "12"
}
},
{
"type": "alpine",
"script": "ct/alpine-vaultwarden.sh",
"resources": {
"cpu": "1",
"ram": "256",
"hdd": "0.3",
"os": "alpine",
"version": "3.19"
}
}
],
"default_credentials": {

View File

@ -24,6 +24,17 @@
"os": "debian",
"version": "12"
}
},
{
"type": "alpine",
"script": "ct/alpine-zigbee2mqtt.sh",
"resources": {
"cpu": "1",
"ram": "256",
"hdd": "0.3",
"os": "alpine",
"version": "3.19"
}
}
],
"default_credentials": {