iceshrimp-legacy/README.md

146 lines
5.4 KiB
Markdown
Raw Normal View History

2021-02-07 03:43:55 +01:00
<div align="center">
<a href="https://i.calckey.cloud/">
2022-08-09 00:10:31 +02:00
<img src="./.github/title_float.svg" alt="Calckey logo" style="border-radius:50%" width="400"/>
</a>
2022-07-19 07:07:59 +02:00
**🌎 **[Calckey](https://i.calckey.cloud/)** is an open source, decentralized social media platform that's free forever! 🚀**
2022-07-19 07:07:59 +02:00
2021-02-07 03:43:55 +01:00
</div>
2021-11-20 10:21:18 +01:00
<div>
2021-03-24 03:57:12 +01:00
2022-11-16 05:25:00 +01:00
<img src="https://pool.jortage.com/voringme/misskey/e7cd2a17-8b23-4e1e-b5cf-709480c623e2.png" align="right" height="320px" alt="Calc (the Calckey mascot) smoking a fat dart"/>
2018-09-12 22:35:11 +02:00
2022-08-08 08:07:22 +02: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!
2022-08-08 08:07:22 +02:00
- 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:
2022-09-14 02:21:23 +02:00
- Improved UI/UX (especially on mobile)
- Improved notifications
- Improved instance security
2022-08-08 08:07:22 +02:00
- Recommended Instances timeline
2022-10-28 00:30:26 +02:00
- OCR image captioning
2022-09-14 02:21:23 +02:00
- New and improved Groups
2022-11-09 10:04:30 +01:00
- Better intro tutorial
2022-08-08 08:07:22 +02:00
- Many more user and admin settings
2022-09-14 02:21:23 +02:00
- [So much more!](./CALCKEY.md)
2019-02-05 16:13:31 +01:00
2021-11-20 10:21:18 +01:00
</div>
2017-01-23 10:25:52 +01:00
2021-11-20 10:21:18 +01:00
<div style="clear: both;"></div>
2018-04-15 22:04:56 +02:00
2022-08-10 08:14:51 +02:00
# 🥂 Links
2022-11-19 08:20:18 +01:00
- 💸 Liberapay: <https://liberapay.com/ThatOneCalculator>
- Donate publicly to get your name on the Patron list!
- 🚢 Flagship instance: <https://i.calckey.cloud>
- 📣 Official account: <https://i.calckey.cloud/@calckey>
2022-11-07 00:06:44 +01:00
- 💁 Matrix support room: <https://matrix.to/#/#calckey:matrix.fedibird.com>
- 📜 Instance list: <https://calckey.fediverse.observer/list>
- 📖 JoinFediverse Wiki: <https://joinfediverse.wiki/What_is_Calckey%3F>
2022-11-15 07:24:36 +01:00
- 🐋 Docker Hub: <https://hub.docker.com/r/thatonecalculator/calckey>
2022-08-10 08:14:51 +02:00
2022-11-04 22:38:38 +01:00
# 🌠 Getting started
2022-07-28 04:36:58 +02:00
2022-11-04 22:38:38 +01:00
This guide will work for both **starting from scratch** and **migrating from Misskey**.
2022-11-04 22:56:30 +01:00
## 📦 Dependencies
2022-11-04 22:46:51 +01:00
2022-11-22 01:27:32 +01:00
- At least 🐢 [NodeJS](https://nodejs.org/en/) v18.12.1 (v19.1.0 recommended)
2022-08-10 09:50:50 +02:00
2022-11-09 22:38:27 +01:00
- 🐘 At least [PostgreSQL](https://www.postgresql.org/) v12
2022-11-04 22:46:51 +01:00
2022-11-09 22:38:27 +01:00
- 🍱 At least [Redis](https://redis.io/) v6 (v7 recommended)
2022-11-04 22:46:51 +01:00
2022-11-09 22:38:27 +01:00
- 🛰️ (Optional, for non-Docker) [pm2](https://pm2.io/)
2022-11-05 02:48:45 +01:00
2022-08-08 08:07:22 +02:00
## 👀 Get folder ready
2022-07-27 20:31:56 +02:00
2022-07-19 20:59:20 +02:00
```sh
2022-07-19 02:36:11 +02:00
git clone https://codeberg.org/thatonecalculator/calckey.git
cd calckey/
2022-07-24 08:15:09 +02:00
# git checkout main # if you want only stable versions
2022-07-27 20:31:56 +02:00
```
2022-10-27 10:01:27 +02:00
## 📩 Install dependencies
```sh
2022-11-04 22:49:06 +01:00
# nvm install 18 && nvm alias default 18 && nvm use 18
2022-10-27 10:01:27 +02:00
corepack enable
```
## 💅 Customize
2022-08-10 08:18:00 +02:00
- 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/` directory. They'll then be avaliable on `https://yourinstance.tld/static-assets/filename.ext`.
2022-11-15 09:23:53 +01:00
- To update custom assets without rebuilding, just run `yarn run gulp`.
2022-11-13 20:32:17 +01:00
## 🧑‍🔬 Configuring a new instance
- Run `cp .config/example.yml .config/default.yml`
- Edit `.config/default.yml`, making sure to fill out required fields.
- Also copy and edit `.config/docker_example.env` to `.config/docker.env` if you're using Docker.
2022-11-04 22:38:38 +01:00
## 🚚 Migrating from Misskey to Calckey
> ⚠️ Because of their changes, migrating from Foundkey is not supported.
```sh
2022-11-13 20:32:17 +01:00
cp ../misskey/.config/default.yml ./.config/default.yml # replace `../misskey/` with misskey path, add `docker.env` if you use Docker
2022-11-04 22:38:38 +01:00
cp -r ../misskey/files . # if you don't use object storage
```
2022-11-04 22:43:00 +01:00
## 🍀 NGINX
- Run `sudo cp ./calckey.nginx.conf /etc/nginx/sites-available/ && cd /etc/nginx/sites-available/`
- Edit `calckey.nginx.conf` to reflect your instance properly
- Run `sudo cp ./calckey.nginx.conf ../sites-enabled/`
- Run `sudo nginx -t` to validate that the config is valid, then restart the NGINX service.
2022-11-09 22:38:27 +01:00
</details>
2022-11-04 22:43:00 +01:00
2022-08-08 08:07:22 +02:00
## 🚀 Build and launch!
2022-07-27 20:31:56 +02:00
2022-11-04 22:38:38 +01:00
### 🐢 NodeJS
2022-11-04 22:38:38 +01:00
#### `git pull` and run these steps to update Calckey in the future!
2022-07-27 20:31:56 +02:00
```sh
# git pull
yarn install
2022-08-10 05:06:49 +02:00
NODE_ENV=production yarn run build && yarn run migrate
2022-11-05 02:48:45 +01:00
pm2 start "NODE_ENV=production yarn start" --name Calckey
2022-07-19 07:07:59 +02:00
```
2022-07-29 03:25:02 +02:00
2022-11-04 22:38:38 +01:00
### 🐋 Prebuilt Docker image
2022-08-08 08:07:22 +02:00
```sh
2022-11-10 04:03:28 +01:00
docker pull thatonecalculator/calckey
2022-11-04 22:38:38 +01:00
docker up -d
```
### 🐳 Docker Compose
```sh
2022-11-17 22:55:48 +01:00
docker-compose build
docker-compose run --rm web yarn run init
2022-11-17 22:55:48 +01:00
docker-compose up -d
2022-08-08 08:07:22 +02:00
```
2022-11-09 10:52:23 +01:00
## 😉 Tips & Tricks
2022-11-16 05:18:04 +01:00
- When editing the config file, please don't fill out the settings at the bottom. They're designed *only* for managed hosting, not self hosting. Those settings are much better off being set in Calckey's control panel.
2022-11-16 05:19:53 +01:00
- Port 3000 (used in the default config) might be already used on your server for something else. To find an open port for Calckey, run `for p in $(seq 3000 4000); do ss -tlnH | tr -s ' ' | cut -d" " -sf4 | grep -q "${p}$" || echo "${p}"; done | head -n 1`
2022-11-24 02:55:38 +01:00
- I'd recommend you use a S3 Bucket/CDN for Object Storage, especially if you use Docker.
- I'd ***strongly*** recommend against using CloudFlare, but if you do, make sure to turn code minification off.
2022-11-09 22:17:39 +01:00
- For push notifications, run `npx web-push generate-vapid-keys`, the put the public and private keys into Control Panel > General > ServiceWorker.
- For translations, make a [DeepL](https://deepl.com) account and generate an API key, then put it into Control Panel > General > DeepL Translation.
2022-11-15 01:53:08 +01:00
- To add another admin account:
- Go to the user's page > 3 Dots > About > Moderation > turn on "Moderator"
- Go back to Overview > click the clipboard icon next to the ID
- Run `psql -d calckey` (or whatever the database name is)
- Run `UPDATE "user" SET "isAdmin" = true WHERE id='999999';` (replace `999999` with the copied ID)
- Have the new admin log out and log back in