mrcolorrain/grass-node

By mrcolorrain

•Updated 1 day ago

Unofficial Grass-node img with latest features, automated setup, login and updates. Easy to use.

Image
Networking
Internet of things
Web analytics
6

50K+

mrcolorrain/grass-node repository overview

⁠Get Grass Node Docker Image

Welcome to the Docker image repository for mrcolorrain/grass-node, an unofficial and updated image for GetGrass⁠ šŸš€.

🌟 Leave a star here or on Github⁠ if you like this image! Thank you for your support. šŸ™‚

Looking for Grass Desktop? click here⁠

Looking for just Grass? click here⁠

⁠Overview šŸ“–

This Docker image is designed to simplify the deployment of Grass-node (GetGrass), making it accessible on various platforms with minimal effort. It is designed to be easy to use, with environment variables for configuration, automated setup and auto updates. Built in noVNC.

⁠Features ✨

  • Built in noVNC
  • Minimal Configuration: Easy to set up with minimal configuration required.
  • Auto-Update: Always updated to be in line with the latest Grass version.

⁠Prerequisites

  • Docker installed on your host machine.
  • GetGrass credentials

⁠Quick Start šŸš€

You can run it easily passing the appropriate environment variables.

  • ⁠Docker cli 🐳
    docker run -d --name grass-node -h my_device -e USER_EMAIL=your_email -e USER_PASSWORD=your_password -p 5900:5900 -p 6080:6080 mrcolorrain/grass-node
    
  • ⁠Docker compose 🐳
    version: "3.9"
    services:
      grass-node:
        container_name: grass-node
        hostname: my_device
        image: mrcolorrain/grass-node
        environment:
          USER_EMAIL: your_email
          USER_PASSWORD: your_password
        ports:
          - "5900:5900"
          - "6080:6080"
    
    Default vnc password is the default password of vnc-browser⁠ image. (Currently it should be: money4band)

⁠Support

For support and issues, please use the GitHub repository's issue tracker here⁠.

This image is an unofficial build and is not affiliated with GetGrass.

⁠Contributing 🤲

Contributions to this Docker image are welcome. Please submit pull requests and issues to the GitHub repository here⁠.

⁠Want more? šŸ’µšŸ“ˆ

This image is also part of Money4Band, a free open-source project that runs various passive income apps in a safe, containerized environment. Turn your unused internet bandwidth into earnings! Why let your unused internet bandwidth go to waste? Start earning today! Check out the Money4Band project on here⁠ GitHub to get started.

Tag summary

Content type

Image

Digest

sha256:9f33c0749…

Size

763.1 MB

Last updated

1 day ago

docker pull mrcolorrain/grass-node