nadigo

Results 14 comments of nadigo

yes, to access .local domains, the host has to publish its hostname over the local network using mDNS / Bonjour, the most common package for Debian is avahi-daemon. ([Avahi]https://en.wikipedia.org/wiki/Avahi_(software)) is...

There is also a go package I was looking at. I’ll have another look and post it here. On Sun, Jun 26, 2022 at 5:50 PM Michael Mayer ***@***.***> wrote:...

[this](https://pkg.go.dev/github.com/hashicorp/mdns#section-documentation) looks like small and simple one you need only the server part note that the service string has to include `_http._tcp` and the actual `$IP` and `$PORT` from the...

Agree. since photoprism is designed for local / house networks it should be broadcasting its service and hostname via mDNS like most appliances do. On Mon, Jun 27, 2022 at...

In my mind the typical architacture is photoprism hosted on a local NAS (natively or most likely via docker) and an end-user accessing it via a browser from a different...

Why use phtooprism **unless** you are remote from your image repository .... (We can take it for granted that DHCP will assign IP over the lan) On Fri, Jul 1,...

agreed, to publish photoprirm over the internet you would need a lan IP + port fw + dynamic or fix DNS. So bridge networking is a basic config for all...

to sum up, I think bridge networking + mDNS should be the default + adding `hostname: photoprism` to docker and changing the documentation to let users know that photoprism should...

will compile on RPI4 with [raspi OS arm64](https://downloads.raspberrypi.org/raspios_arm64/images/) - manually adding missing submodule folders `valgrind @ d7d8231` `curve25519 @ 990f3bf` in /vendor - manually adding `-pthread` in CMakeCache.txt `CMAKE_CXX_FLAGS:STRING=-pthread` below...

hey, I am trying to use snapcast to stream music from a record player using [HiFiBerry DAC+ ADC](https://www.hifiberry.com/shop/boards/hifiberry-dac-adc-pro/) and Pi to my owntone server using snapcast. On the pi /...