Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
15 lines
469 B
Markdown
15 lines
469 B
Markdown
# Agent Notes
|
|
|
|
## Git remotes
|
|
|
|
| Remote | URL | Notes |
|
|
|--------|-----|-------|
|
|
| origin | ssh://git@10.7.0.1:11022/root/wireguard-admin.git | Self-hosted (git.digiman.live). Port 11022 is only reachable inside the wg0 VPN tunnel, so the tunnel IP 10.7.0.1 is used instead of the public hostname. Requires wg0 to be up. |
|
|
| github | git@github.com:lofyer/wireguard-admin.git | GitHub mirror. |
|
|
|
|
Push to both after committing:
|
|
|
|
```
|
|
git push && git push github main
|
|
```
|