mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-22 08:41:50 +02:00
Clean
This commit is contained in:
@@ -89,9 +89,10 @@
|
|||||||
"mysql:want"
|
"mysql:want"
|
||||||
],
|
],
|
||||||
"slug": "birdnet-pi",
|
"slug": "birdnet-pi",
|
||||||
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
|
||||||
"usb": true,
|
"usb": true,
|
||||||
"version": "0.13-3",
|
"version": "0.13-4",
|
||||||
"video": true,
|
"video": true,
|
||||||
"webui": "http://[HOST]:[PORT:80]"
|
"webui": "http://[HOST]:[PORT:80]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,22 +0,0 @@
|
|||||||
%%interface%%:%%port%% {
|
|
||||||
reverse_proxy http://localhost:8080 {
|
|
||||||
header_up Host {host}
|
|
||||||
header_up X-Forwarded-For {remote}
|
|
||||||
header_up Connection "upgrade"
|
|
||||||
header_up Accept-Encoding ""
|
|
||||||
@base_url {
|
|
||||||
path /
|
|
||||||
file {
|
|
||||||
try_files {path} /%%ingress_entry%%
|
|
||||||
}
|
|
||||||
}
|
|
||||||
handle @base_url {
|
|
||||||
sub_filter_once off
|
|
||||||
sub_filter_types *
|
|
||||||
sub_filter href=\"/ href=\"%%ingress_entry%%/
|
|
||||||
sub_filter src=\"/ src=\"%%ingress_entry%%/
|
|
||||||
sub_filter hx-get=\"/ hx-get=\"%%ingress_entry%%/
|
|
||||||
sub_filter action=\"/ action=\"%%ingress_entry%%/
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
|
||||||
echo "Starting service: avahi alias"
|
|
||||||
until [[ -e /start ]]; do
|
|
||||||
sleep 1s
|
|
||||||
done
|
|
||||||
|
|
||||||
exec \
|
|
||||||
s6-setuidgid "$USER" /usr/bin/avahi-publish -a -R %I "$(hostname)"
|
|
||||||
Reference in New Issue
Block a user