An experimental Fediverse server for microblogging/"toots". Multiple domain support. Multiple identities per user.
 
 
 
 
 
 
Go to file
Michael Manfre 5a8b6bb3d0
Improving contributing docs/process
2022-11-13 13:57:27 -07:00
activities Post URIs and host-meta 2022-11-12 21:14:21 -07:00
core Start some settings work 2022-11-12 22:10:06 -07:00
docker Start some settings work 2022-11-12 22:10:06 -07:00
static Start having some sort of visual style 2022-11-12 23:21:52 -07:00
stator Posting and fan-out both working 2022-11-11 23:04:43 -07:00
takahe Improving contributing docs/process 2022-11-13 13:57:27 -07:00
templates Start having some sort of visual style 2022-11-12 23:21:52 -07:00
users Improving contributing docs/process 2022-11-13 13:57:27 -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
README.md Improving contributing docs/process 2022-11-13 13:57:27 -07:00
manage.py 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 Improving contributing docs/process 2022-11-13 13:57:27 -07:00
setup.cfg Improving contributing docs/process 2022-11-13 13:57:27 -07:00

README.md

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.