koopa-admin-log/2026/2026-07-10--admin-log-origin-forgejo.md

31 lines
1 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)