From b61698db0278f4005917dbf30ded579812290e1e Mon Sep 17 00:00:00 2001 From: Jean-Michel Tremblay Date: Sun, 5 Jul 2026 21:47:31 -0400 Subject: [PATCH] Document git remotes (forgejo primary, github mirror) Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e673866..920236d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,20 @@ hardware: raspberry pi 4 4GB ram os: raspberry pi os lite (64 bits) use-cas: almost always offline. except when doing maintenance +## Git remotes + +Two remotes are configured; GitHub is just a mirror of the Forgejo repo. + +* `origin` (primary) — `ssh://forgejo@forgejo.jmopines.com:2222/jm/mediapi.git` +* `github` (mirror) — `git@github.com:jmtremblay2/mediapi.git` + +Push to both with: + +```bash +git push origin master +git push github master +``` + # AP on the raspberry pi * must have access point that boots up on system boot * ssid: mediapipi, pw: mediapipi