YANF (Yet another Misskey fork) + patches for e2net https://estrogen.network
Go to file
ThatOneCalculator 0e25cf773a yarn lol
2022-07-18 22:04:21 -07:00
.config enhance: Redisをioredisに統一してIPv6サポート (#8869) 2022-06-24 19:22:19 +09:00
.github Merge branch 'develop' into pr/ThatOneCalculator/8764 2022-06-16 21:19:17 +09:00
.okteto ok-to-test with okteto (#8799) 2022-06-09 00:50:23 +09:00
.vscode Update extensions.json 2022-05-14 18:50:16 +09:00
.yarn/plugins/@yarnpkg 🙏 2022-05-31 00:13:41 -07:00
assets rpin 2022-07-18 21:37:55 -07:00
chart chore(dev): use .yaml for prevent okteto error 2022-05-15 22:32:50 +09:00
cypress update cypress 2022-06-11 15:53:45 +09:00
locales en trans for secure 2022-07-18 20:53:03 -07:00
misskey-assets@0179793ec8 藍モード (#7687) 2021-09-04 17:54:24 +09:00
packages yarn lol 2022-07-18 22:04:21 -07:00
scripts wip 2022-06-04 08:01:02 +00:00
.dockerignore Update .dockerignore 2022-05-31 08:33:03 -07:00
.editorconfig Use tabs in json 2017-05-24 20:27:39 +09:00
.gitattributes MisskeyRoom (#5267) 2019-08-18 14:41:33 +09:00
.gitignore Add .yarn/cache to gitignore for packages 2022-06-28 10:12:41 -07:00
.gitmodules 藍モード (#7687) 2021-09-04 17:54:24 +09:00
.node-version Update .node-version 2022-06-06 21:01:00 +09:00
.vsls.json Add .vsls.json 2018-08-13 00:24:45 +09:00
.yarnrc Create .yarnrc 2021-04-17 17:35:44 +09:00
.yarnrc.yml ✌️ 2022-06-04 23:00:55 +09:00
CALCKEY.md MOTD 2022-07-18 21:47:39 -07:00
CHANGELOG.md yarn lol 2022-07-18 22:04:21 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-06-17 10:01:05 +09:00
CONTRIBUTING.md Merge branch 'misskey-dev:develop' into yarn-3 2022-06-17 01:04:50 -07:00
COPYING feat: auto nsfw detection (#8840) 2022-07-07 21:06:37 +09:00
crowdin.yml ドキュメントをmisskey-hubに移行 2021-11-05 16:18:52 +09:00
cypress.config.ts update cypress 2022-06-11 15:53:45 +09:00
docker-compose.yml feat(dev): okteto integration 2022-05-15 16:39:23 +09:00
Dockerfile yarn lol 2022-07-18 22:04:21 -07:00
gulpfile.js pnpm = dont change paths 2022-05-31 19:44:04 -07:00
LICENSE Use AGPLv3 2018-03-28 22:56:28 +09:00
package.json yarn lol 2022-07-18 22:04:21 -07:00
Procfile Create Procfile 2019-04-05 18:17:30 +09:00
README.md Update 'README.md' 2022-07-19 02:39:36 +02:00
SECURITY.md Create SECURITY.md 2021-05-24 05:50:45 +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...

📝 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