Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soapbox-pub/ditto
Ditto is a tiny but powerful social media server for the decentralized web. This project is a mirror of the source on GitLab.
https://github.com/soapbox-pub/ditto
nostr
Last synced: 28 days ago
JSON representation
Ditto is a tiny but powerful social media server for the decentralized web. This project is a mirror of the source on GitLab.
- Host: GitHub
- URL: https://github.com/soapbox-pub/ditto
- Owner: soapbox-pub
- License: agpl-3.0
- Created: 2024-05-09T01:14:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:13:46.000Z (about 2 months ago)
- Last Synced: 2024-10-29T17:22:55.981Z (about 2 months ago)
- Topics: nostr
- Language: TypeScript
- Homepage: https://gitlab.com/soapbox-pub/ditto
- Size: 4.94 MB
- Stars: 26
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - Ditto - pub/ditto.svg?style=social) - Mastadon server and Nostr relay in one (Relays / Implementations)
README
# Ditto
Ditto is a Nostr server for building resilient communities online.
With Ditto, you can create your own social network that is decentralized, customizable, and free from ads and tracking.For more info see: https://docs.soapbox.pub/ditto/
## Features
- [x] Built-in Nostr relay
- [x] Log in with any Mastodon app
- [x] Like and comment on posts
- [x] Share posts
- [x] Reposts
- [x] Notifications
- [x] Profiles
- [x] Search
- [x] Moderation
- [x] Zaps
- [x] Customizable
- [x] Open source
- [x] Self-hosted
- [x] Decentralized
- [x] No ads
- [x] No tracking
- [x] No censorship## Development
1. Install [Deno](https://deno.land).
2. Clone this repo.
3. Download [Soapbox](https://dl.soapbox.pub/) or another web-based Mastodon client of your choice.
4. Put the frontend files inside the `public` directory.
5. Create an `.env` file.
6. Define `DITTO_NSEC=` in your .env file. You can generate an nsec by running `deno task nsec`.
7. 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 .