YAMF (Yet another Misskey fork) bringing you no-nonsense fixes, features & improvements you actually want since 2023
Find a file
2022-08-04 14:33:49 -07:00
.config
.github
.okteto
.vscode
.yarn/plugins/@yarnpkg
assets
chart
cypress
locales Merge remote-tracking branch 'misskey/develop' into develop 2022-08-04 13:31:54 -07:00
packages rtl settings improve 2022-08-04 14:33:49 -07:00
scripts
.dockerignore Update .dockerignore 2022-05-31 08:33:03 -07:00
.editorconfig
.gitattributes
.gitignore
.node-version
.vsls.json
.yarnrc.yml fix 2022-07-19 12:16:27 -07:00
CALCKEY.md RITL to wip 2022-08-04 14:30:27 -07:00
CHANGELOG.md Merge remote-tracking branch 'misskey/develop' into develop 2022-08-04 13:31:54 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
cypress.config.ts
docker-compose.yml
Dockerfile berry docker 2022-07-26 12:21:39 -07:00
gulpfile.js
LICENSE
package.json rtl settings improve 2022-08-04 14:33:49 -07:00
Procfile
README.md Merge branches 'develop' and 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-28 21:28:53 -07:00
SECURITY.md
yarn.lock update deps 2022-07-31 22:01:01 +09:00

Calckey logo

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

Features

  • ActivityPub support
    Not on Calckey? No problem! Not only can Calckey/Misskey instances talk to each other, but you can make friends with people on other networks like Mastodon and Pixelfed!
  • Reactions
    You can add emoji reactions to any post! No longer are you bound by a like button, show everyone exactly how you feel with the tap of a button.
  • Drive
    With Calckey's built in drive, you get cloud storage right in your social media, where you can upload any files, make folders, and find media from posts you've made!
  • Rich Web UI
    Calckey has a rich and easy to use Web UI! It is highly customizable, from changing the layout and adding widgets to making custom themes. Furthermore, plugins can be created using AiScript, an original programming language.
  • And much more...

🤔 What's different about Calckey?

Read this for current and future differences.

📝 Documentation

Misskey documentation can be found at Misskey Hub.

🚚 Migrating from Misskey to Calckey

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

📩 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 # or wherever misskey folder is
# 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_CHECKSUM_BEHAVIOR=update yarn install
NODE_ENV=production npm run build && npm run migrate
# Edit service to point to calckey folder and restart!

💸 Patrons

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