mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
Update README.md
move jwt section
This commit is contained in:
parent
aeca6095a1
commit
d03d15fc33
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -68,6 +68,12 @@ You should not install ONLYOFFICE on your main YunoHost domain, especially if yo
|
|||
* Choose a path for ONLYOFFICE, e.g. `/` if you install on `office.yunohost.domain` (do not install any other app on this domain).
|
||||
* The domain of your Nextcloud instance, e.g. `yunohost.domain/nextcloud` or `nextcloud.yunohost.domain`.
|
||||
* Is it a public application? **If you want to connect it to Nextcloud, ONLYOFFICE should be public**: then select `Yes` or `tick the box`.
|
||||
*
|
||||
#### JWT Safety setting
|
||||
In the Nextcloud' OnlyOffice connector setting page, a token is required. You receive it by mail at install time, copy-paste the token in the Nextcloud's setting page.
|
||||
|
||||
If you missed the email, you can find the token by running this command anytime in your Yunohost server where Onlyoffice is installed :
|
||||
* `sudo documentserver-jwt-status.sh`
|
||||
|
||||
|
||||
|
||||
|
@ -81,12 +87,6 @@ Prerequisite: **ONLYOFFICE should be public**, see previous section.
|
|||
* Give the installation domain of your `onlyoffice`, e.g. `https://office.yunohost.domain/` and click `Save`.
|
||||
* Create a new document and enjoy!
|
||||
|
||||
#### JWT Safety setting
|
||||
In the Nextcloud' OnlyOffice connector setting page, a token is required. You receive it by mail at install time, copy-paste the token in the Nextcloud's setting page.
|
||||
|
||||
If you missed the email, you can find the token by running this command anytime in your Yunohost server where Onlyoffice is installed :
|
||||
* `sudo documentserver-jwt-status.sh`
|
||||
|
||||
### Desktop Edition on PC
|
||||
|
||||
* Download and install a [ONLYOFFICE Desktop Editors](https://www.onlyoffice.com/fr/download-desktop.aspx).
|
||||
|
|
Loading…
Add table
Reference in a new issue