From 6a997a625f83ad487e46fcbd291f8541111e22fc Mon Sep 17 00:00:00 2001 From: "k." Date: Wed, 26 Feb 2025 11:33:22 +0000 Subject: [PATCH 1/3] add blobstore and alienos. --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0dd82a1..5f5462d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# awesome-blossom -A collection of tools and apps built using the blossom spec +# Awesome Blossom +A collection of tools and apps built using the Blossom spec -## Core +## Protocol specs - [Blossom spec](https://github.com/hzrd149/blossom) @@ -13,7 +13,7 @@ A collection of tools and apps built using the blossom spec - [blossom](https://git.fiatjaf.com/blossom) A CLI util for all things blossom - [Blossom Uploader CLI](https://github.com/girino/blossom-cli) Blossom Uploader CLI is a command-line tool for uploading, downloading, and listing files on a Blossom server. - [nostr-http-openapi](https://github.com/chebizarro/nostr-http-openapi) OpenAPI specs for blossom endpoints - - [Blossom Aduit](https://blossom.hzrd149.com/) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-audit)](https://github.com/hzrd149/blossom-audit) A cli tool for auditing blossom servers + - [Blossom Aduit](https://blossom.hzrd149.com/) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-audit)](https://github.com/hzrd149/blossom-audit) A CLI tool for auditing blossom servers ## Server Implementations @@ -21,17 +21,19 @@ A collection of tools and apps built using the blossom spec - [Blossom Server ts](https://github.com/hzrd149/blossom-server) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-server)](https://github.com/hzrd149/blossom-server) Typescript implementation of a Blossom Server - [bun-relay](https://github.com/zapstore/bun-relay) [![GitHub Repo stars](https://img.shields.io/github/stars/zapstore/bun-relay)](https://github.com/zapstore/bun-relay) A simple nostr relay written in Javascript with a blossom server - [route96](https://git.v0l.io/Kieran/route96) [![Gitea Repo stars](https://img.shields.io/gitea/stars/Kieran/route96?gitea_url=https%3A%2F%2Fgit.v0l.io)](https://git.v0l.io/Kieran/route96) Rust implementation of a Blossom Server that also suppprts NIP-96 - - [Servus](https://github.com/servuscms/servus) [![stars](https://img.shields.io/github/stars/servuscms/servus.svg?style=social)](https://github.com/servuscms/servus) - A self-contained, single executable, CMS / blogging engine reminiscent of Jekyll which also acts as a personal Nostr relay and Blossom server. Written in Rust. - - [cf-worker-blossom-server](https://git.v0l.io/florian/cf-worker-blossom-server) [![Gitea Repo stars](https://img.shields.io/gitea/stars/florian/cf-worker-blossom-server?gitea_url=https%3A%2F%2Fgit.v0l.io)](https://git.v0l.io/florian/cf-worker-blossom-server) A blossom server writting using Cloudflare components (Workers, KV, R2) + - [Servus](https://github.com/servuscms/servus) [![stars](https://img.shields.io/github/stars/servuscms/servus.svg?style=social)](https://github.com/servuscms/servus) - A self-contained, single executable, CMS/blogging engine reminiscent of Jekyll which also acts as a personal Nostr relay and Blossom server. Written in Rust. + - [cf-worker-blossom-server](https://git.v0l.io/florian/cf-worker-blossom-server) [![Gitea Repo stars](https://img.shields.io/gitea/stars/florian/cf-worker-blossom-server?gitea_url=https%3A%2F%2Fgit.v0l.io)](https://git.v0l.io/florian/cf-worker-blossom-server) A blossom server writing using Cloudflare components (Workers, KV, R2) - [Go Blossom Server](https://github.com/sebdeveloper6952/blossom-server) [![GitHub Repo stars](https://img.shields.io/github/stars/sebdeveloper6952/blossom-server)](https://github.com/sebdeveloper6952/blossom-server) Blossom Server & Client written in Golang - [Nostrcheck-server](https://github.com/quentintaranpino/nostrcheck-api-ts) [![GitHub Repo stars](https://img.shields.io/github/stars/quentintaranpino/nostrcheck-api-ts)](https://github.com/quentintaranpino/nostrcheck-api-ts) TypeScript Blossom server that also supports NIP-96, NIP-05 and other sovereign tools, easy installation with docker-compose. - [Blossom for Cloudron](https://git.nostrdev.com/stuff/blossom-cloudron) [![Gitea Repo stars](https://img.shields.io/gitea/stars/stuff/blossom-cloudron?gitea_url=https%3A%2F%2Fgit.nostrdev.com)](https://git.nostrdev.com/stuff/blossom-cloudron) Packaging Blossom for Cloudron app servers - [cherry-server](https://github.com/0xtrr/cherry-server) [![GitHub Repo stars](https://img.shields.io/github/stars/0xtrr/cherry-server)](https://github.com/0xtrr/cherry-server) A media server based on the Blossom protocol +- [Alienos](https://github.com/dezh-tech/alienos) [![GitHub Repo stars](https://img.shields.io/github/stars/dezh-tech/alienos)](https://github.com/dezh-tech/alienos) A golang relay with embedded built-in managable blssom server. ## Libraries - [blossom-client-sdk](https://www.npmjs.com/package/blossom-client-sdk) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-client-sdk)](https://github.com/hzrd149/blossom-client-sdk) A javascript client for manage blobs on blossom servers - [blossom-server-sdk](https://www.npmjs.com/package/blossom-server-sdk) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-server-sdk)](https://github.com/hzrd149/blossom-server-sdk) A collection of javascript classes to for building blossom servers + - [blob-store](https://github.com/kehiy/blobstore) [![GitHub Repo stars](https://img.shields.io/github/stars/kehiy/blobstore)](https://github.com/kehiy/blobstore) A collection of file storage interfaces specifically designed for storing blossom blobs using khatru. ## Available blossom servers From 404f88d7ec4d63800c51d241e071e137d81220fd Mon Sep 17 00:00:00 2001 From: "k." Date: Wed, 26 Feb 2025 17:18:18 +0330 Subject: [PATCH 2/3] Update README.md Co-authored-by: hzrd149 <8001706+hzrd149@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f5462d..7ba8093 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A collection of tools and apps built using the Blossom spec - [bun-relay](https://github.com/zapstore/bun-relay) [![GitHub Repo stars](https://img.shields.io/github/stars/zapstore/bun-relay)](https://github.com/zapstore/bun-relay) A simple nostr relay written in Javascript with a blossom server - [route96](https://git.v0l.io/Kieran/route96) [![Gitea Repo stars](https://img.shields.io/gitea/stars/Kieran/route96?gitea_url=https%3A%2F%2Fgit.v0l.io)](https://git.v0l.io/Kieran/route96) Rust implementation of a Blossom Server that also suppprts NIP-96 - [Servus](https://github.com/servuscms/servus) [![stars](https://img.shields.io/github/stars/servuscms/servus.svg?style=social)](https://github.com/servuscms/servus) - A self-contained, single executable, CMS/blogging engine reminiscent of Jekyll which also acts as a personal Nostr relay and Blossom server. Written in Rust. - - [cf-worker-blossom-server](https://git.v0l.io/florian/cf-worker-blossom-server) [![Gitea Repo stars](https://img.shields.io/gitea/stars/florian/cf-worker-blossom-server?gitea_url=https%3A%2F%2Fgit.v0l.io)](https://git.v0l.io/florian/cf-worker-blossom-server) A blossom server writing using Cloudflare components (Workers, KV, R2) + - [cf-worker-blossom-server](https://git.v0l.io/florian/cf-worker-blossom-server) [![Gitea Repo stars](https://img.shields.io/gitea/stars/florian/cf-worker-blossom-server?gitea_url=https%3A%2F%2Fgit.v0l.io)](https://git.v0l.io/florian/cf-worker-blossom-server) A blossom server written with Cloudflare components (Workers, KV, R2) - [Go Blossom Server](https://github.com/sebdeveloper6952/blossom-server) [![GitHub Repo stars](https://img.shields.io/github/stars/sebdeveloper6952/blossom-server)](https://github.com/sebdeveloper6952/blossom-server) Blossom Server & Client written in Golang - [Nostrcheck-server](https://github.com/quentintaranpino/nostrcheck-api-ts) [![GitHub Repo stars](https://img.shields.io/github/stars/quentintaranpino/nostrcheck-api-ts)](https://github.com/quentintaranpino/nostrcheck-api-ts) TypeScript Blossom server that also supports NIP-96, NIP-05 and other sovereign tools, easy installation with docker-compose. - [Blossom for Cloudron](https://git.nostrdev.com/stuff/blossom-cloudron) [![Gitea Repo stars](https://img.shields.io/gitea/stars/stuff/blossom-cloudron?gitea_url=https%3A%2F%2Fgit.nostrdev.com)](https://git.nostrdev.com/stuff/blossom-cloudron) Packaging Blossom for Cloudron app servers From 6931b0b1e633d0bc46b77c1425819087a6c88903 Mon Sep 17 00:00:00 2001 From: "k." Date: Wed, 26 Feb 2025 17:18:29 +0330 Subject: [PATCH 3/3] Update README.md Co-authored-by: hzrd149 <8001706+hzrd149@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ba8093..713b186 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ A collection of tools and apps built using the Blossom spec - [Nostrcheck-server](https://github.com/quentintaranpino/nostrcheck-api-ts) [![GitHub Repo stars](https://img.shields.io/github/stars/quentintaranpino/nostrcheck-api-ts)](https://github.com/quentintaranpino/nostrcheck-api-ts) TypeScript Blossom server that also supports NIP-96, NIP-05 and other sovereign tools, easy installation with docker-compose. - [Blossom for Cloudron](https://git.nostrdev.com/stuff/blossom-cloudron) [![Gitea Repo stars](https://img.shields.io/gitea/stars/stuff/blossom-cloudron?gitea_url=https%3A%2F%2Fgit.nostrdev.com)](https://git.nostrdev.com/stuff/blossom-cloudron) Packaging Blossom for Cloudron app servers - [cherry-server](https://github.com/0xtrr/cherry-server) [![GitHub Repo stars](https://img.shields.io/github/stars/0xtrr/cherry-server)](https://github.com/0xtrr/cherry-server) A media server based on the Blossom protocol -- [Alienos](https://github.com/dezh-tech/alienos) [![GitHub Repo stars](https://img.shields.io/github/stars/dezh-tech/alienos)](https://github.com/dezh-tech/alienos) A golang relay with embedded built-in managable blssom server. +- [Alienos](https://github.com/dezh-tech/alienos) [![GitHub Repo stars](https://img.shields.io/github/stars/dezh-tech/alienos)](https://github.com/dezh-tech/alienos) A golang relay with a built-in managable blossom server. ## Libraries