mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Merge branch 'YunoHost-Apps:master' into ci-compatible
This commit is contained in:
commit
9873ca5b1e
3 changed files with 21 additions and 16 deletions
12
README.md
12
README.md
|
@ -43,17 +43,19 @@ The Outline version shipped with this package (v0.62.0) will be released under A
|
||||||
### Known limitations
|
### Known limitations
|
||||||
|
|
||||||
1. Because this app can't yet run in the CI server, its integration level is unkonwn at the moment and standard Yunohost packages testing couldn't run yet. **Please don't use it yet on a prod server**
|
1. Because this app can't yet run in the CI server, its integration level is unkonwn at the moment and standard Yunohost packages testing couldn't run yet. **Please don't use it yet on a prod server**
|
||||||
2. The app requires MinIO app to be installed (MinIO installation and setup is automatic, though)
|
2. For some technical reasons I'm still trying to understand, related to [Dex app](https://github.com/YunoHost-apps/dex_ynh), the app can't be installed through the web UI yet. You need to run the installation command from the command line : `sudo yunohost app install https://github.com/YunoHost-apps/outline_ynh`
|
||||||
3. The app requires Dex app to be installed (Dex installation and setup is automatic, though)
|
3. The app requires [MinIO app](https://github.com/YunoHost-apps/minio_ynh) to be installed (MinIO installation and setup is automatic, though)
|
||||||
3. The app is requiring three domains including two fully dedicated (one for MinIO server, one for Dex, one for Outline)
|
4. The app requires [Dex app](https://github.com/YunoHost-apps/dex_ynh) to be installed (Dex installation and setup is automatic, though)
|
||||||
4. ARM architectures are not yet supported (But it should be achievable)
|
5. The app is requiring three domains including two fully dedicated (one for MinIO server, one for Dex, one for Outline)
|
||||||
6. Because it's built from sources, the app requires an important amount of RAM, disk and time to install properly
|
6. ARM architectures are not yet supported (But it should be achievable soon)
|
||||||
|
7. Because it's built from sources, the app requires an important amount of RAM, disk and time to install properly
|
||||||
|
|
||||||
|
|
||||||
### How to create an admin user
|
### How to create an admin user
|
||||||
|
|
||||||
The first user to login will automatically be granted admin rights
|
The first user to login will automatically be granted admin rights
|
||||||
You can then change the user rights by default and/or change the admin user afterwards from the Outline settings page
|
You can then change the user rights by default and/or change the admin user afterwards from the Outline settings page
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: www.getoutline.com
|
* Official app website: www.getoutline.com
|
||||||
|
|
12
README_fr.md
12
README_fr.md
|
@ -39,17 +39,19 @@ The Outline version shipped with this package (v0.62.0) will be released under A
|
||||||
### Known limitations
|
### Known limitations
|
||||||
|
|
||||||
1. Because this app can't yet run in the CI server, its integration level is unkonwn at the moment and standard Yunohost packages testing couldn't run yet. **Please don't use it yet on a prod server**
|
1. Because this app can't yet run in the CI server, its integration level is unkonwn at the moment and standard Yunohost packages testing couldn't run yet. **Please don't use it yet on a prod server**
|
||||||
2. The app requires MinIO app to be installed (MinIO installation and setup is automatic, though)
|
2. For some technical reasons I'm still trying to understand, related to [Dex app](https://github.com/YunoHost-apps/dex_ynh), the app can't be installed through the web UI yet. You need to run the installation command from the command line : `sudo yunohost app install https://github.com/YunoHost-apps/outline_ynh`
|
||||||
3. The app requires Dex app to be installed (Dex installation and setup is automatic, though)
|
3. The app requires [MinIO app](https://github.com/YunoHost-apps/minio_ynh) to be installed (MinIO installation and setup is automatic, though)
|
||||||
3. The app is requiring three domains including two fully dedicated (one for MinIO server, one for Dex, one for Outline)
|
4. The app requires [Dex app](https://github.com/YunoHost-apps/dex_ynh) to be installed (Dex installation and setup is automatic, though)
|
||||||
4. ARM architectures are not yet supported (But it should be achievable)
|
5. The app is requiring three domains including two fully dedicated (one for MinIO server, one for Dex, one for Outline)
|
||||||
6. Because it's built from sources, the app requires an important amount of RAM, disk and time to install properly
|
6. ARM architectures are not yet supported (But it should be achievable soon)
|
||||||
|
7. Because it's built from sources, the app requires an important amount of RAM, disk and time to install properly
|
||||||
|
|
||||||
|
|
||||||
### How to create an admin user
|
### How to create an admin user
|
||||||
|
|
||||||
The first user to login will automatically be granted admin rights
|
The first user to login will automatically be granted admin rights
|
||||||
You can then change the user rights by default and/or change the admin user afterwards from the Outline settings page
|
You can then change the user rights by default and/or change the admin user afterwards from the Outline settings page
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : www.getoutline.com
|
* Site officiel de l'app : www.getoutline.com
|
||||||
|
|
|
@ -6,11 +6,12 @@ The Outline version shipped with this package (v0.62.0) will be released under A
|
||||||
### Known limitations
|
### Known limitations
|
||||||
|
|
||||||
1. Because this app can't yet run in the CI server, its integration level is unkonwn at the moment and standard Yunohost packages testing couldn't run yet. **Please don't use it yet on a prod server**
|
1. Because this app can't yet run in the CI server, its integration level is unkonwn at the moment and standard Yunohost packages testing couldn't run yet. **Please don't use it yet on a prod server**
|
||||||
2. The app requires MinIO app to be installed (MinIO installation and setup is automatic, though)
|
2. For some technical reasons I'm still trying to understand, related to [Dex app](https://github.com/YunoHost-apps/dex_ynh), the app can't be installed through the web UI yet. You need to run the installation command from the command line : `sudo yunohost app install https://github.com/YunoHost-apps/outline_ynh`
|
||||||
3. The app requires Dex app to be installed (Dex installation and setup is automatic, though)
|
3. The app requires [MinIO app](https://github.com/YunoHost-apps/minio_ynh) to be installed (MinIO installation and setup is automatic, though)
|
||||||
3. The app is requiring three domains including two fully dedicated (one for MinIO server, one for Dex, one for Outline)
|
4. The app requires [Dex app](https://github.com/YunoHost-apps/dex_ynh) to be installed (Dex installation and setup is automatic, though)
|
||||||
4. ARM architectures are not yet supported (But it should be achievable)
|
5. The app is requiring three domains including two fully dedicated (one for MinIO server, one for Dex, one for Outline)
|
||||||
6. Because it's built from sources, the app requires an important amount of RAM, disk and time to install properly
|
6. ARM architectures are not yet supported (But it should be achievable soon)
|
||||||
|
7. Because it's built from sources, the app requires an important amount of RAM, disk and time to install properly
|
||||||
|
|
||||||
|
|
||||||
### How to create an admin user
|
### How to create an admin user
|
||||||
|
|
Loading…
Reference in a new issue