nyastodon/README.md
Jeremy Kescher 223daf9f87
Update README.md
Mention that IP address retention/cleanup intervals are now configurable, and that there is a bug regarding this.
2022-07-03 08:45:22 +02:00

1 KiB

Catstodon

Introduction

This Mastodon fork is based on the glitch-soc Fork of Mastodon.

  • To install, take a look at glitch-soc.github.io/docs/. The instructions and features are the same, except for the differences outlined below.
  • Contributing guidelines are available here.

Differences

  • Some files are adjusted specifically for the CatCatNya~ instance. Specifically, these:

    • sounds/boop.mp3
    • sounds/boop.ogg

    You might want to revert these to the upstream files (or your own versions!) if you decide to use this fork for your own instance.

  • The web frontend emoji picker is a blobcat instead of the joy emoji.

  • Editing posts is enabled in the web frontend (thanks, meave for the hint).

  • The duration of retention of IP addresses was made configurable. Unfortunately, the retention of IP addresses is currently coupled to the lifetime of sessions. Decoupling this is currently being worked on.