mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 18:07:31 -07:00
DragonflyDB
Update 'README.md' Redis v6 is minimum Update 'README.md' Nvm, dragonfly needs more work... Update 'CALCKEY.md'
This commit is contained in:
parent
9499737cd8
commit
a3f0478d16
2 changed files with 23 additions and 18 deletions
39
CALCKEY.md
39
CALCKEY.md
|
@ -2,23 +2,28 @@
|
||||||
|
|
||||||
## Planned
|
## Planned
|
||||||
|
|
||||||
- MFM button
|
- Stucture
|
||||||
- Sonic search support
|
- Sonic search support
|
||||||
- Use Cassandra for storing notes
|
- DragonflyDB support
|
||||||
- Federate with note edits
|
- Use Cassandra for storing notes
|
||||||
- Classic mode make instance icon bring up new context menu
|
- Rewrite backend in Rust and Axum
|
||||||
- Exclude self from antenna
|
- Function
|
||||||
- Backfill remote users
|
- Federate with note edits
|
||||||
- User "choices" (recommended users) like Mastodon and Soapbox
|
- User "choices" (recommended users) like Mastodon and Soapbox
|
||||||
- Option to publicize instance blocks
|
- Join Reason system like Mastodon/Pleroma
|
||||||
- Fully revamp non-logged-in screen
|
- Option to publicize instance blocks
|
||||||
- Personal notes for all accounts
|
- Backfill remote users
|
||||||
- Non-nyaify cat mode
|
- Build flag to remove NSFW/AI stuff
|
||||||
- Timeline filters
|
- Timeline filters
|
||||||
- Filter notifications by user
|
- Filter notifications by user
|
||||||
- Join Reason system like Mastodon/Pleroma
|
- Non-nyaify cat mode
|
||||||
- Build flag to remove NSFW/AI stuff
|
- Exclude self from antenna
|
||||||
- [Rat mode?](https://stop.voring.me/notes/933fx97bmd)
|
- Form
|
||||||
|
- MFM button
|
||||||
|
- Personal notes for all accounts
|
||||||
|
- Fully revamp non-logged-in screen
|
||||||
|
- Classic mode make instance icon bring up new context menu
|
||||||
|
- [Rat mode?](https://stop.voring.me/notes/933fx97bmd)
|
||||||
|
|
||||||
## Work in progress
|
## Work in progress
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ This guide will work for both **starting from scratch** and **migrating from Mis
|
||||||
- 🐢 At least [NodeJS](https://nodejs.org/en/) v18.12.1 (v19 recommended)
|
- 🐢 At least [NodeJS](https://nodejs.org/en/) v18.12.1 (v19 recommended)
|
||||||
- Install with [nvm](https://github.com/nvm-sh/nvm)
|
- Install with [nvm](https://github.com/nvm-sh/nvm)
|
||||||
- 🐘 At least [PostgreSQL](https://www.postgresql.org/) v12
|
- 🐘 At least [PostgreSQL](https://www.postgresql.org/) v12
|
||||||
- 🍱 At least [Redis](https://redis.io/) v6 (v7 recommended) or [Titan](https://github.com/distributedio/titan)
|
- 🍱 At least [Redis](https://redis.io/) v6 (v7 recommend)
|
||||||
|
|
||||||
### 😗 Optional dependencies
|
### 😗 Optional dependencies
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue