This commit is contained in:
ThatOneCalculator 2022-11-04 13:12:56 -07:00
parent ec4474812f
commit 471240b101
3 changed files with 11 additions and 13 deletions

View file

@ -37,17 +37,13 @@
- 📜 Instance list: https://calckey.fediverse.observer/list - 📜 Instance list: https://calckey.fediverse.observer/list
- 📖 JoinFediverse Wiki: https://joinfediverse.wiki/What_is_Calckey%3F - 📖 JoinFediverse Wiki: https://joinfediverse.wiki/What_is_Calckey%3F
# 📝 Documentation # 🏂 Starting a new instance
- Misskey documentation can be found on [Misskey Hub](https://misskey-hub.net/) You need at least 🐢 NodeJS v16.15.0 (v18.20.0 recommended!) and at least 🧶 Yarn v3.2!
- To make a new Calckey instance, read their documentation for building from source or using Docker, but replace their repo link (`https://github.com/misskey-dev/misskey.git`) with `https://codeberg.org/thatonecalculator/calckey.git`.
- API reference can be found on any Calckey instance's [API doc page](https://stop.voring.me/api-doc)
# 🚚 Migrating from Misskey to Calckey # 🚚 Migrating from Misskey to Calckey
You need at least 🐢 NodeJS v16.15.0 (v18.4.0 recommended!) and *exactly* 🧶 Yarn v3.2.2! You need at least 🐢 NodeJS v16.15.0 (v19 recommended!) and at least 🧶 Yarn v3.2!
> ⚠️ Please don't use NodeJS v18.6.0, as it's known to cause problems.
## 👀 Get folder ready ## 👀 Get folder ready
@ -83,11 +79,11 @@ NODE_ENV=production yarn run build && yarn run migrate
# Edit service to point to calckey folder and restart! # Edit service to point to calckey folder and restart!
``` ```
### 🐳 Docker ## 🐳 Docker
```sh ```sh
# git pull # git pull
sudo docker compose build docker compose build
# sudo docker compose stop misskey # docker compose stop misskey
sudo docker compose up -d docker compose up -d
``` ```

View file

@ -6,7 +6,7 @@
"type": "git", "type": "git",
"url": "https://codeberg.org/thatonecalculator/calckey.git" "url": "https://codeberg.org/thatonecalculator/calckey.git"
}, },
"packageManager": "yarn@3.2.2", "packageManager": "yarn@3.2.4",
"workspaces": [ "workspaces": [
"packages/client", "packages/client",
"packages/backend", "packages/backend",

View file

@ -21,7 +21,9 @@
"@tensorflow/tfjs-node": "3.21.1" "@tensorflow/tfjs-node": "3.21.1"
}, },
"dependencies": { "dependencies": {
"@bull-board/koa": "4.2.2", "@bull-board/api": "^4.2.2",
"@bull-board/ui": "^4.2.2",
"@bull-board/koa": "^4.2.2",
"@discordapp/twemoji": "14.0.2", "@discordapp/twemoji": "14.0.2",
"@elastic/elasticsearch": "7.17.0", "@elastic/elasticsearch": "7.17.0",
"@koa/cors": "3.3.0", "@koa/cors": "3.3.0",