Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop
This commit is contained in:
commit
a9bb2a6b3e
21
CALCKEY.md
21
CALCKEY.md
|
@ -1,5 +1,16 @@
|
||||||
# All the changes to Calckey from stock Misskey
|
# All the changes to Calckey from stock Misskey
|
||||||
|
|
||||||
|
### Planned
|
||||||
|
|
||||||
|
- MFM button
|
||||||
|
- Better Messaging UI
|
||||||
|
- Like/star button
|
||||||
|
- Option to publicize instance blocks
|
||||||
|
- Better intro/onboarding
|
||||||
|
- Fully revamp welcome.a (non-logged in screen)
|
||||||
|
- Tabler icons instead of FontAwesome
|
||||||
|
- Personal notes for all accounts
|
||||||
|
|
||||||
### Implemented
|
### Implemented
|
||||||
|
|
||||||
- Yarn 3
|
- Yarn 3
|
||||||
|
@ -22,13 +33,3 @@
|
||||||
- https://github.com/misskey-dev/misskey/pull/8927
|
- https://github.com/misskey-dev/misskey/pull/8927
|
||||||
- https://github.com/misskey-dev/misskey/pull/8927
|
- https://github.com/misskey-dev/misskey/pull/8927
|
||||||
- https://github.com/misskey-dev/misskey/pull/8549
|
- https://github.com/misskey-dev/misskey/pull/8549
|
||||||
|
|
||||||
### Planned
|
|
||||||
|
|
||||||
- MFM button
|
|
||||||
- Better Messaging UI
|
|
||||||
- Like/star button
|
|
||||||
- Better intro/onboarding
|
|
||||||
- Fully revamp welcome.a (non-logged in screen)
|
|
||||||
- Tabler icons instead of FontAwesome
|
|
||||||
- Personal notes for all accounts
|
|
||||||
|
|
|
@ -37,15 +37,14 @@ Read [this](./CALCKEY.md) for current and future differences.
|
||||||
|
|
||||||
## 🛻 Migrating from Misskey to Calckey
|
## 🛻 Migrating from Misskey to Calckey
|
||||||
|
|
||||||
You need at least 🐢 NodeJS v18.4.0 and *exactly* 🧶 Yarn v3.2.1!
|
You need at least 🐢 NodeJS v18 and *exactly* 🧶 Yarn v3.2.1!
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
corepack enable
|
corepack enable
|
||||||
git clone https://codeberg.org/thatonecalculator/calckey.git
|
git clone https://codeberg.org/thatonecalculator/calckey.git
|
||||||
cd calckey/
|
cd calckey/
|
||||||
cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is
|
cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is
|
||||||
yarn --version # Check version is yarn 3.2.1!
|
|
||||||
yarn install
|
yarn install
|
||||||
NODE_ENV=production npm run build && npm run migrate
|
NODE_ENV=production npm run build && npm run migrate
|
||||||
# Edit service to point to calckey service and restart
|
# Edit service to point to calckey folder and restart!
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue