mastodon/README.md

31 lines
752 B
Markdown
Raw Permalink Normal View History

2023-07-11 22:08:12 +02:00
# Mastodon - Paravielfalt Edition
2023-07-11 22:08:12 +02:00
Dieses Repository enthält den Quellcode für [paravielfalt.zone](https://paravielfalt.zone).
Die Instanz basiert auf Mastodon und ist vom offiziellen Quellcode-Repository geforkt: <https://github.com/mastodon/mastodon>.
2016-03-21 09:19:16 +01:00
2016-10-24 12:37:06 +02:00
2023-07-11 22:08:12 +02:00
## Änderungsübersicht
2016-10-05 13:37:47 +02:00
Gegenüber der Mastodon-Standardinstallation gibt es folgende Änderungen.
2016-10-05 13:37:47 +02:00
2023-07-11 22:08:12 +02:00
- Zeichenlimit von 500 auf 700 Zeichen erhöht
- IP-Adressen anonymisiert
- Nur Administratoren dürfen die Versionsnummer sehen
2016-09-24 20:44:47 +02:00
2023-07-11 22:08:12 +02:00
[Vollständige Liste aller Änderungen](https://git.rabbithole.cyou/paravielfalt/mastodon/compare/stable-4.1...paravielfalt-4.1).
## Neue Version bauen
```sh
git tag v4.1.4-pvz$(date '+%y%m%d%H%M')
```
```sh
git push --tag
```
Build in Drone aktzeptieren.