All Projects → syuilo → Dolphin

syuilo / Dolphin

Licence: agpl-3.0
🐬 A Lightweight ActivityPub Server

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Dolphin

kibou
Kibou is a lightweight federated social networking server written in Rust. This is only a mirror! The real repository is on https://git.cybre.club/kibouproject/kibou
Stars: ✭ 41 (-74.05%)
Mutual labels:  federation, activitypub
The Federation.info
Statistics hub for the Fediverse
Stars: ✭ 101 (-36.08%)
Mutual labels:  activitypub, federation
gotosocial
Golang fediverse server.
Stars: ✭ 400 (+153.16%)
Mutual labels:  federation, activitypub
gancio
a shared agenda for local communities (with activitypub support)
Stars: ✭ 21 (-86.71%)
Mutual labels:  federation, activitypub
Reel2bits
Self-hosted Soundtracks and Podcasts sharing, with ActivityPub federation.
Stars: ✭ 128 (-18.99%)
Mutual labels:  activitypub, federation
pherephone
An ActivityPub server that reblogs all the statuses of certain actors.
Stars: ✭ 22 (-86.08%)
Mutual labels:  federation, activitypub
Socialhome
A federated social home
Stars: ✭ 282 (+78.48%)
Mutual labels:  activitypub, federation
pylodon
Flask-based ActivityPub server
Stars: ✭ 86 (-45.57%)
Mutual labels:  federation, activitypub
Forgefed
An extension to ActivityPub for web-based Git services federation.
Stars: ✭ 874 (+453.16%)
Mutual labels:  activitypub, federation
Bookwyrm
Social reading and reviewing, decentralized with ActivityPub
Stars: ✭ 483 (+205.7%)
Mutual labels:  activitypub, federation
beep-beep
Fictional p2p protocol
Stars: ✭ 34 (-78.48%)
Mutual labels:  federation, activitypub
Misskey
🌎 An interplanetary microblogging platform 🚀
Stars: ✭ 2,244 (+1320.25%)
Mutual labels:  activitypub, federation
misskey
🌎 An interplanetary microblogging platform 🚀
Stars: ✭ 2,895 (+1732.28%)
Mutual labels:  federation, activitypub
hanatachi
Hanatachi is a free, open-source social network server for federated blogging
Stars: ✭ 18 (-88.61%)
Mutual labels:  federation, activitypub
writefreely
A clean, Markdown-based publishing platform made for writers. Write together and build a community.
Stars: ✭ 2,866 (+1713.92%)
Mutual labels:  federation, activitypub
Pixelfed
Photo Sharing. For Everyone.
Stars: ✭ 3,237 (+1948.73%)
Mutual labels:  activitypub, federation
cherrypick
🌎 A interplanetary communication platform 🚀
Stars: ✭ 40 (-74.68%)
Mutual labels:  federation, activitypub
bookwyrm
Social reading and reviewing, decentralized with ActivityPub
Stars: ✭ 1,499 (+848.73%)
Mutual labels:  federation, activitypub
Social
🎉 Social can be used for work, or to connect to the fediverse!
Stars: ✭ 302 (+91.14%)
Mutual labels:  activitypub, federation
Plume
Federated blogging application, thanks to ActivityPub (now on https://git.joinplu.me/ — this is just a mirror)
Stars: ✭ 1,615 (+922.15%)
Mutual labels:  activitypub, federation

Dolphin

Dolphin

Dolphin is a lightweight ActivityPub server for personal (or team).

Become a Patron!

🍀 Why Dolphin

Dolphin is a fork of Misskey and a sister project of it. While inheriting attractive features such as reaction and high performance, it has been optimized for single-user use. As a result, it is easier to use and lighter.

Looking for a lightweight, high-performance ActivityPub server? Want to use Misskey, but is it heavy to use alone? Try Dolphin.

✨ Gallery

📊 Comparison

Misskey Dolphin Mastodon
Reactions ✔️ ✔️
LTL ✔️ ✔️
STL ✔️
GTL ✔️ ✔️
Messaging ✔️
Games ✔️
Pages ✔️
List ✔️ ✔️ ✔️
Group ✔️

Build time

X axis represents seconds. Lower is better.

📦 Install

Create Dolphin user

Running dolphin as root is not a good idea so we need to create another user for that

For example:

adduser --disabled-password --disabled-login dolphin

Install dependencies

Please install and setup these softwares:

Install Dolphin

  1. Connect to Dolphin user

    su - dolphin

  2. Clone the Dolphin repo

    git clone -b master git://github.com/syuilo/dolphin.git

  3. Navigate to Dolphin directory

    cd dolphin

  4. Install Dolphin dependencies.

    npm i

Configure Dolphin

  1. Copy the .config/example.yml and rename it to default.yml.

    cp .config/example.yml .config/default.yml

  2. Edit default.yml

    e.g. vim .config/default.yml

Build Dolphin

Build dolphin with the following:

NODE_ENV=production npm run build

If you're on Debian... You will need to install the `build-essential`, `python` package.
If you're still encountering errors about some modules... Use node-gyp:
  1. npx node-gyp configure
  2. npx node-gyp build
  3. NODE_ENV=production npm run build

Initialize database

npm run init

That is it.

Launch Dolphin

NODE_ENV=production npm start

Enjoy!

🆕 How to update your Dolphin

  1. git pull
  2. npm i
  3. NODE_ENV=production npm run build
  4. npm run migrate
  5. Restart your Dolphin process to apply changes

🛠️ Contribution

Localization

Visit https://crowdin.com/project/dolphin-ap

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].