Giter Site home page Giter Site logo

verycutecat / next-node-monitor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eulentier161/next-node-monitor

0.0 0.0 0.0 770 KB

Banano Node Monitor in Next.js

Home Page: https://node.eule.wtf

License: MIT License

Shell 0.16% JavaScript 7.40% TypeScript 79.06% Dockerfile 1.81% SCSS 11.56%

next-node-monitor's Introduction


This is a replica of nanoNodeMonitor written in TypeScript and Next.js.
Instead of creeper.banano.cc it redirects to yellowspyglass.com.
This monitor is build with Banano instead of Nano in mind.

run this project

  • clone this project
  • install Node.js^16.x
  • install all dependecies
git clone https://github.com/Eulentier161/next-node-monitor
cd next-node-monitor
npm ci
  • edit .env
  • if you want to change the themes, edit the variables on top of styles/globals.scss

"i just want a new running banano node + monitor"

docker-compose up -d
  • visit your monitor on port 3000 :)
  • if you want to edit the node configuration look inside /root/BananoData and follow instructions on the official wiki page of the banano node or read the nano documentation

"i want standalone monitor for my existing banano node"

run with node.js

  • to start a debugging server run
npm run dev
  • to run a production build run
npm run build
npm run start

run with docker

docker build . -t next-node-monitor
docker run -d --name next-node-monitor next-node-monitor
  • after you pulled an update or made changes to this monitor you'll need to re-build the monitor image and restart or run it
docker build . -t "next-node-monitor"
docker restart next-node-monitor || docker run -d --name next-node-monitor next-node-monitor
  • make sure to remove dangling images once in a while if you dont have endless storage

next-node-monitor's People

Contributors

eulentier161 avatar snyk-bot avatar dependabot[bot] avatar automaqqt avatar verycutecat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.