You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To better support a shared dev server, we need a daemon that launches on boot and run as root.
Upon initialization, the daemon will scan all users $HOME looking
for ~/.config/webexec if found, it will read the config to get the user's
fingerprint (aka public key) and add it to its users list.
It will use the users list for two things:
Accepting WHIP connection for all the users' fingerprints
Update peerbook with the list of users' fingerprints
Upon a SIGHUP signal to the daemon it willclear the peer list and starts the scan.
Once a connection request is received a webexec user agent will be launched and used to establish the peer connection.
The text was updated successfully, but these errors were encountered:
To better support a shared dev server, we need a daemon that launches on boot and run as root.
Upon initialization, the daemon will scan all users $HOME looking
for
~/.config/webexec
if found, it will read the config to get the user'sfingerprint (aka public key) and add it to its users list.
It will use the users list for two things:
Upon a SIGHUP signal to the daemon it willclear the peer list and starts the scan.
Once a connection request is received a webexec user agent will be launched and used to establish the peer connection.
The text was updated successfully, but these errors were encountered: