main
commit
2cbbf2e520
|
@ -0,0 +1,2 @@
|
||||||
|
Your VPS is now ready for Gridpane deployment. Please follow Gridpane's steps for [provisioning a custom
|
||||||
|
server](https://gridpane.com/kb/how-to-provision-a-custom-server-a-general-guide/) to complete installation.
|
|
@ -0,0 +1,5 @@
|
||||||
|
<svg width="62" height="66" viewBox="0 0 62 66" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.1301 13.6818H0.623848V65.055H49.3879V13.6818H16.1301ZM45.3417 17.9192V42.8934L20.3676 17.9192H45.3417ZM8.82726 17.9192H13.885L45.3417 49.3759V54.4337L8.82726 17.9192ZM4.66388 27.0664L38.4336 60.8237H4.66388V27.0664Z" fill="white"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7385 7.35347V11.5847H51.5282V54.4892H55.5744V7.35347H11.7385Z" fill="white"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.0822 0.944931V5.17617H57.7085V45.0707H61.7485V0.944931H22.0822Z" fill="white"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 652 B |
|
@ -0,0 +1,27 @@
|
||||||
|
type: install
|
||||||
|
name: Gridpane VPS
|
||||||
|
id: gridpane-vps
|
||||||
|
jpsVersion: 7.1.1
|
||||||
|
baseUrl: https://deploy.mightybox.site/kits/gridpane/
|
||||||
|
logo: gridpane.svg
|
||||||
|
description: A Gridpane-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
|
|
@ -0,0 +1,5 @@
|
||||||
|
Your VPS is now ready for Gridpane deployment. Please follow Gridpane's steps for [provisioning a custom
|
||||||
|
server](https://gridpane.com/kb/how-to-provision-a-custom-server-a-general-guide/) to complete installation.
|
||||||
|
|
||||||
|
IP: ${nodes.cp[0].address}
|
||||||
|
IP: ${IP}
|
Loading…
Reference in New Issue