mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
How to for slack app added
This commit is contained in:
parent
34e2cccb3c
commit
0b9317665f
1 changed files with 14 additions and 5 deletions
19
README.md
19
README.md
|
@ -1,9 +1,18 @@
|
||||||
|
|
||||||
# Outline wiki for Yunohost
|
# Outline wiki for Yunohost
|
||||||
<img width="1640" alt="110356468-26374600-7fef-11eb-9f6a-f2cc2c8c6590" src="https://user-images.githubusercontent.com/24638389/134176351-8a7ecaf8-628e-49af-99b4-493287b36a77.png">
|
<img width="1640" alt="110356468-26374600-7fef-11eb-9f6a-f2cc2c8c6590" src="https://user-images.githubusercontent.com/24638389/134176351-8a7ecaf8-628e-49af-99b4-493287b36a77.png">
|
||||||
|
|
||||||
|
# Important points to read before installation
|
||||||
|
|
||||||
1. Create a slack app
|
## The current version only works with Slack authentifiaction
|
||||||
2. Run the installation
|
You will need to create a "Slack app" in order to use Outline.
|
||||||
3. Go to /opt/yunohost/outline
|
1. Visit https://api.slack.com/apps
|
||||||
4. Run `sudo -u outline env PATH=/opt/node_n/n/versions/node/14/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin yarn start`
|
2. Sign in into a Slack workspace
|
||||||
5. Enjoy !
|
3. Create a new app from scratch
|
||||||
|
4. Give it a name and associate it to your workspace
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
6. In the basic information tab, you'll find a "Client ID" and a "Signing Secret" - you'll need them to run the package installation
|
||||||
|
7. Go to "Features" then "OAuth & Permissions"
|
||||||
|
8. Add a new redirect URL. Use https://mydomain.fr/path/auth/slack.callback (with mydomain.fr/path being the domain on which you will install outline package)
|
||||||
|
|
Loading…
Add table
Reference in a new issue