From 1bbc2aa9f4576d010ce27913e3a841f8ba12d0bf Mon Sep 17 00:00:00 2001 From: Tree Date: Fri, 14 Jul 2023 08:51:11 +0000 Subject: [PATCH] blobd --- README.md | 5 +++-- pm2.config.js | 8 +++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e23cf37..9094801 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ This is a monorepo containing the backend and frontend of ATScan. The current version is hosted at [atscan.net](https://atscan.net). You can follow us on Bluesky as [@atscan.net](https://bsky.app/profile/did:plc:ft3tl5dxjn4psdk6asenqn3r). -## Our libraries +## Our software -- [broadsky](https://github.com/atscan/broadsky) - Bridge Streaming Wire Protocol (v0) to NATS and other protocols +- [broadsky](https://github.com/atscan/broadsky) (Go) - Bridge Streaming Wire Protocol (v0) to NATS and other protocols +- [blobd](https://github.com/atscan/blobd) (Go) - AT Protocol Blob-serving HTTP Server in Go ## Technology stack diff --git a/pm2.config.js b/pm2.config.js index 881f9d4..0771e06 100644 --- a/pm2.config.js +++ b/pm2.config.js @@ -58,11 +58,17 @@ module.exports = { env: { PORT: 6678 } - }, { + }, /*{ name: "atscan-api-blob", script: "./backend/api-blob.js", interpreter: "deno", interpreterArgs: "run --unstable --allow-net --allow-read --allow-write --allow-env --allow-sys", + },*/ + { + name: "atscan-blobd", + script: "true", + interpreter: "blobd", + interpreterArgs: "-d /corn/atscan-db -p 6680" }, { name: "atscan-worker", script: "./backend/repo-worker.js",