upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6de9d89..ba6dfa2 100644
--- a/README.md
+++ b/README.md
@@ -141,11 +141,11 @@ See [GRASP-02 Proactive Sync](docs/explanation/grasp-02-proactive-sync.md) for f
141 141
142- ✅ Accept repositories not listing this instance via configurable whitelist 142- ✅ Accept repositories not listing this instance via configurable whitelist
143- ✅ Three whitelist formats: `<npub>`, `<npub>/<identifier>`, `<identifier>` 143- ✅ Three whitelist formats: `<npub>`, `<npub>/<identifier>`, `<identifier>`
144- ✅ Read-only mirroring with full GRASP-02 sync (git data + Nostr events) 144- ✅ Read-only mirroring with full GRASP-02 sync (git data + Nostr events) - **default behavior**
145- ✅ Archive-all mode for complete ecosystem mirrors 145- ✅ Archive-all mode for complete ecosystem mirrors
146- ✅ Fail-fast npub validation at startup 146- ✅ Fail-fast npub validation at startup
147 147
148**Archive mode enables backup/mirror operation** - accept repository announcements that don't list your relay, useful for creating archives of critical projects or running comprehensive mirrors. Archived repositories are read-only with full event and git data sync. 148**Archive mode enables backup/mirror operation** - accept repository announcements that don't list your relay, useful for creating archives of critical projects or running comprehensive mirrors. Archived repositories are read-only by default (`NGIT_ARCHIVE_READ_ONLY=true`) with full event and git data sync.
149 149
150**See**: [GRASP-05 Archive Mode](docs/explanation/grasp-05-archive.md) 150**See**: [GRASP-05 Archive Mode](docs/explanation/grasp-05-archive.md)
151 151