mirror of
https://github.com/YunoHost-Apps/collabora_ynh.git
synced 2024-09-03 18:16:25 +02:00
Fix
This commit is contained in:
parent
854048a9e3
commit
30c1ced037
3 changed files with 21 additions and 6 deletions
|
@ -19,8 +19,3 @@ If you want to connect with Nextcloud, you have to install the [Collabora Online
|
||||||
**CODE has a warning limitation**
|
**CODE has a warning limitation**
|
||||||
|
|
||||||
![](https://www.libreoffice.org/assets/Uploads/LibreOffice-Online-limit.png)
|
![](https://www.libreoffice.org/assets/Uploads/LibreOffice-Online-limit.png)
|
||||||
|
|
||||||
## Additionnal informations
|
|
||||||
|
|
||||||
**Upgrade this package:**
|
|
||||||
You can use your YunoHost admin interface, or the command line: `sudo yunohost app upgrade collabora -u https://github.com/YunoHost-Apps/collabora_ynh --debug`
|
|
||||||
|
|
21
doc/DISCLAIMER_fr.md
Normal file
21
doc/DISCLAIMER_fr.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
**Paramètres :**
|
||||||
|
Les paramètres de Collabora sont à `https://office.domain.tld/loleaflet/dist/admin/admin.html`.
|
||||||
|
|
||||||
|
- Utilisateur : administrateur
|
||||||
|
- Mot de passe : Le mot de passe défini lors de l'installation. (Si vous l'avez oublié, vous pouvez le retrouver dans `/etc/loolwsd/loolwsd.xml`).
|
||||||
|
|
||||||
|
## Connexion à Nextcloud
|
||||||
|
|
||||||
|
Si vous souhaitez vous connecter à Nextcloud, vous devez installer l'application [Collabora Online](https://apps.nextcloud.com/apps/richdocuments) dans Nextcloud, et la configurer avec le domaine de votre installation Collabora.
|
||||||
|
|
||||||
|
* : avertissement : il existe plusieurs applications Collabora Online. Assurez-vous **de ne pas** installer les applications `Collabora Online - Built-in CODE server`, qui sont une version allégée de ce package Collabora. :Attention:*
|
||||||
|
|
||||||
|
## Limites
|
||||||
|
|
||||||
|
**Plateforme ARM non prise en charge.** Si vous souhaitez exécuter Collabora sur Nextcloud, il existe une version allégée du serveur Collabora pour ARM, appelée [Collabora Online - Built-in CODE Server (ARM64)](https://apps.nextcloud.com/apps/richdocumentscode_arm64) qui peut facilement se connecter à l'application [Collabora Online](https://apps.nextcloud.com/apps/richdocuments).
|
||||||
|
|
||||||
|
**CODE a une limitation d'avertissement**
|
||||||
|
|
||||||
|
![](https://www.libreoffice.org/assets/Uploads/LibreOffice-Online-limit.png)
|
|
@ -62,7 +62,6 @@ ynh_script_progression --message="Finding an available port..." --weight=1
|
||||||
|
|
||||||
# Find a free port
|
# Find a free port
|
||||||
port=$(ynh_find_port --port=9980)
|
port=$(ynh_find_port --port=9980)
|
||||||
|
|
||||||
ynh_app_setting_set --app=$app --key=port --value=$port
|
ynh_app_setting_set --app=$app --key=port --value=$port
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue