An open API service indexing awesome lists of open source software.

https://github.com/qwreey/goormide-init

Auto upgrade ubuntu, create user and install cloudflared service, node latest and pm2. It also act as boot script
https://github.com/qwreey/goormide-init

Last synced: 10 months ago
JSON representation

Auto upgrade ubuntu, create user and install cloudflared service, node latest and pm2. It also act as boot script

Awesome Lists containing this project

README

          

# goormide-init

This is my goormide container setup script
This script will update ubuntu version, install nodejs latest and install cloudflared tunnel

Due to very unclear goormide's env. I need script that can automate installing and this script is what i made

Install:

```sh
curl https://raw.githubusercontent.com/qwreey/goormide-init/master/cloudinit -o /etc/init.d/cloudinit; chmod u+x /etc/init.d/cloudinit; /etc/init.d/cloudinit
```