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
- Host: GitHub
- URL: https://github.com/qwreey/goormide-init
- Owner: qwreey
- Created: 2024-01-27T01:12:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T06:35:30.000Z (about 2 years ago)
- Last Synced: 2025-03-24T20:16:07.469Z (about 1 year ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```