diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 | ||