Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k12-haus3: add webcam as olsrd service #788

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions locations/k12-haus3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ hosts:
role: corerouter
model: "dlink_dap-x1860-a1"
wireless_profile: freifunk_default
host__rclocal__to_merge:
# Add service announcement for K12 Sunset Webcam
- "[ -z \"$(uci show olsrd | grep -F 'k12-sunset.olsr')\" ] && uci add_list olsrd.@LoadPlugin[1].service=\"http://k12-sunset.olsr:80|tcp|K12 Sunset Webcam\" && /etc/init.d/olsrd restart"

ipv6_prefix: '2001:bf7:760:700::/56'

Expand Down