The simple way to show your users how much your server consumes. https://ecodash.xyz
Go to file
MassiveBox 1f9827505b
ecodash/pipeline/head This commit looks good Details
Disable again gosmopolitan, which for some reason figures as non-existent on my machine, but breaks builds on the CI if it's not disabled.
2023-11-03 23:10:07 +01:00
jenkins Remove need for restart on settings change 2023-10-29 18:32:35 +01:00
src Fix linter errors 2023-11-03 22:53:54 +01:00
templates/default Add admin-settable MOTD, rewrite existing warning system to use it 2023-10-31 23:59:09 +01:00
.gitignore Cleanup 2023-05-01 19:39:12 +02:00
.golangci.yml Disable again gosmopolitan, which for some reason figures as non-existent on my machine, but breaks builds on the CI if it's not disabled. 2023-11-03 23:10:07 +01:00
BUILD.md Remove need for restart on settings change 2023-10-29 18:32:35 +01:00
Dockerfile Fixes 2023-05-01 22:07:50 +02:00
LICENSE First commit 2022-10-15 19:58:44 +02:00
README.md Remove need for restart on settings change 2023-10-29 18:32:35 +01: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/>.