2026-08-19 00:09:19 -04:00
|
|
|
{
|
|
|
|
|
"gitea_base": "http://127.0.0.1:3041",
|
|
|
|
|
"public_gitea_base": "http://100.111.127.127:3041",
|
|
|
|
|
"zitadel_userinfo": "https://id.shre.ai/oidc/v1/userinfo",
|
|
|
|
|
"admin_token": "MINT-VIA: docker exec -u git gitea-beta-gitea-1 gitea admin user generate-access-token --username nirpa --scopes write:admin,write:user,write:repository --raw",
|
|
|
|
|
"admin_login": "nirpa",
|
|
|
|
|
"admin_password": "FROM /opt/gitea-beta/.admin-creds (required: Gitea 1.27 token minting only works via basic auth + Sudo header)",
|
|
|
|
|
"binds": [["127.0.0.1", 3042], ["100.111.127.127", 3042]],
|
2026-08-22 23:14:54 -04:00
|
|
|
"test_mode": false,
|
|
|
|
|
"rate_limit": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"trust_forwarded_for": false,
|
|
|
|
|
"rules": {"/v1/link": [5, 3600], "/v1/repos": [60, 3600]}
|
|
|
|
|
}
|
2026-08-19 00:09:19 -04:00
|
|
|
}
|