mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 07:44:42 +02:00
fix(forgejo): autoriser *.github.com + *.githubusercontent.com pour la migration/miroir (#99)
ALLOWED_DOMAINS=github.com bloquait api.github.com (importer GitHub : issues/releases) → échec de migration. Ajout de *.github.com (api/codeload) et *.githubusercontent.com (assets de release) pour couvrir toute la migration. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
46298871fb
commit
be695bd437
1 changed files with 5 additions and 1 deletions
|
|
@ -65,8 +65,12 @@ spec:
|
|||
secretKeyRef:
|
||||
name: forgejo-secret
|
||||
key: secret-key
|
||||
# Miroir : ne tire que depuis GitHub. La migration appelle plusieurs hôtes :
|
||||
# api.github.com (issues/releases), codeload.github.com (archives) et
|
||||
# objects.githubusercontent.com (assets de release) — sinon
|
||||
# « migration can only call allowed HTTP servers ... deny <hôte> ».
|
||||
- name: FORGEJO__migrations__ALLOWED_DOMAINS
|
||||
value: "github.com" # miroir : ne tire que depuis GitHub
|
||||
value: "github.com,*.github.com,*.githubusercontent.com"
|
||||
- name: USER_UID
|
||||
value: "1000"
|
||||
- name: USER_GID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue