From 3f257b2ac0291b52a6628853bde11655baa481aa Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 14 Mar 2024 20:33:08 +0100 Subject: [PATCH] add more outputs (ffwert,augsburg,freising) (#154) * add more outputs (ffwert,augsburg,freising) * Update yanic/yanic.conf.tmpl --- yanic/yanic.conf.tmpl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/yanic/yanic.conf.tmpl b/yanic/yanic.conf.tmpl index f9a2a19..4f11805 100644 --- a/yanic/yanic.conf.tmpl +++ b/yanic/yanic.conf.tmpl @@ -55,6 +55,30 @@ path = "/srv/yanic/meshviewer-ffdon.json" domain_as_site = true sites = [{% for domain in sites["ffdon"] %}"ffdon_{{ domain }}", {% endfor %}] +[[nodes.output.meshviewer-ffrgb]] +enable = true +path = "/srv/yanic/meshviewer-ffwert.json" + +[nodes.output.meshviewer-ffrgb.filter] +domain_as_site = true +sites = [{% for domain in sites["ffwert"] %}"ffwert_{{ domain }}", {% endfor %}] + +[[nodes.output.meshviewer-ffrgb]] +enable = true +path = "/srv/yanic/meshviewer-augsburg.json" + +[nodes.output.meshviewer-ffrgb.filter] +domain_as_site = true +sites = ["ffmuc_augsburg"] + +[[nodes.output.meshviewer-ffrgb]] +enable = true +path = "/srv/yanic/meshviewer-freising.json" + +[nodes.output.meshviewer-ffrgb.filter] +domain_as_site = true +sites = ["ffmuc_freising"] + [[nodes.output.geojson]] enable = true path = "/srv/yanic/nodes.geojson"