forked from ecodash/ecodash
1
0
Fork 0
The simple way to show your users how much your server consumes.
Go to file
Daniil Gentili 79f901810b Fixup 2023-05-01 23:20:00 +02:00
src Fixup 2023-05-01 23:20:00 +02:00
templates/default Fixes 2023-05-01 22:07:50 +02:00
.gitignore Cleanup 2023-05-01 19:39:12 +02:00
.golangci.yml Increase timeout 2023-05-01 22:16:14 +02:00
.woodpecker.yml Fix pipeline for working with git.massivebox.net after switch from gitea.massivebox.net 2023-05-01 22:53:31 +02:00
BUILD.md Update build instructions 2023-05-01 19:51:50 +02:00
Dockerfile Fixes 2023-05-01 22:07:50 +02:00
LICENSE First commit 2022-10-15 19:58:44 +02:00
README.md Trigger 2023-05-01 20:23:38 +02:00
go.mod Switch to modernc.org/sqlite 2023-05-01 23:07:59 +02:00
go.sum Switch to modernc.org/sqlite 2023-05-01 23:07:59 +02:00

README.md

🌿 EcoDash

status-badge Visit our website Support the project

EcoDash is a simple way to show your users how much your server consumes.
It's intended as a medium of transparency, that gives your users an idea about the consumption of your machine. It's not meant to be 100% accurate.

You can see it in action here: https://demo.ecodash.xyz

Get started

Check out the documentation in our website to get started with EcoDash.

License

EcoDash
Copyright (C) 2022 MassiveBox

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.