16 lines
918 B
Markdown
16 lines
918 B
Markdown
# Mastodon Freak U Edition
|
|
|
|
This is a fork of [glitch-soc](https://github.com/glitch-soc/mastodon) with some minor changes.
|
|
It is currently deployed on [Freak University](https://freak.university).
|
|
You probably don't want to run this fork, but it's provided here for transparency and compliance with the AGPLv3 license.
|
|
|
|
## Changes
|
|
|
|
- Replying to pending account emails replies to the person applying
|
|
- The /api/v1/custom_emojis endpoint includes unlisted emojis
|
|
- The links to the source code support Gitea rather than GitHub
|
|
- The HSTS and Clacks Overhead headers can be customized via environment variables
|
|
- Setting LOCAL_HTTPS to `false` always has an effect, even in production (useful for darknet instances)
|
|
- WebP has been brought back. Animated WebPs posted/uploaded locally still get converted to static WebPs though.
|
|
- Avatars use \<img\> instead of \<div\> to facilitate stealing
|
|
- User IPs are anonymized |