All Projects β†’ thefederationinfo β†’ The Federation.info

thefederationinfo / The Federation.info

Licence: agpl-3.0
Statistics hub for the Fediverse

Projects that are alternatives of or similar to The Federation.info

Federation
Python library for abstracting social federation protocols
Stars: ✭ 93 (-7.92%)
Mutual labels:  activitypub, matrix, federation
Social
πŸŽ‰ Social can be used for work, or to connect to the fediverse!
Stars: ✭ 302 (+199.01%)
Mutual labels:  activitypub, mastodon, federation
gotosocial
Golang fediverse server.
Stars: ✭ 400 (+296.04%)
Mutual labels:  mastodon, federation, activitypub
Plume
Federated blogging application, thanks to ActivityPub (now on https://git.joinplu.me/ β€” this is just a mirror)
Stars: ✭ 1,615 (+1499.01%)
Mutual labels:  activitypub, decentralization, federation
Reel2bits
Self-hosted Soundtracks and Podcasts sharing, with ActivityPub federation.
Stars: ✭ 128 (+26.73%)
Mutual labels:  activitypub, decentralization, federation
Wordpress Activitypub
ActivityPub for WordPress
Stars: ✭ 118 (+16.83%)
Mutual labels:  activitypub, mastodon, wordpress
Bookwyrm
Social reading and reviewing, decentralized with ActivityPub
Stars: ✭ 483 (+378.22%)
Mutual labels:  activitypub, decentralization, federation
bookwyrm
Social reading and reviewing, decentralized with ActivityPub
Stars: ✭ 1,499 (+1384.16%)
Mutual labels:  federation, decentralization, activitypub
ligh7hau5
A Matrix (https://matrix.org/docs/spec/) to Fediverse / ActivityPub client / bridge. Also, some media proxying.
Stars: ✭ 26 (-74.26%)
Mutual labels:  matrix, mastodon, activitypub
Pixelfed
Photo Sharing. For Everyone.
Stars: ✭ 3,237 (+3104.95%)
Mutual labels:  activitypub, federation
Socialhome
A federated social home
Stars: ✭ 282 (+179.21%)
Mutual labels:  activitypub, federation
Aardwolf
Powering connected social communities with open software.
Stars: ✭ 379 (+275.25%)
Mutual labels:  activitypub, mastodon
gomphotherium
Gomphotherium (/ΛŒΙ‘Ι’mfΙ™ΛˆΞΈΙͺΙ™riΙ™m/; "welded beast"), a command line Mastodon client.
Stars: ✭ 22 (-78.22%)
Mutual labels:  mastodon, activitypub
Rustodon
A Mastodon-compatible, ActivityPub-speaking server in Rust
Stars: ✭ 434 (+329.7%)
Mutual labels:  activitypub, mastodon
kibou
Kibou is a lightweight federated social networking server written in Rust. This is only a mirror! The real repository is on https://git.cybre.club/kibouproject/kibou
Stars: ✭ 41 (-59.41%)
Mutual labels:  federation, activitypub
merveilles-town
Fork of Mastodon repository with modifications to make Merveilles a town of our own.
Stars: ✭ 23 (-77.23%)
Mutual labels:  mastodon, activitypub
Armadillo Code
Armadillo: fast C++ library for linear algebra & scientific computing - http://arma.sourceforge.net
Stars: ✭ 388 (+284.16%)
Mutual labels:  matrix, statistics
Gonum
Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more
Stars: ✭ 5,384 (+5230.69%)
Mutual labels:  matrix, statistics
Forgefed
An extension to ActivityPub for web-based Git services federation.
Stars: ✭ 874 (+765.35%)
Mutual labels:  activitypub, federation
Owl
Owl - OCaml Scientific and Engineering Computing @ http://ocaml.xyz
Stars: ✭ 919 (+809.9%)
Mutual labels:  matrix, statistics

IMPORTANT: This project is largely in low maintenance mode

If you wish to change that, please become a contributor. Active contributors will be awarded full ownership of the code repository and if wanted, ownership of the domain too. As original author and maintainer, I don't intend to work on this project much at all in the future. I would however like it to live and pass on to other more enthusiastic maintainers.

The-Federation.info

Tracking various projects using the ActivityPub, Matrix, Diaspora, OStatus and other protocols.

Site found at: https://the-federation.info

How to get your platform listed

The recommended metadata to implement is NodeInfo2.

Failing that, NodeInfo works too.

Mastodon and Matrix instances are scraped with a dedicated scraper since they don't (yet) provide generic metadata.

OK, I've done that, what now?

Register your node here, for example https://the-federation.info/register/mynode.tld. If it is a success, you're good! If your platform is new, or you want to update an existing platform information, raise an issue providing the following:

  • URL to code
  • Description
  • Display name
  • Code license
  • Icon
  • URL to install guide
  • Tagline
  • URL to official website

If it's closed source, leave out link to code and install guide. Icon can be any size, currently only using 16px. Possibly will have a larger image at some point on the platform page. Tagline is a kind of short one sentence marketing line, see other platforms.

Code of Conduct

While interactions on our site is not possible, we expect sites we list to have a humane code of conduct in place. Should sites who fail to ban content that can be found generally harmful, that node will be blocked from listing here.

Harmful content can be, but not limited to, malware, graphical material of minorities, abusive images, hateful content, racist content and climate denialism. The admins of this site reserve the right to decide case by case on blocking of nodes. Please report any nodes violating our terms to the admins.

Tech stack

  • Node 10
  • Python 3.6
  • Django 2.0
  • PostgreSQL
  • Vue 2
  • Webpack
  • GraphQL

Development

Dependencies

pip install -U pip setuptools pip-tools
pip-sync dev-requirements.txt

DB

sudo su - postgres
createuser -s -P thefederation  # give password 'thefederation'
createdb -O thefederation thefederation
exit
python manage.py migrate

Frontend

Build Setup

# install dependencies
npm i

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Authors

See other awesome contributors!

License

Source code: AGPLv3

Third party

This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].