Sign inSign up

sbx/gitea-kit:latest

Manifest digest

sha256:92bb7d59e3ecbae0127f3067bf0bd419050fabded67575864f4fd93686dc8f81

Last pushed

4 days by sbx

Type

Sandbox Kit

Manifest digest

sha256:92bb7d59e3ecbae0127f3067bf0bd419050fabded67575864f4fd93686dc8f81

MIXIN
REQUIRES SECRETS

Wires a Gitea access token into the sandbox proxy so git-over-HTTPS and the Gitea API both authenticate against your instance, self-hosted or gitea.com. The token stays on the host.


Arguments
NameRequiredDefaultDescription
hostOptionalgitea.com

Hostname of the Gitea instance, without a scheme or path (for example git.example.com). Defaults to gitea.com, Gitea's own hosted instance.


Credentials
NameServiceRequiredDescription
GITEA_TOKENgiteaRequiredGitea access token with the `write:repository` scope (add `write:issue` for issue/PR work). Stored on the host; the sandbox only sees a placeholder and the proxy injects the real value on requests to the instance.

Network Egress

${{ kit.args.host }}

dl.gitea.com

Apply this mixin to a sandbox

sbx run <agent> --kit docker.io/sbx/gitea-kit:latest

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx