Document why /@foss had posts while /feed/local was empty, and SQL to publish outbox activities into Local users + public internet feeds. |
||
|---|---|---|
| .. | ||
| publish-outbox-to-public.sql | ||
| README.md | ||
Bonfire host helpers
Live: /home/hernani/koopa-bonfire/.
| File | Role |
|---|---|
publish-outbox-to-public.sql |
Copy outbox activities into Local users + Anyone on the internet feeds |
podman exec -i koopa-bonfire-db psql -U postgres -d bonfire_db \
< scripts/bonfire/publish-outbox-to-public.sql
See configs/bonfire/public-feeds.md.