1
0
Fork 1
mirror of https://example.com synced 2024-11-23 21:56:39 +09:00
A fun, new, open way to experience social media
Find a file
ThatOneCalculator 4de929487e emojos
2022-07-18 21:06:54 -07:00
.config enhance: Redisをioredisに統一してIPv6サポート (#8869) 2022-06-24 19:22:19 +09:00
.github fix(test): use cypress-io/github-action@v4 2022-06-11 16:00:39 +09:00
.okteto ok-to-test with okteto (#8799) 2022-06-09 00:50:23 +09:00
.vscode
assets Update 'assets/title_float.svg' 2022-07-19 02:13:45 +02:00
chart
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
packages emojos 2022-07-18 21:06:54 -07:00
scripts Fix Cannot find module issue (#8770) 2022-05-31 17:55:07 +09:00
.dockerignore
.editorconfig
.gitattributes
.gitignore
.gitmodules
.node-version Update .node-version 2022-06-06 21:01:00 +09:00
.npmrc
.vsls.json
.yarnrc
CALCKEY.md rot 2022-07-18 20:58:18 -07:00
CHANGELOG.md Merge remote-tracking branch 'futchitwo/logout-timeline' into develop 2022-07-18 20:49:10 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Update CONTRIBUTING.md 2022-06-17 11:02:47 +09:00
COPYING feat: auto nsfw detection (#8840) 2022-07-07 21:06:37 +09:00
crowdin.yml
cypress.config.ts update cypress 2022-06-11 15:53:45 +09:00
docker-compose.yml
Dockerfile DockerでAlpineではなくDebianを使用するように (#8966) 2022-07-08 17:17:21 +09:00
gulpfile.js
LICENSE
package.json Calckey 2022-07-18 19:00:45 -07:00
Procfile
README.md Update 'README.md' 2022-07-19 02:39:36 +02:00
SECURITY.md
yarn.lock update deps 2022-07-13 21:37:48 +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