Cloudfalre Wildebeest is an ActivityPub and Mastodon-compatible server. "We are of course assuming that you have a Cloudflare account"
 
 
 
 
 
Go to file
imgbot[bot] 2a8e1fa553
[ImgBot] Optimize images (#1)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: CyberFlame <cyberflameu@gmail.com>
2023-02-12 17:59:31 +13:00
.github/workflows Revert "Ignore missing tfstate for first deploy" 2023-02-09 12:58:58 +00:00
.vscode replace ui tests with e2e tests implemented with playwright 2023-02-04 17:50:24 +00:00
.wrangler/state/d1
backend Merge branch 'cloudflare:main' into main 2023-02-10 09:59:54 -06:00
config clarify UA used for federation 2023-02-07 16:05:56 +00:00
consumer lint ./consumer 2023-02-09 11:52:11 +00:00
do
docs Merge pull request #254 from xmflsct/add-waf-guide 2023-02-11 22:15:24 +00:00
frontend [ImgBot] Optimize images (#1) 2023-02-12 17:59:31 +13:00
functions display image description 2023-02-09 14:53:03 +00:00
migrations MOW-133: add idempotency for posting 2023-02-07 12:01:48 +00:00
scripts Configure firewall on ActivityPub Inbox 2023-02-07 18:13:00 +00:00
tf remove ruleset 2023-02-10 10:27:43 +00:00
ui-e2e-tests add title, description and seo metadata to various pages 2023-02-10 15:18:50 +00:00
.eslintignore
.eslintrc.cjs
.gitignore replace ui tests with e2e tests implemented with playwright 2023-02-04 17:50:24 +00:00
.node-version
.prettierignore
.prettierrc.json
CONTRIBUTING.md
LICENSE
README.md Merge branch 'main' into docs 2023-02-10 17:10:57 +00:00
jest.config.js
package.json Merge pull request #246 from cloudflare/seo-metadata 2023-02-10 15:23:14 +00:00
playwright.config.ts tweak playwright config to make it less flaky 2023-02-07 11:28:21 +00:00
tsconfig.json
wrangler.toml
yarn.lock replace ui tests with e2e tests implemented with playwright 2023-02-04 17:50:24 +00: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: