diff --git a/roles/ff_monitor/templates/config.local.php.j2 b/roles/ff_monitor/templates/config.local.php.j2 index 30ac5c7..06ece2d 100644 --- a/roles/ff_monitor/templates/config.local.php.j2 +++ b/roles/ff_monitor/templates/config.local.php.j2 @@ -1,8 +1,8 @@ + $CONFIG['cat']['Segenskirche'] = '/^segen/i'; + $CONFIG['cat']['Sgfrd'] = '/^sgfrd-/'; + $CONFIG['cat']['Simeon'] = '/^simeon/i'; + $CONFIG['cat']['St.-Adalbert Kirche'] = '/^stadalbert-/i'; + $CONFIG['cat']['Technik Museum'] = '/^dtmb-/i'; + $CONFIG['cat']['Teufelsberg'] = '/^tberg|teufelsberg/i'; + $CONFIG['cat']['Vaterhaus'] = '/^vaterhaus/i'; + $CONFIG['cat']['Weidenbaum'] = '/^weidenbaum-|funkpilz|funkigel/'; + $CONFIG['cat']['W38B'] = '/^w38b-/i'; + $CONFIG['cat']['Wilgu10'] = '/^wilgu10-/i'; + $CONFIG['cat']['Wuhlheide'] = '/^wuhli-|wuhlipunks-/i'; + $CONFIG['cat']['Xdorf'] = '/^xdorf-/i'; + $CONFIG['cat']['Zwingli'] = '/^zwingli-/'; diff --git a/templates/Caddyfile_monitor.j2 b/templates/Caddyfile_monitor.j2 index 7b9bd37..a4aba0e 100644 --- a/templates/Caddyfile_monitor.j2 +++ b/templates/Caddyfile_monitor.j2 @@ -8,7 +8,7 @@ monitor.berlin.freifunk.net { reverse_proxy http://127.0.0.1:8080 } - redir / /cgp/ + redir / /grafana/ redir /host.php /cgp/host.php?{query} }