40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
# koopa-admin-log origin on git.hacktivism.ch (2026-07-10)
|
|
|
|
## Remote
|
|
|
|
| Item | Value |
|
|
|------|--------|
|
|
| Host | **Forgejo rootless** `https://git.hacktivism.ch/` |
|
|
| Repo | **https://git.hacktivism.ch/hernani/koopa-admin-log** |
|
|
| Visibility | **public** (ops log only; **no secret values**) |
|
|
| Default branch | `main` |
|
|
| HTTPS clone | `https://git.hacktivism.ch/hernani/koopa-admin-log.git` |
|
|
| SSH clone | `ssh://git@git.hacktivism.ch:9200/hernani/koopa-admin-log.git` |
|
|
|
|
## Local setup
|
|
|
|
```bash
|
|
cd /path/to/koopa-admin-log
|
|
git remote add origin https://git.hacktivism.ch/hernani/koopa-admin-log.git
|
|
# or SSH (port 9200):
|
|
# git remote add origin ssh://git@git.hacktivism.ch:9200/hernani/koopa-admin-log.git
|
|
|
|
git push -u origin main
|
|
```
|
|
|
|
Auth: Forgejo user **`hernani`** (admin; registration disabled site-wide).
|
|
Credentials: `koopa-admin-secrets/…/koopa-forgejo/users.env` — not in this repo.
|
|
|
|
## Related
|
|
|
|
- Forgejo install: `2026-07-10--forgejo-rootless.md`
|
|
- Secrets sibling: **not** hosted here (private material stays in `koopa-admin-secrets` only)
|
|
|
|
## Network (SSH :9200)
|
|
|
|
Public git-SSH requires:
|
|
|
|
1. VeciGate WAN/hairpin + IPv6 forward **9200** → koopa
|
|
2. koopa firewalld **9200/tcp**
|
|
|
|
See `2026-07-10--forgejo-rootless.md` (Network exposure) and `../vecigate-admin-log/docs/CHANGELOG.md`.
|