Hacker News new | ask | show | jobs
by akoumjian 13 days ago
I think this is a neat idea. Is there a way to self-host the web app interface?
1 comments

Maintainer here. Yes, the web app is a static Expo export, so the simplest self-host path is to build packages/app and serve the generated dist/ with any static HTTP server. The daemon itself is published to npm as `@getpaseo/cli`.

Docs for this are currently missing, and I should probably package all of this in a Docker image. I'll do that today!

Does the official relay server cost a lot on network?