fix: edge entrypoint clones disinto repo without auth — fails when Forgejo requires authentication #353
Labels
No labels
action
backlog
blocked
bug-report
in-progress
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#353
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
entrypoint-edge.sh line 12 clones the disinto repo without credentials:
Where DISINTO_REPO is
http://forgejo:3000/disinto-admin/disinto.git. When Forgejo is configured to require authentication for all API and git operations, the clone fails:Fix
Include FORGE_TOKEN in the clone URL, same pattern as entrypoint-llama.sh line 27:
FORGE_TOKEN is already available as a compose env var.
Affected files
Acceptance criteria