Alpine Node-RED (#3457)

* Alpine Node-RED

* Update alpine-node-red-install.sh
This commit is contained in:
CanbiZ
2025-03-28 16:36:32 +01:00
committed by GitHub
parent 8300d7725d
commit 079b089518
3 changed files with 119 additions and 2 deletions

View File

@ -24,6 +24,17 @@
"os": "debian",
"version": "12"
}
},
{
"type": "alpine",
"script": "ct/alpine-node-red.sh",
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 1,
"os": "alpine",
"version": "3.21"
}
}
],
"default_credentials": {
@ -32,8 +43,8 @@
},
"notes": [
{
"text": "To install themes, type `update` in the LXC console.",
"text": "To install themes, type `update` in the LXC console. (debian/ubuntu only)",
"type": "info"
}
]
}
}