guid3d / splt

💸🤑 self-hosted bill splitting web app
https://splt.cash
13 stars 1 forks source link

Bind pocketbase to 0.0.0.0:8090 #1

Open escuco opened 1 month ago

escuco commented 1 month ago

Hello!

We were playing around with splt.cash with some people on a festival and it worked very nice. It would be nice to run it selfhosted.

I'm currently trying to install splt on a Uberspace. Is there any way to bind Pocketbase to 0.0.0.0:8090 instead of default 127.0.0.1:8090?

Background: For the web backend at Uberspace the application needs to listen on interface :: or 0.0.0.0 (using 127.0.0.1, localhost or ::1 does not work!) at any port between 1024 and 65535. https://manual.uberspace.de/web-backends/

Thank you! Jan

escuco commented 2 weeks ago

Doesn't anyone have an idea how to bind pocketbase to 0.0.0.0?