Skip to content

Commit 3229912

Browse files
newzealandpaulMickLeskhavardthom
authored
Add Alpine Install Types to JSON (#102)
* Include Alpine * Fixed nextcloud edgecase * Update json/docker.json Co-authored-by: Håvard Gjøby Thom <[email protected]> * Update json/grafana.json Co-authored-by: Håvard Gjøby Thom <[email protected]> * Update json/nextcloudpi.json Co-authored-by: Håvard Gjøby Thom <[email protected]> * Update json/vaultwarden.json Co-authored-by: Håvard Gjøby Thom <[email protected]> * Update json/zigbee2mqtt.json Co-authored-by: Håvard Gjøby Thom <[email protected]> --------- Co-authored-by: CanbiZ <[email protected]> Co-authored-by: Håvard Gjøby Thom <[email protected]>
1 parent 53fd2b6 commit 3229912

File tree

5 files changed

+55
-0
lines changed

5 files changed

+55
-0
lines changed

json/docker.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@
2424
"os": "debian",
2525
"version": "12"
2626
}
27+
},
28+
{
29+
"type": "alpine",
30+
"script": "ct/alpine-docker.sh",
31+
"resources": {
32+
"cpu": "1",
33+
"ram": "1024",
34+
"hdd": "2",
35+
"os": "alpine",
36+
"version": "3.19"
37+
}
2738
}
2839
],
2940
"default_credentials": {

json/grafana.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@
2424
"os": "debian",
2525
"version": "12"
2626
}
27+
},
28+
{
29+
"type": "alpine",
30+
"script": "ct/alpine-grafana.sh",
31+
"resources": {
32+
"cpu": "1",
33+
"ram": "256",
34+
"hdd": "1",
35+
"os": "alpine",
36+
"version": "3.19"
37+
}
2738
}
2839
],
2940
"default_credentials": {

json/nextcloudpi.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@
2424
"os": "debian",
2525
"version": "12"
2626
}
27+
},
28+
{
29+
"type": "alpine",
30+
"script": "ct/alpine-nextcloud.sh",
31+
"resources": {
32+
"cpu": "2",
33+
"ram": "1024",
34+
"hdd": "2",
35+
"os": "alpine",
36+
"version": "3.19"
37+
}
2738
}
2839
],
2940
"default_credentials": {

json/vaultwarden.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@
2424
"os": "debian",
2525
"version": "12"
2626
}
27+
},
28+
{
29+
"type": "alpine",
30+
"script": "ct/alpine-vaultwarden.sh",
31+
"resources": {
32+
"cpu": "1",
33+
"ram": "256",
34+
"hdd": "0.3",
35+
"os": "alpine",
36+
"version": "3.19"
37+
}
2738
}
2839
],
2940
"default_credentials": {

json/zigbee2mqtt.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@
2424
"os": "debian",
2525
"version": "12"
2626
}
27+
},
28+
{
29+
"type": "alpine",
30+
"script": "ct/alpine-zigbee2mqtt.sh",
31+
"resources": {
32+
"cpu": "1",
33+
"ram": "256",
34+
"hdd": "0.3",
35+
"os": "alpine",
36+
"version": "3.19"
37+
}
2738
}
2839
],
2940
"default_credentials": {

0 commit comments

Comments
 (0)