mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 00:08:06 +01:00
Update README.md
Some checks failed
Bundler Audit / security (push) Has been cancelled
Check i18n / check-i18n (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (ruby) (push) Has been cancelled
Crowdin / Upload translations / upload-translations (push) Has been cancelled
Check formatting / lint (push) Has been cancelled
CSS Linting / lint (push) Has been cancelled
Haml Linting / lint (push) Has been cancelled
JavaScript Linting / lint (push) Has been cancelled
Ruby Linting / lint (push) Has been cancelled
JavaScript Testing / test (push) Has been cancelled
Historical data migration test / test (14-alpine) (push) Has been cancelled
Historical data migration test / test (15-alpine) (push) Has been cancelled
Ruby Testing / build (production) (push) Has been cancelled
Ruby Testing / build (test) (push) Has been cancelled
Ruby Testing / test (.ruby-version) (push) Has been cancelled
Ruby Testing / test (3.1) (push) Has been cancelled
Ruby Testing / test (3.2) (push) Has been cancelled
Ruby Testing / Libvips tests (.ruby-version) (push) Has been cancelled
Ruby Testing / Libvips tests (3.1) (push) Has been cancelled
Ruby Testing / Libvips tests (3.2) (push) Has been cancelled
Ruby Testing / End to End testing (.ruby-version) (push) Has been cancelled
Ruby Testing / End to End testing (3.1) (push) Has been cancelled
Ruby Testing / End to End testing (3.2) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.10.2) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (.ruby-version, opensearchproject/opensearch:2) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (3.1, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (3.2, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Has been cancelled
Some checks failed
Bundler Audit / security (push) Has been cancelled
Check i18n / check-i18n (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (ruby) (push) Has been cancelled
Crowdin / Upload translations / upload-translations (push) Has been cancelled
Check formatting / lint (push) Has been cancelled
CSS Linting / lint (push) Has been cancelled
Haml Linting / lint (push) Has been cancelled
JavaScript Linting / lint (push) Has been cancelled
Ruby Linting / lint (push) Has been cancelled
JavaScript Testing / test (push) Has been cancelled
Historical data migration test / test (14-alpine) (push) Has been cancelled
Historical data migration test / test (15-alpine) (push) Has been cancelled
Ruby Testing / build (production) (push) Has been cancelled
Ruby Testing / build (test) (push) Has been cancelled
Ruby Testing / test (.ruby-version) (push) Has been cancelled
Ruby Testing / test (3.1) (push) Has been cancelled
Ruby Testing / test (3.2) (push) Has been cancelled
Ruby Testing / Libvips tests (.ruby-version) (push) Has been cancelled
Ruby Testing / Libvips tests (3.1) (push) Has been cancelled
Ruby Testing / Libvips tests (3.2) (push) Has been cancelled
Ruby Testing / End to End testing (.ruby-version) (push) Has been cancelled
Ruby Testing / End to End testing (3.1) (push) Has been cancelled
Ruby Testing / End to End testing (3.2) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.10.2) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (.ruby-version, opensearchproject/opensearch:2) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (3.1, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (3.2, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Has been cancelled
Change some long-outdated info, add info about stable branches.
This commit is contained in:
parent
9090719153
commit
455a03ef08
1 changed files with 18 additions and 15 deletions
33
README.md
33
README.md
|
@ -2,30 +2,33 @@
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
This Mastodon fork is based on the [glitch-soc Fork of Mastodon](https://github.com/glitch-soc/mastodon), with changes
|
This Mastodon fork is based on the [glitch-soc Fork of Mastodon](https://github.com/glitch-soc/mastodon), historically
|
||||||
made to suit [CatCatNya~](https://catcatnya.com).
|
with changes made to suit [CatCatNya~](https://catcatnya.com).
|
||||||
I intend to contribute some useful differences back to [glitch-soc](https://github.com/glitch-soc/mastodon)
|
Some changes may be contributed back to [glitch-soc](https://github.com/glitch-soc/mastodon). Non-security contributions
|
||||||
and [vanilla Mastodon](https://github.com/mastodon/mastodon).
|
to Vanilla Mastodon have ceased for Fediverse-political reasons.
|
||||||
|
|
||||||
To install, take a look at [glitch-soc.github.io/docs/](https://glitch-soc.github.io/docs/). The instructions and
|
To install, take a look at [glitch-soc.github.io/docs/](https://glitch-soc.github.io/docs/). The instructions and
|
||||||
features are the same, except for the differences outlined below.
|
features are the same, except for the differences outlined below.
|
||||||
|
|
||||||
Contributing guidelines are available [here](CONTRIBUTING.md).
|
Contributing guidelines are available [here](CONTRIBUTING.md).
|
||||||
|
|
||||||
Note: Use the main branch only for forks. `develop` branch may, at times,
|
Note: **Use the `main` branch only for forks.** The `develop` branch is experimental, has no stable state, and is only
|
||||||
be force-pushed to (mostly for undoing cherry-picking of vanilla commits when upstream adopts them).
|
used for testing changes on [the staging instance](https://cts.kescher.at).
|
||||||
I highly suggest only ever running the `main` branch in production, as is done for [CatCatNya~](https://catcatnya.com)!
|
For production, it is suggested you run:
|
||||||
I also highly suggest not rebasing on this if you are maintaining a fork,
|
|
||||||
instead, use merge (fast-forward, if possible, with merge commit otherwise).
|
- any of the `stable/*` branches or stable tags
|
||||||
|
- do note, however, that these branches/tags have a similar support cycle to upstream, and therefore also to vanilla
|
||||||
|
Mastodon!
|
||||||
|
- the `main` branch, which is comparable to "nightly" versions in vanilla Mastodon.
|
||||||
|
|
||||||
## Differences
|
## Differences
|
||||||
|
|
||||||
- Some files are adjusted specifically for the CatCatNya~ instance. Specifically, these:
|
- Some files are adjusted specifically for the CatCatNya~ instance, and you may want revert/change them. Specifically,
|
||||||
|
these:
|
||||||
- sounds/boop.mp3
|
- sounds/boop.mp3
|
||||||
- sounds/boop.ogg
|
- sounds/boop.ogg
|
||||||
<br>You might want to revert these to the upstream files (or your own versions!) if you decide to use this fork for
|
- The rate limits for authenticated users have been relaxed a bit. Vanilla Mastodon, and by extension glitch-soc, sadly
|
||||||
your own instance.
|
has rate-limits that make it possible to run into these rate-limits during normal usage.
|
||||||
- The rate limits for authenticated users have been relaxed a bit.
|
|
||||||
- The API endpoint `/api/v1/custom_emojis` is no longer affected by AUTHORIZED_FETCH, allowing anyone to copy custom
|
- The API endpoint `/api/v1/custom_emojis` is no longer affected by AUTHORIZED_FETCH, allowing anyone to copy custom
|
||||||
emojis.
|
emojis.
|
||||||
- Allow higher resolution images. (4096x4096 instead of the previous limit of 3840x2160)
|
- Allow higher resolution images. (4096x4096 instead of the previous limit of 3840x2160)
|
||||||
|
@ -49,13 +52,13 @@ instead, use merge (fast-forward, if possible, with merge commit otherwise).
|
||||||
- This is simply to allow custom emoji compat with other fedi software.
|
- This is simply to allow custom emoji compat with other fedi software.
|
||||||
- Original patch by hazycora: https://github.com/TheEssem/mastodon/commit/2dde7a25a47a23f827e2fd2d07f55438f9985181
|
- Original patch by hazycora: https://github.com/TheEssem/mastodon/commit/2dde7a25a47a23f827e2fd2d07f55438f9985181
|
||||||
|
|
||||||
## Previous differences now merged into glitch-soc
|
## Contributions to glitch-soc Mastodon
|
||||||
|
|
||||||
- Fixed incorrect upload size limit display when adding new a new custom
|
- Fixed incorrect upload size limit display when adding new a new custom
|
||||||
emoji. ([Pull request](https://github.com/glitch-soc/mastodon/pull/1763))
|
emoji. ([Pull request](https://github.com/glitch-soc/mastodon/pull/1763))
|
||||||
- Everything merged into vanilla Mastodon
|
- Everything merged into vanilla Mastodon
|
||||||
|
|
||||||
## Previous differences now merged into vanilla Mastodon
|
## Contributions to Vanilla Mastodon
|
||||||
|
|
||||||
- The period of retention of IP addresses and sessions was made
|
- The period of retention of IP addresses and sessions was made
|
||||||
configurable. ([Pull request](https://github.com/mastodon/mastodon/pull/18757))
|
configurable. ([Pull request](https://github.com/mastodon/mastodon/pull/18757))
|
||||||
|
|
Loading…
Reference in a new issue