Skip to content

bessarabov/multi-graphite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multi-graphite

This is the web interface for https://graphiteapp.org:

Screenshots

1

2

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

Bookmark

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.