forked from mirrors/catstodon
Somewhat experimental and sporadically maintained fork of a fork of a fork of Mastodon
https://girldick.gay
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.devcontainer | 3 months ago | |
.github | 3 months ago | |
.husky | 6 months ago | |
app | 2 months ago | |
bin | 4 months ago | |
chart | 10 months ago | |
config | 3 months ago | |
db | 3 months ago | |
dist | 3 months ago | |
lib | 2 months ago | |
log | 8 years ago | |
public | 6 months ago | |
spec | 3 months ago | |
streaming | 3 months ago | |
vendor | 5 years ago | |
.browserslistrc | 1 year ago | |
.buildpacks | 3 years ago | |
.bundler-audit.yml | 7 months ago | |
.dockerignore | 2 years ago | |
.editorconfig | 7 months ago | |
.env.production.catcatnya | 6 months ago | |
.env.production.sample | 9 months ago | |
.env.test | 4 years ago | |
.env.vagrant | 3 years ago | |
.eslintignore | 5 years ago | |
.eslintrc.js | 3 months ago | |
.foreman | 6 years ago | |
.gitattributes | 6 years ago | |
.gitignore | 10 months ago | |
.gitmodules | 6 years ago | |
.haml-lint.yml | 4 months ago | |
.haml-lint_todo.yml | 6 months ago | |
.nanoignore | 6 years ago | |
.nvmrc | 6 months ago | |
.prettierignore | 3 months ago | |
.prettierrc.js | 5 months ago | |
.profile | 5 months ago | |
.rspec | 8 years ago | |
.rubocop.yml | 4 months ago | |
.rubocop_todo.yml | 3 months ago | |
.ruby-gemset | 1 year ago | |
.ruby-version | 6 months ago | |
.slugignore | 6 years ago | |
.yarnclean | 6 months ago | |
AUTHORS.md | 10 months ago | |
Aptfile | 5 months ago | |
CHANGELOG.md | 3 months ago | |
CODE_OF_CONDUCT.md | 5 months ago | |
CONTRIBUTING.md | 5 months ago | |
Capfile | 7 months ago | |
Dockerfile | 4 months ago | |
FEDERATION.md | 2 years ago | |
Gemfile | 3 months ago | |
Gemfile.lock | 3 months ago | |
LICENSE | 7 years ago | |
Procfile | 3 years ago | |
Procfile.dev | 3 years ago | |
README.md | 4 months ago | |
Rakefile | 8 years ago | |
SECURITY.md | 7 months ago | |
Vagrantfile | 10 months ago | |
app.json | 11 months ago | |
babel.config.js | 3 months ago | |
config.ru | 7 months ago | |
crowdin-glitch.yml | 9 months ago | |
crowdin.yml | 3 months ago | |
docker-compose.yml | 6 months ago | |
ide-helper.js | 3 years ago | |
jest.config.js | 3 months ago | |
jsconfig.json | 10 months ago | |
package.json | 3 months ago | |
postcss.config.js | 6 months ago | |
priv-config | 5 years ago | |
redact-env.bash | 1 year ago | |
scalingo.json | 5 months ago | |
stylelint.config.js | 5 months ago | |
tsconfig.json | 4 months ago | |
yarn.lock | 3 months ago |
README.md
Catstodon
Introduction
This Mastodon fork is based on the glitch-soc Fork of Mastodon, with changes made to suit CatCatNya~.
The aforementioned instance is running the develop
branch.
I intend to contribute some useful differences back to glitch-soc and vanilla 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.
Note: CatCatNya~ runs on the develop
branch.
That branch may, at times, be force-pushed to (mostly for undoing cherry-picking of vanilla commits when upstream adopts them).
I highly suggest only ever running the main
branch in production!
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.
- 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 emojis. - Allow higher resolution images. (4096x4096 instead of the previous limit of 1920x1080)
- Allow posting polls with only one poll option (if
MIN_POLL_OPTIONS
is set to 1 on your instance). - Added oatstodon flavour (taken from types.pl fork, by @oat@hellsite.site)
- Emoji reactions on statuses (with both Unicode and custom emojis, same as for announcements), a feature originally developed for Nyastodon. Ended up as a Catstodon-maintained patch after its initial two Pull Requests to glitch-soc, and is now pending its third attempt of merging into glitch-soc.
Previous differences now merged into glitch-soc
- Fixed incorrect upload size limit display when adding new a new custom emoji. (Pull request)
- Everything merged into vanilla Mastodon
Previous differences now merged into vanilla Mastodon
- The period of retention of IP addresses and sessions was made configurable. (Pull request)