This is the web interface for https://graphiteapp.org:
- Use the hosted version https://multi-graphite.bessarabov.com
- Or you can run it on your own server/computer (see the section "How to run")
The recommended way to run this project is to use docker.
Run the command:
docker run --detach --publish 8000:80 --name multi-graphite bessarabov/multi-graphite:1.3.0
This command will download the needed docker image and run it.
Then open http://localhost:8000 in your browser.
To stop it run the command:
docker rm -f multi-graphite
It is possible to create a bookmark in the browser that converts the currently opened graphite url to multi-graphite url.
Use the code from the file bookmark.js
, but change
"https://multi-graphite.bessarabov.com" in the code to the address of your
installation of multi-graphite.