27 lines
604 B
YAML
27 lines
604 B
YAML
|
type: install
|
||
|
name: RunCloud VPS
|
||
|
id: runcloud-vps
|
||
|
jpsVersion: 7.1.1
|
||
|
baseUrl: https://deploy.mightybox.site/kits/runcloud/
|
||
|
logo: logo.svg
|
||
|
description: A RunCloud-ready VPS, powered by MightyBox's dynamically scalable servers.
|
||
|
|
||
|
nodes:
|
||
|
nodeType: ubuntu-vps
|
||
|
nodeGroup: cp
|
||
|
fixedCloudlets: 16
|
||
|
flexibleCloudlets: 32
|
||
|
extip: true
|
||
|
skipNodeEmails: true
|
||
|
|
||
|
onInstall:
|
||
|
cmd [cp]:
|
||
|
- sudo DEBIAN_FRONTEND=noninteractive apt install ubuntu-server
|
||
|
- mv /root/.ssh/authorized_keys /root/.ssh/authorized_keys2
|
||
|
- rm /root/.ssh/id_rsa
|
||
|
sayYes: true
|
||
|
|
||
|
|
||
|
success:
|
||
|
email: email.md
|
||
|
text: success.md
|