{{define "title"}}Edit Repo{{end}} {{define "content"}} {{with .Data}}
← Back to repos

Edit Repo

{{if .RepoPermErr}}

Bot write access missing

{{.RepoPermErr}}

{{else}}

Bot write access verified

{{end}} {{if .Repo.WebhookVerified}}

Webhook verified

{{if .Repo.WebhookVerifiedAt}}

Verified at {{.Repo.WebhookVerifiedAt.Format "Jan 02, 2006 3:04 PM"}}

{{end}}
{{else}}

Webhook setup required

Follow these steps to configure the Forgejo webhook:

  1. Go to repo webhook settings in Forgejo
  2. Click Add WebhookForgejo
  3. Set Target URL to: {{.BaseURL}}/webhooks/forgejo/{{.Repo.Slug}}
  4. Set Content Type to application/json
  5. Set Secret to: {{.Repo.WebhookSecret}}
  6. Under Trigger On, select Custom Events → check only Issues
  7. Click Add Webhook, then click into the webhook and hit Test Delivery
  8. Come back and reload this page to confirm verification
{{end}}

Optional. Paste the PEM-encoded Ed25519 public key to enable JWT SSO for this repo. Leave empty to disable.

{{if and .Repo.SSOPublicKey (ne (deref .Repo.SSOPublicKey) "")}}

SSO enabled

SSO URL: {{.BaseURL}}/sso/{{.Repo.Slug}}

{{end}}
{{end}} {{end}}