Document git remotes in AGENTS.md

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
lofyer
2026-07-04 08:09:55 +08:00
co-authored by factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
parent 08b32d2aa9
commit 894dbea1de
+14
View File
@@ -0,0 +1,14 @@
# 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
```