Closed marcocipriani01 closed 3 years ago
Hello, I had some troubles discovering the Astroberry service (astroberry.local) from some devices, Android in particular. I solved it by adding the following file: /etc/avahi/services/astroberry.service
astroberry.local
/etc/avahi/services/astroberry.service
<?xml version="1.0" standalone='no'?><!--*-nxml-*--> <!DOCTYPE service-group SYSTEM "avahi-service.dtd"> <service-group> <name replace-wildcards="yes">%h</name> <service> <type>_http._tcp</type> <port>80</port> </service> </service-group>
And then running sudo systemctl restart avahi-daemon.service. Can you add this file in the next Astroberry release? Reference: How to use Avahi to advertise an HTTP service
sudo systemctl restart avahi-daemon.service
Kind regards, Marco Cipriani
Thanks for the fix. I will add this config in the next release
Implemented in astroberry-server-sysmod on the 1st of March
Hello, I had some troubles discovering the Astroberry service (
astroberry.local
) from some devices, Android in particular. I solved it by adding the following file:/etc/avahi/services/astroberry.service
And then running
sudo systemctl restart avahi-daemon.service
. Can you add this file in the next Astroberry release? Reference: How to use Avahi to advertise an HTTP serviceKind regards, Marco Cipriani