koopa-admin-log/configs/bonfire/README.md
2026-08-17 14:59:27 +02:00

53 lines
No EOL
2.9 KiB
Markdown

# Bonfire — bonfire.hacktivism.ch
| Item | Value |
|------|--------|
| Live | `/home/hernani/koopa-bonfire/` |
| Image | `bonfirenetworks/bonfire:1.0.5-social-amd64` |
| Port | **9021** → Caddy |
| Ground zero | `2026/2026-07-09--bonfire-ground-zero.md` |
Secrets: `koopa-admin-secrets/…/koopa-bonfire/{.env,users.env}`.
**Upstream:** [Running your own](https://docs.bonfirenetworks.org/running-your-own.html), [Hosting guide](https://docs.bonfirenetworks.org/deploy.html) (we use podman-compose, not Co-op Cloud).
## Branding
Hacktivism theme + hacktivism magician logo. `scripts/bonfire/apply-branding.sh`.
Logo bind-mount: `2026/2026-07-11--bonfire-logo-not-served.md`.
## Boot
```bash
scripts/bonfire/install-systemd.sh
```
Units: `container-koopa-bonfire-db`, `container-koopa-bonfire`, `gitbot-mirror`.
Needs `loginctl enable-linger hernani`. Run `podman-compose up -d` once before first boot.
Public feeds: `public-feeds.md`.
## Login in Chromium (PWA service worker)
Firefox and `curl` reach https://bonfire.hacktivism.ch/login (200, real form).
**Chromium** (same URL or the yellow **Log in** buttons) can stay on the guest homepage. Not an account/password bug.
Cause (two layers):
1. **Service worker** — Bonfire JS registers `/pwabuilder-sw.js` with `scope: "/"`. An old worker in the Chromium profile intercepts navigations (including `/login`) and serves the cached start page. Firefox typically has no worker → login works there.
2. **Guest homepage** — static cache / `data-live-socket="false"` plus LiveView `data-phx-link="redirect"` on **Log in**. Without a live socket the click is swallowed. Guest HTML can also leave an empty `modal_invisible` overlay (black panel in Chromium).
Workaround (this Chromium profile):
- `chrome://serviceworker-internals`**bonfire.hacktivism.ch** → Unregister
or DevTools → Application → Service Workers → Unregister + Clear site data
- hard reload, then open `/login`
- or **Incognito** (no SW)
Server-side notes (host `~/koopa-bonfire/data/branding/`, not a substitute for unregister): kill-switch `pwabuilder-sw.js`, overlay CSS, login-click JS. Container copies are overwritten on image recreate.
Daylog: `2026/2026-08-17--bonfire-chromium-login.md`.
**Unsolved** in operator Chromium. File-upstream TODO: `TODO-chromium-login-upstream.md`.
UI badge **Federation disabled** can still show while `.env` has `FEDERATE=true` (see `2026/2026-07-10--bonfire-federate.md`).
**Upstream (checked 2026-08-17):** not filed as a known Bonfire bug. GitHub `org:bonfire-networks` issues: 0 hits for `pwabuilder-sw` / `service worker login`. PWA tickets are [web push #1292](https://github.com/bonfire-networks/bonfire-app/issues/1292) and [dashboard widgets #1758](https://github.com/bonfire-networks/bonfire-app/issues/1758) — not this Chromium navigation stall. Login-labelled issues are other topics (2FA, Welcome Back button, OAuth).