1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Git Remotes on Rocky
All repos available on the local git server have `r0`, `r1`, `r2` remotes replacing any codeberg ones:
```
url = ssh://git@r0:30022/repos/REPO.git
url = ssh://git@r1:30022/repos/REPO.git
url = ssh://git@r2:30022/repos/REPO.git
```
Repos pushed: conf, dotfiles, gemtexter, gitsyncer, goprecords, gt, hexai, hypr, ior, photoalbum, rcm, snonux, tasksamurai, wireguardmeshgenerator
The public keys of both `root` and `paul` on rocky are in the k3s `git-server-authorized-keys` secret (namespace `cicd`).
|