forked from mirrors/catstodon
fork of catstodon, which is a fork of glitch-soc, which is 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.
|
6 months ago | |
---|---|---|
.circleci | 6 months ago | |
.devcontainer | 8 months ago | |
.github | 6 months ago | |
app | 6 months ago | |
bin | 2 years ago | |
chart | 6 months ago | |
config | 6 months ago | |
db | 6 months ago | |
dist | 7 months ago | |
lib | 6 months ago | |
log | 7 years ago | |
public | 7 months ago | |
spec | 6 months ago | |
streaming | 7 months ago | |
vendor | 4 years ago | |
.browserslistrc | 1 year ago | |
.buildpacks | 3 years ago | |
.codeclimate.yml | 1 year ago | |
.deepsource.toml | 2 years ago | |
.dockerignore | 2 years ago | |
.editorconfig | 6 years ago | |
.env.production.catcatnya | 8 months ago | |
.env.production.sample | 6 months ago | |
.env.test | 4 years ago | |
.env.vagrant | 3 years ago | |
.eslintignore | 4 years ago | |
.eslintrc.js | 1 year ago | |
.foreman | 6 years ago | |
.gitattributes | 6 years ago | |
.gitignore | 6 months ago | |
.gitmodules | 6 years ago | |
.haml-lint.yml | 6 years ago | |
.nanoignore | 6 years ago | |
.nvmrc | 2 years ago | |
.prettierignore | 6 months ago | |
.prettierrc.js | 1 year ago | |
.profile | 6 years ago | |
.rspec | 7 years ago | |
.rubocop.yml | 6 months ago | |
.ruby-gemset | 10 months ago | |
.ruby-version | 6 months ago | |
.slugignore | 6 years ago | |
.yarnclean | 4 years ago | |
AUTHORS.md | 7 months ago | |
Aptfile | 7 months ago | |
CHANGELOG.md | 7 months ago | |
CODE_OF_CONDUCT.md | 1 year ago | |
CONTRIBUTING.md | 7 months ago | |
Capfile | 6 years ago | |
Dockerfile | 7 months ago | |
FEDERATION.md | 2 years ago | |
Gemfile | 6 months ago | |
Gemfile.lock | 6 months ago | |
LICENSE | 7 years ago | |
Procfile | 3 years ago | |
Procfile.dev | 2 years ago | |
README.md | 6 months ago | |
Rakefile | 7 years ago | |
SECURITY.md | 7 months ago | |
Vagrantfile | 6 months ago | |
app.json | 7 months ago | |
babel.config.js | 2 years ago | |
config.ru | 7 years ago | |
crowdin.yml | 2 years ago | |
docker-compose.yml | 9 months ago | |
ide-helper.js | 3 years ago | |
jest.config.js | 1 year ago | |
jsconfig.json | 6 months ago | |
package.json | 6 months ago | |
postcss.config.js | 4 years ago | |
priv-config | 5 years ago | |
redact-env.bash | 11 months ago | |
scalingo.json | 7 months ago | |
stylelint.config.js | 1 year ago | |
yarn.lock | 6 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)
- RSS feeds have titles again.
- Account RSS feeds show the CW (if applicable).
- Tag RSS feeds show the handle (username if local, username@domain if remote) and the CW (if applicable).
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)