From 3972d1a03f5ddbb07cda10eaa835809c7ba141c6 Mon Sep 17 00:00:00 2001 From: Luca Gambarotto Date: Sun, 25 Feb 2024 15:02:12 +0100 Subject: [PATCH] Fixed outline readme --- outline/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/outline/README.md b/outline/README.md index 62a5041..8728b7a 100644 --- a/outline/README.md +++ b/outline/README.md @@ -41,3 +41,9 @@ lxc.idmap: g 1002 101002 64534 The easiest way to configure the authentication process is to use the API provided by slack. The two secrets provided muse be set in the .env file. ### Procedure +1. Register a Slack account and create a workspace +2. Visit api.slack.com/apps +3. create a new app from scratch and link to the workspace created at step #1 +4. Open *OAuth & Permission* section +5. Add new redirection URL: */auth/slack.callback* (e.g. *https://outline.giovanesaggio.com/auth/slack.callback*), then save +6. Open *Basic information* section and copy the two secret codes in the .env file. \ No newline at end of file