chore(repo): Umzug nach Gitea — GitHub bleibt Klon, main von Hand gespiegelt (D95)
Zuhause ist künftig git.javagil.de/mi/werkbaum (origin); GitHub bleibt unter dem Remote `github` ein Klon, den scripts/push-github.sh mit `main` versorgt — nur vorwärts, nie erzwungen. Der Klon bleibt aus zwei gemessenen Gründen: Gitea sendet auf raw-Dateien kein Access-Control-Allow-Origin (nachgemessen an mi/werkdock), die ?sourceUrl=-Beispiellinks der READMEs müssen also auf raw.githubusercontent.com zeigen; und der Pages-Workflow lässt sich nicht mitnehmen. Footer, llms.txt und llms.md zeigen jetzt auf Gitea (Repo-Seite ohne Anmeldung lesbar, HTTP 200 geprüft); beide COMMIT_URL-Stellen (deploy-prod.sh und der Pages-Workflow) ziehen mit. deploy-prod.sh prüft origin und github getrennt und erinnert an das Spiegeln, statt selbst zu pushen. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
736e9c1d88
commit
29a217f892
+5
-5
@@ -4,12 +4,12 @@ werkator:
|
||||
version:
|
||||
since: "1.0.1"
|
||||
|
||||
# Commit status target. Points at GitHub for now; the repository will move to
|
||||
# https://git.javagil.de (Gitea) later, GitHub stays a synchronised clone. Status
|
||||
# checks are posted only once the origin is a Gitea; until then this is a label.
|
||||
# Commit status target. The repository lives on Gitea since D95; GitHub stays a
|
||||
# clone that `scripts/push-github.sh` feeds by hand. Status checks are posted
|
||||
# only once the instance holds a Gitea token; until then this is a label.
|
||||
gitea:
|
||||
baseUrl: https://github.com
|
||||
owner: mhoennig
|
||||
baseUrl: https://git.javagil.de
|
||||
owner: mi
|
||||
repo: werkbaum
|
||||
statusContext: werkator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user