Document git remotes (forgejo primary, github mirror)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b8cd65b8ca
commit
b61698db02
1 changed files with 14 additions and 0 deletions
14
README.md
14
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue