Go to file
Alex Gleason bbaa5da0a0
docs: frontendConfig -> pleroma.config
2024-01-08 18:21:35 -06:00
.vscode deno.json: exclude public directory to prevent LSP from crashing 2024-01-07 14:40:30 -06:00
data Improve TrendsDB, add loopback script, almost ready to do something? 2023-07-25 15:30:58 -05:00
docs docs: frontendConfig -> pleroma.config 2024-01-08 18:21:35 -06:00
fixtures/events Add Event<30361> fixture 2023-12-30 10:29:05 -06:00
installation Serve static files from nginx 2023-10-11 21:33:13 -05:00
public Serve a frontend through Ditto 2023-09-11 00:19:56 -05:00
scripts Refactor EventStore to use a more Set-like interface 2024-01-08 15:18:01 -06:00
src Implement Pleroma config GET controller 2024-01-08 18:01:24 -06:00
static/images Use default avatar and banner from repo, instead of linking out to image 2023-09-11 15:36:09 -05:00
.gitignore gitignore .cpuprofile files 2023-12-27 17:36:17 -06:00
.gitlab-ci.yml gitlab-ci: fix DITTO_NSEC in tests 2023-12-29 23:29:38 -06:00
.tool-versions Upgrade Deno to v1.39.0 2023-12-17 11:02:44 -06:00
LICENSE Add AGPL license 2023-04-02 14:11:07 -05:00
README.md Revert "Add Ditto banner to readme" 2023-07-12 19:44:41 -05:00
deno.json deno.json: exclude public directory to prevent LSP from crashing 2024-01-07 14:40:30 -06:00
ditto-planet.png Revert "Add Ditto banner to readme" 2023-07-12 19:44:41 -05:00

README.md

Ditto

Ditto is a tiny but powerful social media server for the decentralized web. With Ditto you will be able to interact across protocols and networks, and build your own social media experience.

⚠️ This software is a work in progress.

Supported protocols

  • Nostr
  • ActivityPub

Features

  • Follow users across networks
  • Post to multiple networks at once
  • Log in with any Mastodon app
  • Like and comment on posts
  • Share posts
  • Reposts
  • Notifications
  • Profiles
  • Search
  • Moderation
  • Customizable
  • Open source
  • Self-hosted
  • Decentralized
  • No ads
  • No tracking
  • No censorship

Federation

Ditto is primarily a Nostr client, using a Nostr relay as its database. ActivityPub objects are translated into Nostr events in realtime and cached by the Ditto server. When you submit a post, it sends it to your Nostr relay and then fans it out to the ActivityPub network.

The main way to use Ditto is with a Mastodon app. Or you can connect directly to the Nostr relay with a Nostr client.

Installation

TODO

Development

  1. Install Deno.
  2. Clone this repo.
  3. Run deno task dev

License

© Alex Gleason & other Ditto contributors

Ditto is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Ditto is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with Ditto. If not, see https://www.gnu.org/licenses/.