An ActivityPub/Fediverse server
Go to file
Andrew Godwin 34b24a0dcb More UI!
2022-11-13 16:15:14 -07:00
activities More UI! 2022-11-13 16:15:14 -07:00
core More UI! 2022-11-13 16:15:14 -07:00
docker Start some settings work 2022-11-12 22:10:06 -07:00
static More UI! 2022-11-13 16:15:14 -07:00
stator Posting and fan-out both working 2022-11-11 23:04:43 -07:00
takahe More UI! 2022-11-13 16:15:14 -07:00
templates More UI! 2022-11-13 16:15:14 -07:00
users More UI! 2022-11-13 16:15:14 -07:00
.dockerignore Add basic docker support 2022-11-08 21:05:51 -07:00
.gitignore Add basic docker support 2022-11-08 21:05:51 -07:00
.pre-commit-config.yaml Got up to incoming posts working 2022-11-11 22:02:43 -07:00
CONTRIBUTING.md Improving contributing docs/process 2022-11-13 13:57:27 -07:00
LICENSE Improving contributing docs/process 2022-11-13 13:57:27 -07:00
Makefile Start some settings work 2022-11-12 22:10:06 -07:00
manage.py Improving contributing docs/process 2022-11-13 13:57:27 -07:00
README.md Improving contributing docs/process 2022-11-13 13:57:27 -07:00
requirements-dev.txt Improving contributing docs/process 2022-11-13 13:57:27 -07:00
requirements.txt More UI! 2022-11-13 16:15:14 -07:00
setup.cfg More UI! 2022-11-13 16:15:14 -07:00

takahē

A very experimental Fediverse server for microblogging/"toots". Not fully functional yet - I'm still working on making all the basic bits work!

Goals:

  • Can run on serverless hosting
  • Multiple account domains possible per server
  • Mastodon client API compatible
  • Async evented core for fan-out/delivery

Deployment

Requirements:

  • Python 3.11
  • Postgresql 14+
  • Lots of patience This is very experimental

Contributing

If you'd like to contribute, please read CONTRIBUTING.md.