Files
wireguard-admin/AGENTS.md
T
lofyerandfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> 894dbea1de Document git remotes in AGENTS.md
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-07-04 08:09:55 +08:00

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
```