1 KiB
1 KiB
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
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-secretsonly)