Cloudfalre Wildebeest is an ActivityPub and Mastodon-compatible server. "We are of course assuming that you have a Cloudflare account"
 
 
 
 
 
Go to file
Jorge Caballero (DataDrivenMD) 6a1b789329 Fix Playwright Configuration
- [X} Fixes timeouts so that tests don't fail on Github Actions runners
- [X] Lowers number of retries so that e2e tests don't run for 2+ hours before giving up
2023-03-06 16:47:24 -08:00
.github/workflows add neon client 2023-03-01 09:30:35 +00:00
.vscode
.wrangler/state/d1
backend remove admins endpoint 2023-03-06 19:06:32 +00:00
config
consumer fix byte array for neon 2023-03-01 13:55:53 +00:00
do
docs
frontend Merge pull request #362 from cloudflare/link-to-about 2023-03-06 22:25:22 +01:00
functions remove admins endpoint 2023-03-06 19:06:32 +00:00
migrations add both FE and BE for server settings (including rules) 2023-03-01 16:55:06 +00:00
scripts
tf
ui-e2e-tests Merge pull request #347 from cloudflare/server-settings-ui 2023-03-01 20:53:30 +00:00
.eslintignore
.eslintrc.cjs
.gitignore
.node-version
.prettierignore
.prettierrc.json
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
jest.config.js
package.json Merge branch 'chore-automatic-linting' of https://github.com/Distal-Labs/wildebeest into chore-automatic-linting 2023-03-02 15:06:36 -08:00
playwright.config.ts Fix Playwright Configuration 2023-03-06 16:47:24 -08:00
tsconfig.json
wrangler.toml fix byte array for neon 2023-03-01 13:55:53 +00:00
yarn.lock Add automatic linting to pre-commit 2023-03-02 15:05:17 -08:00

README.md

Wildebeest

wildebeest illustration

Wildebeest is an ActivityPub and Mastodon-compatible server whose goal is to allow anyone to operate their Fediverse server and identity on their domain without needing to keep infrastructure, with minimal setup and maintenance, and running in minutes.

Wildebeest runs on top Cloudflare's Supercloud, uses Workers, Pages, Durable Objects, Queues, the D1 database to store metadata and configurations, Zero Trust Access to handle authentication and Images for media handling.

Currently, Wildebeest supports the following features:

  • ActivityPub, WebFinger, NodeInfo, WebPush and Mastodon-compatible APIs. Wildebeest can connect to or receive connections from other Fediverse servers.
  • Compatible with the most popular Mastodon web (like Pinafore), desktop, and mobile clients. We also provide a simple read-only web interface to explore the timelines and user profiles.
  • You can publish, edit, boost, or delete posts, sorry, toots. We support text, images, and (soon) video.
  • Anyone can follow you; you can follow anyone.
  • You can search for content.
  • You can register one or multiple accounts under your instance. Authentication can be email-based on or using any Cloudflare Access compatible IdP, like GitHub or Google.
  • You can edit your profile information, avatar, and header image.

Cloudflare will continue to evolve this open-source project with additional features over time and listen to the community feedback to steer our priorities. Pull requests and issues are welcome too.

Please read our announcement blog for more details on how we built Wildebeest.

Tutorial

Follow this tutorial to deploy Wildebeest: