summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inventory/host_vars/ch-mon.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-mon.yml b/inventory/host_vars/ch-mon.yml
index cb5bcfed..2e8ca38a 100644
--- a/inventory/host_vars/ch-mon.yml
+++ b/inventory/host_vars/ch-mon.yml
@@ -57,6 +57,15 @@ spreadspace_apt_repo_components:
- prometheus
+nftables_base_rules:
+ protect-grafana-auth-proxy: |
+ table inet filter {
+ chain protect-grafana-auth-proxy {
+ type filter hook output priority filter; policy accept;
+ meta skuid != { root, www-data } tcp dport 3000 counter reject
+ }
+ }
+
whawty_nginx_sso_backends:
chaos-at-home:
port: 1234