From 8b5280b854c3cd97117e100e1604da64f99acd84 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 26 Jun 2025 12:50:20 +0300 Subject: [PATCH 1/3] profile: drop neofs-template from README It's not maintained and people don't care much about it. Signed-off-by: Roman Khimov --- profile/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index b99e36c..052c517 100644 --- a/profile/README.md +++ b/profile/README.md @@ -87,7 +87,6 @@ NeoFS nodes, gateways and NeoGo instances can be managed with Ansible using roles provided by NSPCC: * [ansible-neofs](https://github.com/nspcc-dev/ansible-neofs) contains a role collection for NeoFS node and gateways * [ansible-neogo-n3](https://github.com/nspcc-dev/ansible-neogo-n3) contains a role to run NeoGo nodes - * [ansible-neofs-template](https://github.com/nspcc-dev/ansible-neofs-template) can be used to set up a new private NeoFS network All services export Prometheus metrics with service-specific data. If you want to get some additional data from Neo networks (like balance tracking of FS From 88e60237c9ae35c1f011f532acc0045adf448a0a Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 26 Jun 2025 12:52:19 +0300 Subject: [PATCH 2/3] profile: drop archived repositories from README They're long obsolete. Signed-off-by: Roman Khimov --- profile/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profile/README.md b/profile/README.md index 052c517..99192de 100644 --- a/profile/README.md +++ b/profile/README.md @@ -66,11 +66,6 @@ of NeoFS data management application. example of application built on top of NeoFS. It uses [neofs-oauthz](https://github.com/nspcc-dev/neofs-oauthz) internally to authenticate users (and issue bearer tokens for them). -Popular application forks with NeoFS support added: - * [distribution](https://github.com/nspcc-dev/distribution) - * [rclone](https://github.com/nspcc-dev/rclone) - * [restic](https://github.com/nspcc-dev/restic) - # NeoGo NeoGo is a complete Neo protocol implementation, including consensus nodes From db82708e6fcd882307e7f9a965a07980b6a81e26 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 26 Jun 2025 12:56:33 +0300 Subject: [PATCH 3/3] profile: add archive-fs-neo-org Signed-off-by: Roman Khimov --- profile/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profile/README.md b/profile/README.md index 99192de..26c8608 100644 --- a/profile/README.md +++ b/profile/README.md @@ -66,6 +66,9 @@ of NeoFS data management application. example of application built on top of NeoFS. It uses [neofs-oauthz](https://github.com/nspcc-dev/neofs-oauthz) internally to authenticate users (and issue bearer tokens for them). +[archive-fs-neo-org](https://github.com/nspcc-dev/archive-fs-neo-org) generates +N3 block archives from NeoFS that can be used for offline synchronization. + # NeoGo NeoGo is a complete Neo protocol implementation, including consensus nodes