upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-01-08 00:33:57 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-01-08 00:33:57 +0000
commitac3e00a7e102d7ae341f554563646e05aed7edac (patch)
treeba747b97823393af62717bddf683e0b17558a861
parent543d9e66dd44b70ed467c61635e6c8056fef8555 (diff)
docs: add imporment ideas to readme
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3bc5be0..7e516eb 100644
--- a/README.md
+++ b/README.md
@@ -198,6 +198,8 @@ See [Monitoring Overview](docs/explanation/monitoring.md) and [Prometheus Setup
198 198
199Git data related to deleted Repositories should be archvied (and deleted after 90 days), also events related to ONLY this repository. 199Git data related to deleted Repositories should be archvied (and deleted after 90 days), also events related to ONLY this repository.
200 200
201Delete Request Disrepector - so that events dont get removes - its problematic if someone elses PR event and comments gets deleted if the owner deletes the repo. having at least some archival grasp servers retaining it so it can be recovered is important. also we need to make left-pad impossible.
202
201### Grasp Server Removed from Announcement Event 203### Grasp Server Removed from Announcement Event
202 204
203Unless GRASP-05, This should cause the git data and events related ONLY to this repository to be archived (and deleted after 90 days). 205Unless GRASP-05, This should cause the git data and events related ONLY to this repository to be archived (and deleted after 90 days).
@@ -218,6 +220,10 @@ This a useful feature of other git servers.
218 220
219**Future enhancement**: should we periodically scan relays in UserGraspLists to check for announcements that list our relay? 221**Future enhancement**: should we periodically scan relays in UserGraspLists to check for announcements that list our relay?
220 222
223### GRASP-5 Archive
224
225This not only is an important stand alone feature, it can be used to help to test sync features and have a local backup thats easy to deploy (set as bootstrap).
226
221## Technology Stack 227## Technology Stack
222 228
223- **Rust**: Core language 229- **Rust**: Core language