gitea_status_proxy #56
Reference in New Issue
Block a user
No description provided.
Delete Branch "ldragon/autogits:proxy"
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?
This adds gitea_status_proxy a proxy server that allows, the bot to make commit status updates.
This solves by the issue of handing a token with commit access being on the bot. To set the token,
the env var
GITEA_TOKEN
needs to be set with a token, this can be generated with a command likeopenssl rand -base64 32
.Thanks