mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 01:44:38 +00:00
Add Alpine-RustDesk Server script (#7191)
* Add RustDesk server * VED>VE
This commit is contained in:
parent
df564ace13
commit
d372b45a95
3 changed files with 207 additions and 0 deletions
|
@ -25,6 +25,17 @@
|
|||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "alpine",
|
||||
"script": "ct/alpine-rustdeskserver.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "alpine",
|
||||
"version": "3.22"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue