All Projects → gazpachoteam → hanatachi

gazpachoteam / hanatachi

Licence: other
Hanatachi is a free, open-source social network server for federated blogging

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to hanatachi

gotosocial
Golang fediverse server.
Stars: ✭ 400 (+2122.22%)
Mutual labels:  federation, activitystreams, activitypub
Plume
Federated blogging application, thanks to ActivityPub (now on https://git.joinplu.me/ — this is just a mirror)
Stars: ✭ 1,615 (+8872.22%)
Mutual labels:  federation, activitystreams, activitypub
pylodon
Flask-based ActivityPub server
Stars: ✭ 86 (+377.78%)
Mutual labels:  federation, activitystreams, activitypub
pherephone
An ActivityPub server that reblogs all the statuses of certain actors.
Stars: ✭ 22 (+22.22%)
Mutual labels:  federation, activitystreams, activitypub
Reel2bits
Self-hosted Soundtracks and Podcasts sharing, with ActivityPub federation.
Stars: ✭ 128 (+611.11%)
Mutual labels:  federation, activitypub
The Federation.info
Statistics hub for the Fediverse
Stars: ✭ 101 (+461.11%)
Mutual labels:  federation, activitypub
Misskey
🌎 An interplanetary microblogging platform 🚀
Stars: ✭ 2,244 (+12366.67%)
Mutual labels:  federation, activitypub
Pump.io
Social server with an ActivityStreams API
Stars: ✭ 2,091 (+11516.67%)
Mutual labels:  federation, activitystreams
Bookwyrm
Social reading and reviewing, decentralized with ActivityPub
Stars: ✭ 483 (+2583.33%)
Mutual labels:  federation, activitypub
Dolphin
🐬 A Lightweight ActivityPub Server
Stars: ✭ 158 (+777.78%)
Mutual labels:  federation, activitypub
gancio
a shared agenda for local communities (with activitypub support)
Stars: ✭ 21 (+16.67%)
Mutual labels:  federation, activitypub
Federation
Python library for abstracting social federation protocols
Stars: ✭ 93 (+416.67%)
Mutual labels:  federation, activitypub
cherrypick
🌎 A interplanetary communication platform 🚀
Stars: ✭ 40 (+122.22%)
Mutual labels:  federation, activitypub
bookwyrm
Social reading and reviewing, decentralized with ActivityPub
Stars: ✭ 1,499 (+8227.78%)
Mutual labels:  federation, activitypub
writefreely
A clean, Markdown-based publishing platform made for writers. Write together and build a community.
Stars: ✭ 2,866 (+15822.22%)
Mutual labels:  federation, activitypub
Forgefed
An extension to ActivityPub for web-based Git services federation.
Stars: ✭ 874 (+4755.56%)
Mutual labels:  federation, activitypub
Mobilizon
Gather, organize and mobilize yourselves with a convivial, ethical, and emancipating tool.
Stars: ✭ 164 (+811.11%)
Mutual labels:  federation, activitypub
Socialhome
A federated social home
Stars: ✭ 282 (+1466.67%)
Mutual labels:  federation, activitypub
Social
🎉 Social can be used for work, or to connect to the fediverse!
Stars: ✭ 302 (+1577.78%)
Mutual labels:  federation, activitypub
Writefreely
A clean, Markdown-based publishing platform made for writers. Write together, and build a community.
Stars: ✭ 2,479 (+13672.22%)
Mutual labels:  federation, activitypub

Hanatachi

Hanatachi is a free, open-source social network server for federated blogging based on the ActivityPub open web protocol.

Configuration for development and test environments

Prerequisites: install git, Ruby 2.4.2, bundler gem, and MySQL (5.7.5+).

git clone https://gitlab.com/ortegacmanuel/hanatachi.git
cd hanatachi
bundle install
cp config/application.yml.example config/application.yml
bin/rake db:create
bin/rake db:migrate

Run the app locally:

bin/rails s
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].