Document git remotes (forgejo primary, github mirror)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jean-Michel Tremblay 2026-07-05 21:47:31 -04:00
parent b8cd65b8ca
commit b61698db02

View file

@ -2,6 +2,20 @@ hardware: raspberry pi 4 4GB ram
os: raspberry pi os lite (64 bits) os: raspberry pi os lite (64 bits)
use-cas: almost always offline. except when doing maintenance 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 # AP on the raspberry pi
* must have access point that boots up on system boot * must have access point that boots up on system boot
* ssid: mediapipi, pw: mediapipi * ssid: mediapipi, pw: mediapipi