gitea_status_proxy #56

Merged
adamm merged 2 commits from ldragon/autogits:proxy into main 2025-07-16 12:44:49 +02:00
Contributor

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 like
openssl rand -base64 32.

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 like `openssl rand -base64 32`.
ldragon added 2 commits 2025-07-14 10:23:57 +02:00
adamm approved these changes 2025-07-16 12:44:41 +02:00
adamm left a comment
Owner

Thanks

Thanks
adamm merged commit 44a3b15a7d into main 2025-07-16 12:44:49 +02:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: adamm/autogits#56
No description provided.