Skip to content

Commit

Permalink
Update yanic.conf.tmplad
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii authored Feb 16, 2024
1 parent 7fa582b commit 6c3edb8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions yanic/yanic.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ collect_interval = "1m"
[respondd.sites.ffmuc]
domains = [{% for site, domains in sites.items() %}{% for domain in domains %}"{{site}}_{{ domain }}", {% endfor %}{% endfor %}]

# ffdon
[respondd.sites.ffdon]
domains = [{% for domain in sites["ffdon"] %}"ffdon_{{ domain }}", {% endfor %}]



# interface that has an IP in your mesh network
{%- for domain in sites.values()|sum(start=[]) %}
[[respondd.interfaces]]
Expand Down Expand Up @@ -58,8 +52,8 @@ enable = true
path = "/srv/yanic/meshviewer-ffdon.json"

[nodes.output.meshviewer-ffrgb.filter]
sites = ["ffdon"]
domain_as_site = true
sites = [{% for domain in sites["ffdon"] %}"ffdon_{{ domain }}", {% endfor %}]

[[nodes.output.geojson]]
enable = true
Expand Down

0 comments on commit 6c3edb8

Please sign in to comment.