Conversation
|
This is WIP. Doesn't work yet as i also need to secure the daemon and the communication between UI and daemon. Might be not as easy as i was hoping, still digging code |
|
Ok. Think i'm done. I need to test but running into issues running the daemon locally #37 |
|
I'll do dome testing once the security audit is done but i can see where you're going so might work! |
|
Still working on this. The auth/token stuff works but when deploying it i ran into some issues where i couldn't fully configure the set-up and then went down rabbit hole with env variables and configuration possibilities. I think, for maximum configuration in different setups (tailscale, local, internal, umbrel, ssl/non-ssl), signet needs a way to:
In an easy setup/locally the bind/external are the same. So I'm making those changes but now i need to make sure everything plays well with those different config options. |
|
So I had a chance to review and wanted to throw some thoughts your way to help guide this a bit:
Happy to help work through these once we align on the direction! |
|
Thanks!
I will continue with getting everything working and then maybe looking into |
…CSRF/rate limiting
…feature/ui-authentication # Conflicts: # apps/signet/src/daemon/run.ts
…tion # Conflicts: # apps/signet-ui/package.json # apps/signet/src/config/config.ts # apps/signet/src/daemon/http/server.ts # pnpm-lock.yaml
Keep running into SSL issues, copy pasting, camera so i want to get my signet instance running on a public instance but for that i need authentication.
This is a very basic implementation of authentication that is totally optional. If you agree/like the idea i can update docs and double/triple check