1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00
outline_ynh/README.md

25 lines
1.3 KiB
Markdown
Raw Normal View History

2021-09-21 00:25:53 +02:00
2021-09-21 00:29:14 +02:00
# Outline wiki for Yunohost
2021-09-21 15:10:43 +02:00
<img width="1640" alt="110356468-26374600-7fef-11eb-9f6a-f2cc2c8c6590" src="https://user-images.githubusercontent.com/24638389/134176351-8a7ecaf8-628e-49af-99b4-493287b36a77.png">
2021-09-24 13:41:32 +02:00
# Important points to read before installation
2021-09-23 19:17:31 +02:00
2021-09-24 13:43:57 +02:00
## This is a Yunohost package
2021-09-24 13:48:48 +02:00
YunoHost is an operating system aiming to simplify as much as possible the administration of a server. You can visit yunohost.org or forum.yunohost.org for more information or help.
2021-09-24 13:43:57 +02:00
2021-09-24 13:41:32 +02:00
## The current version only works with Slack authentifiaction
2021-09-24 13:45:24 +02:00
You will need to create a "Slack app" in order to use Outline.
2021-09-24 13:45:41 +02:00
2021-09-24 13:45:24 +02:00
You should perform all below steps before starting the package installation on Yunohost :
2021-09-24 13:41:32 +02:00
1. Visit https://api.slack.com/apps
2. Sign in into a Slack workspace
3. Create a new app from scratch
4. Give it a name and associate it to your workspace
![image](https://user-images.githubusercontent.com/24638389/134668089-3b1a73f2-dbca-47c4-8e57-1ee26d1c034a.png)
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)