Local mirror of catstodon for customization on girldick.gay
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Jeremy Kescher 722b6697d7
Merge remote-tracking branch 'upstream/main' into develop
1 day ago
.devcontainer Sync CI and Docker Compose image versions (#24053) 3 weeks ago
.github Merge remote-tracking branch 'upstream/main' into develop 1 day ago
app Merge remote-tracking branch 'upstream/main' into develop 1 day ago
bin Fix sidekiq jobs not triggering Elasticsearch index updates (#24046) 2 weeks ago
chart
config Merge remote-tracking branch 'upstream/main' into develop 6 days ago
db Merge remote-tracking branch 'upstream/main' into develop 2 weeks ago
dist
lib Merge remote-tracking branch 'upstream/main' into develop 1 day ago
log
public
spec Merge remote-tracking branch 'upstream/main' into develop 6 days ago
streaming Merge branch 'main' into glitch-soc/merge-upstream 2 weeks ago
vendor
.browserslistrc
.buildpacks
.bundler-audit.yml Run bundler-audit on PRs (#23514) 1 month ago
.codeclimate.yml Run bundler-audit on PRs (#23514) 1 month ago
.dockerignore
.editorconfig
.env.production.catcatnya Update CatCatNya~ prod config 2 weeks ago
.env.production.sample
.env.test
.env.vagrant
.eslintignore
.eslintrc.js Remove legacy decorators syntax (#18357) 6 days ago
.foreman
.gitattributes
.gitignore
.gitmodules
.haml-lint.yml Setup haml-lint CI with todo config (#23524) 2 weeks ago
.haml-lint_todo.yml Fix more haml-lint Rubocop (#24107) 2 weeks ago
.nanoignore
.nvmrc
.prettierignore Merge branch 'main' into glitch-soc/merge-upstream 1 month ago
.prettierrc.js
.profile
.rspec
.rubocop.yml Exclude files for Rubocop Metrics/ClassLength (#24213) 6 days ago
.rubocop_todo.yml Exclude files for Rubocop Metrics/ClassLength (#24213) 6 days ago
.ruby-gemset
.ruby-version Move back to Ruby 3.2.1 2 weeks ago
.slugignore
.yarnclean
AUTHORS.md
Aptfile
CHANGELOG.md Bump version to v4.1.1 (#24201) 1 week ago
CODE_OF_CONDUCT.md Merge remote-tracking branch 'upstream/main' into develop 3 weeks ago
CONTRIBUTING.md Merge remote-tracking branch 'upstream/main' into develop, bump version 2 weeks ago
Capfile Autofix Rubocop remaining Layout rules (#23679) 1 month ago
Dockerfile Use Yarn production install for asset compile (#24232) 6 days ago
FEDERATION.md
Gemfile Merge branch 'main' into glitch-soc/merge-upstream 1 week ago
Gemfile.lock Merge remote-tracking branch 'upstream/main' into develop 6 days ago
LICENSE
Procfile
Procfile.dev
README.md Use Github Container Registry as the official container image source (#24113) 2 weeks ago
Rakefile
SECURITY.md Fix Markdown files with Prettier and check in CI (#21972) 1 month ago
Vagrantfile
app.json
babel.config.js Remove legacy decorators syntax (#18357) 6 days ago
config.ru Autofix Rubocop remaining Layout rules (#23679) 1 month ago
crowdin-glitch.yml
crowdin.yml
docker-compose.yml Use Github Container Registry as the official container image source (#24113) 2 weeks ago
ide-helper.js
jest.config.js Merge branch 'main' into glitch-soc/merge-upstream 1 month ago
jsconfig.json
package.json Merge branch 'main' into glitch-soc/main 3 days ago
postcss.config.js Update PostCSS dependencies (#23835) 2 weeks ago
priv-config
redact-env.bash
scalingo.json
stylelint.config.js Add glitch-soc's win95.scss and reset.scss to stylelint's ingore list 1 month ago
yarn.lock Merge branch 'main' into glitch-soc/main 3 days 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 posts, a feature originally developed for Nyastodon. Currently pending merge 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)