09982 / better-grass

Unofficial repository to run grass on VPS. Let's make a better grass world.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Contributors Version

Grass App Supported Platforms

❌ - Windows
✅ - Ubuntu

Automated installation script

sudo bash -c "$(curl -s https://getgrass.getincode.eu/install.sh)"

Docker image (Beta)

To run or download the docker image, use

  • remove -d if you want to run an image on foreground
docker run -d -e USER_ID=YOUR_ACCOUNT_ID -e ALLOW_DEBUG=False fungyx/better-grass

Build Docker image (Beta)

  • After building you can remove better-grass directory by rm -rf ../better-grass in better-grass directory.
  • Types of platforms: linux/amd64, linux/arm64, linux/arm/v7
$ apt-get install git -y
$ git clone https://github.com/FungY911/better-grass
$ cd better-grass

#2 Build the image

docker build --network host -t fungyx/better-grass --platform=YOUR_PLATFORM .

Note!

  • If you are getting messages that sometimes will disconnect you, that's okay. Its due to grass's servers.

How to get user ID

  1. Open inspector by right click or press F12 on app.getgrass.io
  2. Go to Application, If you dont see them, resize the window or click on the arrows pointing to the right, upper in the inspector

image

  1. Click on https://app.getgrass.io/
  2. Click on key userId
  3. Copy the value - This is your userId

Useful links

Help

If you need help, fill the form and create the issue - click me

About

Unofficial repository to run grass on VPS. Let's make a better grass world.


Languages

Language:JavaScript 55.4%Language:Python 31.7%Language:Shell 11.1%Language:Dockerfile 1.9%