2024-11-22 09:27:48 -06:00
|
|
|
# ゆめちのくに
|
2023-07-07 17:08:16 -05:00
|
|
|
|
2024-11-22 09:27:48 -06:00
|
|
|
YumechiNoKuni is a fork of Misskey, with a focus on security, observability and reliability.
|
2024-03-02 03:34:49 -06:00
|
|
|
|
2024-11-22 09:27:48 -06:00
|
|
|
[mi.yumechi.jp](https://mi.yumechi.jp) is running this version.
|
2023-07-07 17:08:16 -05:00
|
|
|
|
2024-11-22 09:27:48 -06:00
|
|
|
[Learn more about Misskey](https://misskey-hub.net/)
|
2022-05-24 01:10:00 -05:00
|
|
|
|
2024-11-22 09:27:48 -06:00
|
|
|
## Main differences
|
2022-05-24 01:10:00 -05:00
|
|
|
|
2024-11-22 09:27:48 -06:00
|
|
|
### Unique features
|
2022-05-17 11:12:00 -05:00
|
|
|
|
2024-11-22 09:27:48 -06:00
|
|
|
- Strict ActivityPub sanitization by whitelisting properties and normalizing all referential properties.
|
|
|
|
- Strict Content Security Policy.
|
|
|
|
- Require TLSv1.2+ over port 443 for all ActivityPub requests.
|
|
|
|
- Strongly-typed inbox filtering in Rust.
|
|
|
|
- Reduce needless retries by marking more errors as permanent.
|
|
|
|
- Detailed prometheus metrics for slow requests, DB queries, AP processing, failed auths, etc.
|
|
|
|
- Disable unauthenticated media processing and use custom AppArmored media proxy.
|
|
|
|
- Enable active users in nodeinfo back.
|
|
|
|
- Advertise Git information over nodeinfo for better observability and easy tracking of the actual code running.
|
|
|
|
- Logical replication for the database over mTLS.
|
|
|
|
- More atomic operations in API handlers.
|
2022-05-17 11:12:00 -05:00
|
|
|
|
2024-11-22 09:27:48 -06:00
|
|
|
### Picked from github.com/paricafe/misskey
|
2022-05-24 01:10:00 -05:00
|
|
|
|
2024-11-22 09:27:48 -06:00
|
|
|
- pgroonga full-text search (with modifications).
|
|
|
|
- Better Service Worker caching.
|
|
|
|
- Better hashtag statistics.
|
|
|
|
- Better handling of deep recursive AP objects.
|
2023-07-07 17:08:16 -05:00
|
|
|
|