owntracks / recorder

Store and access data published by OwnTracks apps
Other
875 stars 122 forks source link

unix socket support #468

Closed cyberb closed 3 months ago

cyberb commented 3 months ago

I am trying to add owntracks into a self hosting platform (https://github.com/syncloud/platform) where on a single device you have multiple apps installed behind a reverse proxy.

Is it possible to listen on a unix socket instead of tcp for http mode?

That way we could prevent port conflicts between installed apps.

jpmens commented 3 months ago

No, this is neither possible nor planned.

jpmens commented 3 months ago

BTW, the HTTP listen port is configurable in Recorder.

cyberb commented 3 months ago

Could you give a bit more technical details why it is not possible? In HTTP only mode with reverse proxy in front of it.

jpmens commented 3 months ago

Sorry my answer was confusing. What I meant is that the Recorder currently has no support for HTTP over Unix domain sockets, and that we have no plans to actually implement that.

jpmens commented 3 months ago

Closed via #470