YANF (Yet another Misskey fork) + patches for e2net https://estrogen.network
Go to file
ThatOneCalculator 6a70fed2e7 migration
2022-07-18 21:04:55 -07:00
.config
.github
.okteto
.vscode
assets
chart
cypress
locales
misskey-assets@0179793ec8
packages
scripts
.dockerignore
.editorconfig
.gitattributes
.gitignore
.gitmodules
.node-version
.npmrc
.vsls.json
.yarnrc
CALCKEY.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
crowdin.yml
cypress.config.ts
docker-compose.yml
Dockerfile
gulpfile.js
LICENSE
package.json
Procfile
README.md
SECURITY.md
yarn.lock

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...

📝 Documentation

Misskey documentation can be found at Misskey Hub.

🤔 What's different about Calckey?

Read this for current and future differences.

🛻 Migrating from Misskey to Calckey

git clone https://codeberg.org/thatonecalculator/calckey.git
cd calckey/
cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is
NODE_ENV=production npm run build && npm run migrate
# Edit service to point to calckey service and restart