commit 99731f0535c3a1e4971db45072a9618bd4dda68f Author: Denny Cave Date: Sat Jul 22 23:32:32 2023 -0500 v1 diff --git a/email.md b/email.md new file mode 100644 index 0000000..527713f --- /dev/null +++ b/email.md @@ -0,0 +1 @@ +Your VPS is now ready for RunCloud deployment. Please follow their steps for [adding a server](https://runcloud.io/knowledgebase/articles/server-management/how-do-i-add-a-server) to complete installation. \ No newline at end of file diff --git a/logo.svg b/logo.svg new file mode 100644 index 0000000..12d42c7 --- /dev/null +++ b/logo.svg @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/manifest.yml b/manifest.yml new file mode 100644 index 0000000..809065a --- /dev/null +++ b/manifest.yml @@ -0,0 +1,27 @@ +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 \ No newline at end of file diff --git a/success.md b/success.md new file mode 100644 index 0000000..527713f --- /dev/null +++ b/success.md @@ -0,0 +1 @@ +Your VPS is now ready for RunCloud deployment. Please follow their steps for [adding a server](https://runcloud.io/knowledgebase/articles/server-management/how-do-i-add-a-server) to complete installation. \ No newline at end of file