--- urn: "urn:penemure:95d20f29-4fc7-4673-9a6c-c25bd7770955" backend: "pub" ancestors: - 📁 Penemure created: 2025-02-12 06:44:39.791237+00:00 updated: 2025-02-12 06:44:59.621710+00:00 tags: milestone: "2.0" description: "it's worse than ActivityPub, probably" --- # 📁 Federation We are moving further and further towards something that looks like federation. We need to just fucking do it properly which requires in my mind: - [ ] System backend status page, for each backend, including refresh date / sync status - [ ] HttpApiBackend next to GitJson backend - [ ] Declaring subsets of things that should be automatically synced, namely files and eventually emoji, that every referenced one should be auto-synced to other backends. ```query-cards GROUP SELECT urn, title_plain AS title, SUBSTRING(blurb, 1, 40) AS blurb, type FROM __all__ WHERE parents LIKE '%SELF%' GROUP BY type ORDER BY type DESC, title_plain ASC ```