No description
  • JavaScript 97.5%
  • Dockerfile 2.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
red binder b9f1b42725
Some checks failed
Build friends-api / build-and-push (push) Failing after 5s
fix(ci): forgejo being picky
2026-08-09 02:18:24 +02:00
.forgejo/workflows fix(ci): forgejo being picky 2026-08-09 02:18:24 +02:00
.env.example initial commit 2026-08-09 00:22:35 +02:00
.gitignore initial commit 2026-08-09 00:22:35 +02:00
bun.lock switch to bun and add CI, license and readme 2026-08-09 02:15:51 +02:00
Dockerfile switch to bun and add CI, license and readme 2026-08-09 02:15:51 +02:00
index.js let user see their own presence 2026-08-09 02:01:20 +02:00
LICENSE switch to bun and add CI, license and readme 2026-08-09 02:15:51 +02:00
package.json switch to bun and add CI, license and readme 2026-08-09 02:15:51 +02:00
README.md switch to bun and add CI, license and readme 2026-08-09 02:15:51 +02:00

Spacebar Friends API

Setup

If you're running selfhosted, make sure to change the server URL in index.js from account.spbr.net to your own.

Environment Variables

PORT - Obvious. The port the server listens on. DATABASE_URL - Set this to the database URL of the RNEX friends server. SERVER_STATIC_TOKEN - The token you will put in the RNEX_PRESENCE_SERVER_SECRET environment variable on RNEX.