YAMF (Yet another Misskey fork) bringing you no-nonsense fixes, features & improvements you actually want since 2023
Find a file
ThatOneCalculator b07314119c api docs
2022-08-08 15:12:21 -07:00
.config
.github Move title svg location 2022-08-08 15:10:31 -07:00
.okteto
.vscode Update extensions.json 2022-05-14 18:50:16 +09:00
.yarn/plugins/@yarnpkg
chart
cypress Obliteration of Ai-chan 🐱🔫 2022-08-08 14:58:27 -07:00
locales Obliteration of Ai-chan 🐱🔫 2022-08-08 14:58:27 -07:00
packages Obliteration of Ai-chan 🐱🔫 2022-08-08 14:58:27 -07:00
scripts
.dockerignore
.editorconfig
.gitattributes
.gitignore
.node-version
.vsls.json
.yarnrc.yml
CALCKEY.md Obliteration of Ai-chan 🐱🔫 2022-08-08 14:58:27 -07:00
CHANGELOG.md Merge remote-tracking branch 'misskey/develop' into develop 2022-08-07 22:45:03 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md b3 2022-07-21 12:48:23 -07:00
COPYING
cypress.config.ts
docker-compose.yml
Dockerfile Fix bullboard 2022-08-07 23:22:49 -07:00
gulpfile.js
LICENSE
package.json .3 2022-08-08 14:58:38 -07:00
Procfile
README.md api docs 2022-08-08 15:12:21 -07:00
SECURITY.md
yarn.lock ack 2022-08-07 23:22:07 -07:00

Calckey logo

🌎 Calckey is an open source, decentralized social media platform that's free forever! 🚀

About Calckey

  • Calckey is based off of Misskey, a powerful microblogging server on ActivityPub with features such as emoji reactions, a customizable web ui, rich chatting, and much more!
  • Calckey adds many quality of life changes and bug fixes for users and instance admins alike.
  • Read this document all for current and future differences.
  • Notable differences:
    • Recommended Instances timeline
    • Improved notifications
    • Many more user and admin settings

📝 Documentation

  • Misskey documentation can be found on Misskey Hub
  • API reference can be found on any Calckey instance's API doc page

🚚 Migrating from Misskey to Calckey

You need at least 🐢 NodeJS v16.15.0 (v18.4.0 recommended!) and exactly 🧶 Yarn v3.2.2!

📩 Install dependencies

# nvm install 18.4.0 && nvm alias default 18.4.0 && nvm use 18.4.0
corepack enable
yarn set version berry

👀 Get folder ready

git clone https://codeberg.org/thatonecalculator/calckey.git
cd calckey/
# git checkout main # if you want only stable versions
cp ../misskey/.config/default.yml ./.config/default.yml # replace `../misskey/` with misskey path, replace `default.yml` with `docker.yml` if you use docker
# cp -r ../misskey/files . # if you don't use object storage

🚀 Build and launch!

git pull and run these steps to update Calckey in the future!

# git pull
yarn install
NODE_ENV=production npm run build && npm run migrate
# Edit service to point to calckey folder and restart!

🐳 Docker

# git pull
sudo docker-compose build
sudo docker-compose stop && sudo docker-compose up -d

💸 Patrons

None yet! You can support of the development of this fork here, every little bit counts: https://liberapay.com/ThatOneCalculator/