An experimental Fediverse server for microblogging/"toots". Multiple domain support. Multiple identities per user.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Christof Dorner ba4414dbce
fix /v1/statuses/<id>/favourited_by pagination header error (#550)
1 day ago
.github/workflows Roll buildx back a bit due to manifest issues 2 months ago
activities Always return voters_count (#543) 1 week ago
api fix /v1/statuses/<id>/favourited_by pagination header error (#550) 1 day ago
core Correctly handle GTS mentions of same username 2 days ago
docker Fix image proxy headers 2 weeks ago
docs Fix tuning EOF 1 week ago
mediaproxy Fixes developed from mypy_django script (#312) 3 months ago
static Add ability to follow hashtags 1 week ago
stator Undo one connection per transition 2 months ago
takahe Add ability to follow hashtags 1 week ago
templates Add ability to follow hashtags 1 week ago
tests Handle posts with only contentMap as post instead of interaction (#549) 1 day ago
users Handle posts with only contentMap as post instead of interaction (#549) 1 day ago
.buildpacks Heroku/Dokku buildpack support 4 months ago
.dockerignore Initial support for IceCubes (#532) 2 weeks ago
.gitignore Update ignore files for broader fly file usage (#353) 3 months ago
.pre-commit-config.yaml Move to a new HTML parser/stripper 2 months ago
.readthedocs.yaml Use dirhtml on RTD 4 months ago
Aptfile Heroku/Dokku buildpack support 4 months ago
LICENSE Improving contributing docs/process 4 months ago
Makefile Add Makefile targets for some common/useful development tasks (#358) 3 months ago
Procfile Add a special release task to Procfile. (#86) 4 months ago
README.md Releasing 0.8 1 month ago
development.env Add Makefile targets for some common/useful development tasks (#358) 3 months ago
manage.py Simplified settings 4 months ago
requirements-dev.txt Enable post search to other supported post types (#481) 2 months ago
requirements.txt Allow single IDs in familiar_followers 2 days ago
runtime.txt Set the content type and disposition of webp files uploaded to S3 3 months ago
setup.cfg Refactor HTML rendering into one place 3 months ago
test.env Force testing settings during test 4 months ago

README.md

takahē

A beta Fediverse server for microblogging/"toots". Not fully polished yet - we're still working towards a 1.0!

Current version: 0.8

Key features:

  • Multiple domain support, allowing you to host as many domains as you like on a single running instance.
  • Multiple identity support, allowing users to represent themselves in as many different ways as they want.
  • Easy deployment and maintenance, so you can focus on looking after your community rather than trying to wrangle with the software.
  • Mastodon Client API compatible, so users can use their favourite client apps just as they would with Mastodon or other compatible servers.

For more background and information, see jointakahe.org.

takahe-expanded takahe-compact

Deployment

See our deployment documentation.

For changelog and update notes, visit our releases documentation.

Roadmap

Takahē is still under very active development towards a 1.0 release, and not all functionality is supported yet.

For a detailed feature breakdown, see the features page in our docs.

For an idea of what features are currently in flight, see our project board for the next release.

Contributing

If you'd like to contribute, please read our contributing docs.