owenthereal / upterm

Instant Terminal Sharing
https://upterm.dev
Apache License 2.0
838 stars 55 forks source link

Allow `upterm host` to allowlist users on self-hosted versions of VCSes #275

Open debayande opened 3 months ago

debayande commented 3 months ago

Fixes #274.

upterm host currently supports the --{codeberg, github, gitlab, srht}-user options to allow specified users on Codeberg, GitHub, GitLab and SourceHut respectively to connect by allowlisting their public keys. This feature, however, is supported only on cloud-hosted versions of said services.

This PR, if merged, will enable users to use the aforementioned feature with self-hosted versions of said services as well.