mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
1.3 KiB
1.3 KiB
Known limitations
- The app requires MinIO app to be installed (MinIO installation is automatic, though)
- The app is requiring two full dedicated domains (one for MinIO server, one for Outline)
- ARM architectures are not supported (and may never be as Outline was built for AMD64)
- Not yet working Yunohost SSO integration (for now it requires a Slack account and Slack app - see below)
- Because it's built from sources, the app requires an important amount of RAM & disk to install properly
How to create a "Slack app" and get your "Client ID" and "Signing Secret"
You should perform all below steps before starting the package installation on Yunohost :
- Visit https://api.slack.com/apps
- Sign in into a Slack workspace
- Create a new app from scratch
- Give it a name and associate it to your workspace
- In the basic information tab, you'll find a "Client ID" and a "Signing Secret" - keep both as you'll need them to run the package installation
- Go to "Features" then "OAuth & Permissions"
- Add a new redirect URL. Use https://example.mydomain.fr/auth/slack.callback (assuming https://example.mydomain.fr is the domain on which you will install outline package)