From 99731f0535c3a1e4971db45072a9618bd4dda68f Mon Sep 17 00:00:00 2001 From: Denny Cave Date: Sat, 22 Jul 2023 23:32:32 -0500 Subject: [PATCH] v1 --- email.md | 1 + logo.svg | 8 ++++++++ manifest.yml | 27 +++++++++++++++++++++++++++ success.md | 1 + 4 files changed, 37 insertions(+) create mode 100644 email.md create mode 100644 logo.svg create mode 100644 manifest.yml create mode 100644 success.md 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