2021-02-06 19:43:55 -07:00
< div align = "center" >
2022-07-18 18:39:19 -06:00
< a href = "https://stop.voring.me/" >
2022-08-08 16:10:31 -06:00
< img src = "./.github/title_float.svg" alt = "Calckey logo" style = "border-radius:50%" width = "400" / >
2022-05-17 10:12:00 -06:00
< / a >
2022-07-18 23:07:59 -06:00
2022-07-18 18:39:19 -06:00
**🌎 ** [Calckey ](https://stop.voring.me/ )** is an open source, decentralized social media platform that's free forever! 🚀**
2022-07-18 23:07:59 -06:00
2021-02-06 19:43:55 -07:00
< / div >
2021-11-20 02:21:18 -07:00
< div >
2021-03-23 20:57:12 -06:00
2022-07-18 17:51:31 -06:00
< img src = "https://pool.jortage.com/voringme/misskey/e7cd2a17-8b23-4e1e-b5cf-709480c623e2.png" align = "right" height = "320px" / >
2018-09-12 14:35:11 -06:00
2022-08-08 00:07:22 -06:00
# ✨ About Calckey
- Calckey is based off of Misskey, a powerful microblogging server on ActivityPub with features such as emoji reactions, a customizable web ui, rich chatting, and much more!
- Calckey adds many quality of life changes and bug fixes for users and instance admins alike.
- Read ** [this document ](./CALCKEY.md )** all for current and future differences.
- Notable differences:
- Recommended Instances timeline
- Improved notifications
- Many more user and admin settings
2019-02-05 08:13:31 -07:00
2021-11-20 02:21:18 -07:00
< / div >
2017-01-23 02:25:52 -07:00
2021-11-20 02:21:18 -07:00
< div style = "clear: both;" > < / div >
2018-04-15 14:04:56 -06:00
2022-08-08 00:07:22 -06:00
# 📝 Documentation
2022-07-27 20:36:58 -06:00
2022-08-08 16:12:21 -06:00
- Misskey documentation can be found on [Misskey Hub ](https://misskey-hub.net/ )
- API reference can be found on any Calckey instance's [API doc page ](https://stop.voring.me/api-doc )
2022-05-27 15:21:12 -06:00
2022-08-08 00:07:22 -06:00
# 🚚 Migrating from Misskey to Calckey
2022-07-18 23:07:59 -06:00
2022-08-08 00:17:48 -06:00
You need at least 🐢 NodeJS v16.15.0 (v18.4.0 recommended!) and *exactly* 🧶 Yarn v3.2.2!
2022-07-27 12:31:56 -06:00
2022-08-08 00:07:22 -06:00
## 📩 Install dependencies
2022-07-18 23:07:59 -06:00
2022-07-18 18:36:11 -06:00
```sh
2022-07-24 09:19:41 -06:00
# nvm install 18.4.0 && nvm alias default 18.4.0 && nvm use 18.4.0
2022-07-18 23:07:59 -06:00
corepack enable
2022-07-19 12:59:20 -06:00
yarn set version berry
```
2022-08-08 00:07:22 -06:00
## 👀 Get folder ready
2022-07-27 12:31:56 -06:00
2022-07-19 12:59:20 -06:00
```sh
2022-07-18 18:36:11 -06:00
git clone https://codeberg.org/thatonecalculator/calckey.git
cd calckey/
2022-07-24 00:15:09 -06:00
# git checkout main # if you want only stable versions
2022-08-08 00:20:57 -06:00
cp ../misskey/.config/default.yml ./.config/default.yml # replace `../misskey/` with misskey path, replace `default.yml` with `docker.yml` if you use docker
2022-07-24 00:15:09 -06:00
# cp -r ../misskey/files . # if you don't use object storage
2022-07-27 12:31:56 -06:00
```
2022-08-09 03:37:12 -06:00
## 💅 Customize
- To add custom CSS for all users, edit `/custom/instance.css` .
- To add static assets (such as images for the splash screen), place them in the `/custom/` folder. They'll then be avaliable on `https://yourinstance.tld/static-assets/filename.png` .
2022-08-08 00:07:22 -06:00
## 🚀 Build and launch!
2022-07-27 12:31:56 -06:00
2022-08-08 00:07:22 -06:00
### `git pull` and run these steps to update Calckey in the future!
2022-07-27 12:31:56 -06:00
```sh
# git pull
2022-08-08 00:19:16 -06:00
yarn install
2022-08-09 21:06:49 -06:00
NODE_ENV=production yarn run build & & yarn run migrate
2022-07-19 10:37:56 -06:00
# Edit service to point to calckey folder and restart!
2022-07-18 23:07:59 -06:00
```
2022-07-28 19:25:02 -06:00
2022-08-08 00:07:22 -06:00
### 🐳 Docker
```sh
# git pull
sudo docker-compose build
sudo docker-compose stop & & sudo docker-compose up -d
```
2022-07-28 19:25:02 -06:00
# 💸 Patrons
None yet! You can support of the development of this fork here, every little bit counts: https://liberapay.com/ThatOneCalculator/