Browse Source
Merge pull request #377 from YunoHost-Apps/21.0.0
Merge pull request #377 from YunoHost-Apps/21.0.0
Upgrade to version 21.0.0pull/411/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 139 additions and 130 deletions
-
79README.md
-
68README_fr.md
-
6check_process
-
3conf/config.json
-
2conf/nextcloud.cron
-
7conf/nginx.conf
-
6config_panel.toml
-
23doc/DISCLAIMER.md
-
22doc/DISCLAIMER_fr.md
-
BINdoc/screenshots/screenshot.png
-
22manifest.json
-
7scripts/install
-
7scripts/upgrade
-
7scripts/upgrade.d/upgrade.20.sh
-
4scripts/upgrade.d/upgrade.last.sh
@ -1 +1 @@ |
|||||
*/15 * * * * __USER__ /usr/bin/php__YNH_PHP_VERSION__ -f __DESTDIR__/cron.php |
|
||||
|
*/15 * * * * __USER__ /usr/bin/php__PHPVERSION__ -f __FINALPATH__/cron.php |
||||
@ -0,0 +1,23 @@ |
|||||
|
## Configuration |
||||
|
|
||||
|
#### Configure OnlyOffice integration |
||||
|
|
||||
|
Starting from Nextcloud 18, it features a direct integration of OnlyOffice (an online rich text document editor) through a Nextcloud app. |
||||
|
To install and configure it: |
||||
|
- Install *Community Document Server* application in your Nextcloud. That's the part that runs OnlyOffice server. |
||||
|
- Install *ONLYOFFICE* application. That's the client part that will connect to an OnlyOffice server. |
||||
|
- Then in Settings -> ONLYOFFICE (`https://yourdomain.tld/nextcloud/settings/admin/onlyoffice`), if you want to configure which file formats should be opened by OnlyOffice. |
||||
|
- Here you go :) You should be able to create new type of documents and open them. |
||||
|
|
||||
|
*NB: OnlyOffice is only available for x86 architecture - **ARM** architecture is **not** supported (Raspberry Pi, OLinuXino...)* |
||||
|
|
||||
|
## YunoHost specific features |
||||
|
|
||||
|
In addition to Nextcloud core features, the following are made available with |
||||
|
this package: |
||||
|
|
||||
|
* Integrate with YunoHost users and SSO - i.e. logout button |
||||
|
* Allow one user to be the administrator (set at the installation) |
||||
|
* Allow multiple instances of this application |
||||
|
* Optionally access the user home folder from Nextcloud files (set at the installation, the sharing is enabled by default) |
||||
|
* Serve `/.well-known` paths for CalDAV and CardDAV on the domain only if it's not already served - i.e. by Baïkal |
||||
@ -0,0 +1,22 @@ |
|||||
|
## Configuration |
||||
|
|
||||
|
#### Configurer l'intégration d'OnlyOffice |
||||
|
|
||||
|
À partir de sa version 18, Nextcloud inclut une intégration directe de OnlyOffice (un éditeur de texte enrichi en ligne) via une application Nextcloud. |
||||
|
Pour l'installer et la configurer : |
||||
|
- Installez l'application *Community Document Server* dans votre Nextcloud. C'est la partie qui fait tourner un serveur OnlyOffice. |
||||
|
- Installez l'application *ONLYOFFICE*. C'est la partie cliente qui va se connecter au serveur OnlyOffice. |
||||
|
- Ensuite dans les Paramètres -> ONLYOFFICE (`https://yourdomain.tld/nextcloud/settings/admin/onlyoffice`), si vous voulez configurer quels formats de fichier s'ouvrent avec OnlyOffice. |
||||
|
- Et voilà :) Vous devriez pouvoir créer de nouveaux types de documents, et les ouvrir. |
||||
|
|
||||
|
*NB : OnlyOffice n'est disponible que sous architecture x86 - L'architecture **ARM** n'est **pas** supporté (Raspberry Pi, OLinuXino...)* |
||||
|
|
||||
|
## Caractéristiques spécifiques YunoHost |
||||
|
|
||||
|
En plus des fonctionnalités principales de Nextcloud, les fonctionnalités suivantes sont incluses dans ce package : |
||||
|
|
||||
|
* Intégration avec les utilisateurs YunoHost et le SSO - exemple, le bouton de déconnexion |
||||
|
* Permet à un utilisateur d'être l'administrateur (choisi à l'installation) |
||||
|
* Permet de multiples instances de cette application |
||||
|
* Accès optionnel au répertoire home depuis les fichiers Nextcloud (à activer à l'installation, le partage étant activé par défaut) |
||||
|
* Utilise l'adresse `/.well-known` pour la synchronisation CalDAV et CardDAV du domaine si aucun autre service ne l'utilise déjà - par exemple, baikal |
||||
|
After Width: 1600 | Height: 899 | Size: 33 KiB |
@ -0,0 +1,7 @@ |
|||||
|
#!/bin/bash |
||||
|
|
||||
|
# Last available nextcloud version |
||||
|
next_version="21.0.0" |
||||
|
|
||||
|
# Nextcloud tarball checksum sha256 |
||||
|
nextcloud_source_sha256="ceadaeef67685a11afc5b23b0a86ba3c7bd0a7b138d5d1ecc05262383655f1f0" |
||||
@ -1,7 +1,7 @@ |
|||||
#!/bin/bash |
#!/bin/bash |
||||
|
|
||||
# Last available Nextcloud version |
# Last available Nextcloud version |
||||
next_version="20.0.8" |
|
||||
|
next_version="21.0.2" |
||||
|
|
||||
# Nextcloud tarball checksum sha256 |
# Nextcloud tarball checksum sha256 |
||||
nextcloud_source_sha256="85746a4bda87bf754be5834cdb6489c365dc847653bab8ff3afccdaac3b356b5" |
|
||||
|
nextcloud_source_sha256="5e5b38109a3485db5fd2d248f24478eabe6c0790ec10b030acbbee207d5511fe" |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue