Add support for setting Gogs SSH key #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently setting GitHub SSH keys are supported, add
support for setting Gogs API keys on
code.infektor.net, and
GitLab.
GitLab only documents authentication with Oauth2, personal access tokens, and
cookies. The following should allow users to set new SSH keys using basic
authentication. Note this is for v3 of the GitLab API which is deprecated in
favour of v4.
Added setting SSH keys for GitHub, GitLab, BitBucket Cloud, and Gogs, closing.