From 9fd89dcc4ccc0b338eab05720b55aa9a1c915a55 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Sun, 13 Nov 2022 20:32:17 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b70c3187..1fc75e3f8 100644 --- a/README.md +++ b/README.md @@ -74,12 +74,18 @@ corepack enable - 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`. +## 🧑‍🔬 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. + ## 🚚 Migrating from Misskey to Calckey > ⚠️ Because of their changes, migrating from Foundkey is not supported. ```sh -cp ../misskey/.config/default.yml ./.config/default.yml # replace `../misskey/` with misskey path, replace `default.yml` with `docker.yml` if you use docker +cp ../misskey/.config/default.yml ./.config/default.yml # replace `../misskey/` with misskey path, add `docker.env` if you use Docker cp -r ../misskey/files . # if you don't use object storage ```