https://git.jolheiser.com/gitpecker.git
To set up, follow the addon docs and define the following env vars for Woodpecker.
WOODPECKER_ADDON_FORGE - Path to gitpecker binaryGITPECKER_REPOS - The location on disk that stores the bare .git repos.GITPECKER_URL - The URL (if any) to see the git repos. (gitweb, cgit, etc.)GITPECKER_PROVIDER - OIDC provider URLGITPECKER_CLIENT_ID - OIDC Client IDGITPECKER_CLIENT_SECRET - OIDC Client Secret (prefer GITPECKER_CLIENT_SECRET_FILE where possible)GITPECKER_CLIENT_SECRET_FILE - Path to a file containing OIDC Client SecretGITPECKER_REDIRECT - Woodpecker authorize URL (e.g. http://localhost:8000/authorize)