1
0
Fork 1
mirror of https://example.com synced 2024-11-24 18:06:40 +09:00
A fun, new, open way to experience social media
Find a file
ThatOneCalculator e90d5b23db More #31748f
2022-07-24 18:36:55 -07:00
.config enhance: Redisをioredisに統一してIPv6サポート (#8869) 2022-06-24 19:22:19 +09:00
.github
.okteto
.vscode
.yarn/plugins/@yarnpkg
assets Branding 2022-07-19 09:21:45 -07:00
chart
cypress
locales
packages More #31748f 2022-07-24 18:36:55 -07:00
scripts
.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
.gitignore
.node-version
.vsls.json
.yarnrc.yml fix 2022-07-19 12:16:27 -07:00
CALCKEY.md CALCKEY 2022-07-23 23:40:28 -07:00
CHANGELOG.md
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-06-17 10:01:05 +09:00
CONTRIBUTING.md b3 2022-07-21 12:48:23 -07:00
COPYING
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 df 2022-07-18 22:06:31 -07:00
gulpfile.js
LICENSE
package.json
Procfile
README.md
SECURITY.md
yarn.lock no vlite 2022-07-18 22:56:59 -07: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

You need at least 🐢 NodeJS v16.10.0 (>v18.0.0 <v18.6.0 reccomended!) and exactly 🧶 Yarn v3.2.1!

# nvm install 18.4.0 && nvm alias default 18.4.0 && nvm use 18.4.0
corepack enable
yarn set version berry
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
YARN_CHECKSUM_BEHAVIOR=update yarn install
NODE_ENV=production npm run build && npm run migrate
# Edit service to point to calckey folder and restart!