25 lines
1.2 KiB
Markdown
25 lines
1.2 KiB
Markdown
# Bonfire branding + public feeds (2026-07-11)
|
|
|
|
After `2026/2026-07-11--bonfire-gitbot-systemd.md`. Logo: `2026/2026-07-11--bonfire-logo-not-served.md`.
|
|
|
|
## Branding
|
|
|
|
- hacktivism magician logo (same as git.hacktivism.ch).
|
|
- Deploy: `scripts/bonfire/apply-branding.sh`
|
|
- Logo URL: `/images/hacktivism-logo.svg` (compose bind-mount).
|
|
|
|
**Official:** [Admin Tools — Instance Settings](https://docs.bonfirenetworks.org/admin-tools.html) (name/icon in UI).
|
|
Instance theme via `bonfire remote` matches [Settings System](https://docs.bonfirenetworks.org/settings_system.html) (`scope: :instance`).
|
|
No official doc for custom static files in podman — bind-mount workaround only.
|
|
|
|
## Public feed (ops)
|
|
|
|
Gitbot activity can stay in the user outbox; guests on `/` may see a stale feed until republished.
|
|
|
|
**Official:** [Feed structure](https://docs.bonfirenetworks.org/feed_structure.html) (`FeedPublish`).
|
|
No official “republish outbox to local feed” procedure — ops SQL + gitbot workaround.
|
|
|
|
- Continuous: `gitbot-mirror.py` republishes outbox → local + internet every cycle.
|
|
- One-off: `scripts/bonfire/publish-outbox-to-public.sql`.
|
|
|
|
Check: https://bonfire.hacktivism.ch/feed/local
|