Icinga / icinga-notifications-web

Icinga Notifications Web — Manage incidents and who gets notified about them how and when
GNU General Public License v2.0
10 stars 0 forks source link

Desktop notifications daemon default listen address #239

Closed julianbrost closed 1 month ago

julianbrost commented 1 month ago

The documentation states host = [::] as the default (which also matches the behavior I observed when testing the packages). However, the next section then says "you need to configure your web server to proxy requests to the daemon" which makes me question if the default shouldn't be to just listen on localhost and only expose it using the proxying web server.

nilmerg commented 1 month ago

Agreed. I've also never been a fan of the default port: 9001

Do you have a suggestion here as well?

julianbrost commented 1 month ago

Not for TCP, I'd prefer Unix domain sockets (which would have the positive side effect of not needing a port), but from what I remember, that can be annoying to get working with the Apache httpd.

nilmerg commented 1 month ago

Chose 5664 as default port. @oxzi suggested this because if you look at some port listing, it shows up together with Icinga 2.