aboutsummaryrefslogtreecommitdiff
path: root/modules/services/monitoring/loki.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-12profiles/monitoring: move loki to a profileFranck Cuny1-112/+0
Add a nginx virtualhost for loki too, so that we can use a valid SSL certificate.
2023-04-23hosts/tahoe: loki and prometheus listen only on the wg0 interfaceFranck Cuny1-5/+14
I don't want to have to deal with authentication and TLS certificates for these endpoints. If they are only listening on the wireguard interface I can trust that only authorized hosts are sending traffic to these endpoints. I trust what's running on these machines.
2023-04-23modules/monitoring: consolidate all monitoring services togetherFranck Cuny1-2/+2
This will help to organize and structure monitoring modules a bit better.
2023-04-23modules/services: add loki and promtailFranck Cuny1-0/+103