docs: origin is git.hacktivism.ch hernani/koopa-admin-log
This commit is contained in:
parent
40ec803464
commit
8ebcd90111
3 changed files with 43 additions and 0 deletions
31
2026/2026-07-10--admin-log-origin-forgejo.md
Normal file
31
2026/2026-07-10--admin-log-origin-forgejo.md
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
# 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)
|
||||||
|
|
@ -7,3 +7,5 @@
|
||||||
→ topic: `2026-07-10--bonfire-federate.md`; secrets: `koopa-admin-secrets/…/koopa-bonfire/`
|
→ topic: `2026-07-10--bonfire-federate.md`; secrets: `koopa-admin-secrets/…/koopa-bonfire/`
|
||||||
- **Forgejo rootless** on `git.hacktivism.ch` (HTTP **9024**, git-SSH **9200**); no free registration; admin `hernani`
|
- **Forgejo rootless** on `git.hacktivism.ch` (HTTP **9024**, git-SSH **9200**); no free registration; admin `hernani`
|
||||||
→ topic: `2026-07-10--forgejo-rootless.md`; secrets: `koopa-admin-secrets/…/koopa-forgejo/`
|
→ topic: `2026-07-10--forgejo-rootless.md`; secrets: `koopa-admin-secrets/…/koopa-forgejo/`
|
||||||
|
- **admin-log origin** → Forgejo `hernani/koopa-admin-log` on git.hacktivism.ch (public; SSH :9200)
|
||||||
|
→ topic: `2026-07-10--admin-log-origin-forgejo.md`
|
||||||
|
|
|
||||||
10
README.md
10
README.md
|
|
@ -6,6 +6,16 @@ Ops log and config mirror for host **koopa** (openSUSE Tumbleweed).
|
||||||
|
|
||||||
**Secrets:** not in this repo — see **`SECRETS.md`** and sibling **`koopa-admin-secrets`**.
|
**Secrets:** not in this repo — see **`SECRETS.md`** and sibling **`koopa-admin-secrets`**.
|
||||||
|
|
||||||
|
## Git origin
|
||||||
|
|
||||||
|
| | |
|
||||||
|
|--|--|
|
||||||
|
| **origin** | `https://git.hacktivism.ch/hernani/koopa-admin-log.git` |
|
||||||
|
| Web | https://git.hacktivism.ch/hernani/koopa-admin-log |
|
||||||
|
| SSH | `ssh://git@git.hacktivism.ch:9200/hernani/koopa-admin-log.git` |
|
||||||
|
|
||||||
|
Hosted on **Forgejo rootless** (this host). See `2026/2026-07-10--admin-log-origin-forgejo.md`.
|
||||||
|
|
||||||
## Layout
|
## Layout
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue