mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-21 14:51:02 +00:00
An ActivityPub/Fediverse server
activities | ||
core | ||
docker | ||
static | ||
stator | ||
takahe | ||
templates | ||
users | ||
.dockerignore | ||
.gitignore | ||
.pre-commit-config.yaml | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
manage.py | ||
README.md | ||
requirements-dev.txt | ||
requirements.txt | ||
setup.cfg |
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.