ditto/README.md

58 lines
1.7 KiB
Markdown
Raw Normal View History

2023-04-02 19:10:50 +00:00
# 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.
2023-07-12 18:53:58 +00:00
For more info see: https://docs.soapbox.pub/ditto/
<img width="400" src="ditto-planet.png">
2023-07-12 18:53:58 +00:00
2023-07-12 04:24:41 +00:00
⚠️ This software is a work in progress.
2023-07-12 18:53:58 +00:00
## Features
- [x] Built-in Nostr relay
2023-07-12 18:53:58 +00:00
- [x] Log in with any Mastodon app
- [x] Like and comment on posts
- [x] Share posts
2024-04-09 23:43:03 +00:00
- [x] Reposts
2023-07-12 18:53:58 +00:00
- [ ] Notifications
- [x] Profiles
- [ ] Search
- [ ] Moderation
2024-05-10 16:10:11 +00:00
- [ ] Zaps
2023-07-12 18:53:58 +00:00
- [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).
2024-03-29 17:59:11 +00:00
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.
2024-03-29 20:26:10 +00:00
5. Create an `.env` file.
6. Define `DITTO_NSEC=<value>` in your .env file. You can generate an nsec by running `deno task nsec`.
2024-03-29 20:26:10 +00:00
7. Run `deno task dev`.
2023-07-12 18:53:58 +00:00
## License
© Alex Gleason & other Ditto contributors
2023-07-12 18:53:58 +00:00
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/>.