Setup grafana and influxdb

This commit is contained in:
Charlotte Van Petegem 2022-04-28 23:09:07 +02:00
parent a5c45be4c8
commit ba12e0fb65
No known key found for this signature in database
GPG key ID: 019E764B7184435A
8 changed files with 138 additions and 0 deletions

View file

@ -32,6 +32,12 @@
fast = true;
location = "192.168.0.1";
}
{
path = "zdata/big-apps/influxdb2";
remotePath = "zdata/recv/lasting-integrity/big-apps/influxdb2";
fast = true;
location = "192.168.0.1";
}
{
path = "zdata/big-apps/mail";
remotePath = "zdata/recv/lasting-integrity/big-apps/mail";
@ -53,6 +59,7 @@
tetris.server = true;
};
services = {
grafana.enable = true;
mail.enable = true;
matrix.enable = true;
nginx.hosts = [

View file

@ -50,6 +50,10 @@
device = "zdata/big-apps/nextcloud";
fsType = "zfs";
};
"/var/lib/influxdb2" = {
device = "zdata/big-apps/influxdb2";
fsType = "zfs";
};
"/cache" = {
device = "zroot/safe/cache";
fsType = "zfs";