Skip to content

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

Notifications You must be signed in to change notification settings

knsaberfair/better-grass

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.9%
  • Python 31.9%
  • Shell 11.3%
  • Dockerfile 1.9%