mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 01:18:19 +01:00
update
This commit is contained in:
@@ -78,6 +78,10 @@
|
||||
"ports_description": {
|
||||
"80/tcp": "web ui"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"ALSA_CARD": "int?",
|
||||
"COMMAND": "str",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
echo "Starting service: avahi alias"
|
||||
exec \
|
||||
s6-setuidgid "$USER" "/bin/bash -c \"/usr/bin/avahi-publish -a -R %I $(hostname -I |cut -d' ' -f1)\""
|
||||
s6-setuidgid "$USER" "/bin/bash -c /usr/bin/avahi-publish -a -R %I $(hostname -I |cut -d' ' -f1)"
|
||||
Reference in New Issue
Block a user