21 KiB
21 KiB
Table of Contents
nextcloud
Synopsis
Nextcloud, Online collaboration platform.
Basic variables
Général
Reverse proxy
Point d'entrée des clients
This a family is a leadership.
| Description | Type | Example | Supplier |
|---|---|---|---|
| Nom de domaine exterieur du serveur (general.revprox.revprox_client.revprox_client_external_domainnames) [+] | domainname | service.example.net | ReverseProxy:external |
Nextcloud
| Description | Type | Example |
|---|---|---|
| nextcloud_mail_admin | admin@example.net |
- [+]: variable is multiple
- bold: variable is mandatory
Variables
Général
nginx
| Description | Type | Values |
|---|---|---|
| php_fpm_user | unix_user | apache |
| php_fpm_installed | boolean | True |
Apache
Paramètrage avancé du serveur web Apache.
| Description | Help | Type | Values |
|---|---|---|---|
| Temps d'attente des entrées/sorties avant de considérer qu'une requête a échoué (general.apache.apache_timeout) | Temps en secondes | number | 300 |
| Autoriser les connexions persistantes (general.apache.apache_keepalive) | boolean | True |
Annuaire OpenLDAP
Client
| Description | Type | Supplier |
|---|---|---|
| Nom de la famille LDAP (general.ldap.client.ldapclient_family) | unix_user | LDAP:family |
Reverse proxy
Point d'entrée des clients
This a family is a leadership.
| Description | Type | Supplier |
|---|---|---|
| Nom de l'arborescence racine du site (general.revprox.revprox_client.revprox_client_location) | filename | ReverseProxy:location |
PostgreSQL
| Description | Values | Supplier | Type |
|---|---|---|---|
| Client username (general.postgresql.pg_client_username) | Postgresql:username | string | |
| Client password (general.postgresql.pg_client_password) | Postgresql:password | password | |
| Client database (general.postgresql.pg_client_database) | Postgresql:database | string |
Redis
| Description | Values | Supplier | Type |
|---|---|---|---|
| Nom d'utilisateur (general.redis.redis_client_username) | Redis:username | string | |
| Mot de passe de connexion (general.redis.redis_client_password) | Redis:password | password |
OAuth2 client
| Description | Values | Example | Supplier | Type |
|---|---|---|---|---|
| OAuth2 client name (general.oauth2_client.oauth2_client_name) | Collaboration | example | OAuth2:name | string |
| OAuth2 client description (general.oauth2_client.oauth2_client_description) | Plateforme de collaboration Nextcloud | Example description | OAuth2:description | string |
| OAuth2 URL to valid login (general.oauth2_client.oauth2_client_login) | OAuth2:login | web_address | ||
| OAuth2 category (general.oauth2_client.oauth2_client_category) | Diffusion | OAuth2:category | string | |
| OAuth2 logo (general.oauth2_client.oauth2_client_logo) | silique_folder.png | OAuth2:logo | string |
external
| Description | Type | Values | Supplier |
|---|---|---|---|
| OAuth2 client external (general.oauth2_client.external.oauth2_client_external) [+] | web_address | OAuth2:external | |
| OAuth2 family (general.oauth2_client.external.oauth2_client_family) | string | users | OAuth2:family |
Nextcloud
| Description | Type |
|---|---|
| Nom de domaine du serveur hebergeant le répertoire .well-known (general.nextcloud.nextcloud_well_known_server) | domainname |
- [+]: variable is multiple
- bold: variable is mandatory
Variables for expert
Général
PHP
Paramètrage avancé de PHP.
| Description | Help | Type | Values |
|---|---|---|---|
| Taille maximale des données reçues par la méthode POST (general.php.php_post_max_size) | Valeur en Mo | number | 32 |
| Taille maximale d'un fichier à charger (general.php.php_upload_max_filesize) | Valeur en Mo | number | 16 |
| Temps maximal d'exécution d'un script (general.php.php_max_execution_time) | Valeur en secondes | number | 30 |
| Durée maximale pour analyser les données d'entrée (general.php.php_max_input_time) | Valeur en secondes | number | 60 |
| Taille mémoire maximale qu'un script est autorisé à allouer (general.php.php_memory_limit) | Valeur en Mo | number | 512 |
| Affichage des erreurs à l'écran (general.php.php_display_errors) | boolean | False | |
| Durée de vie des données sur le serveur (general.php.php_session_gc_maxlifetime) | Valeur en secondes | number | 3600 |
| Activer la directive de configuration browscap (general.php.php_browscap) | La directive de configuration browscap permet d'obtenir plus d'information sur les capacités du navigateur client grâce à la fonction get_browser() | boolean | False |
| Fuseau horaire (general.php.time_zone) | string | Europe/Paris | |
| Activer les tampons de sortie (general.php.php_enable_output_buffering) | boolean | False | |
| Désactiver PCNTL (general.php.php_disable_pcntl) | boolean | False |
Annuaire OpenLDAP
Client
| Description | Values | Supplier |
|---|---|---|
| Base DN de l'annuaire (general.ldap.client.ldapclient_base_dn) | LDAP:base_dn | |
| Base DN de l'annuaire des utilisateurs (general.ldap.client.ldapclient_search_dn) | ||
| Base DN de l'annuaire des groupes (general.ldap.client.ldapclient_group_dn) | ||
| Base DN de l'annuaire des utilisateurs n'appartenant à une famille (general.ldap.client.ldapclient_user_dn) |
Reverse proxy
Point d'entrée des clients
This a family is a leadership.
| Description | Supplier |
|---|---|
| Taille maximum du corps (general.revprox.revprox_client.revprox_client_max_body_size) | ReverseProxy:max_body_size |
- [+]: variable is multiple
- bold: variable is mandatory
Associated providers
- LocalDNS
- Journald
- SMTP
- LDAP
- ReverseProxy
- Postgresql
- Redis
- OAuth2
bold: provider is mandatory
Example
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
nextcloud:
applicationservice: nextcloud
zones_name:
- ldap
- localdns
- reverseproxy
- smtp
- redis
- oauth2
- postgresql
values:
general.revprox.revprox_client.revprox_client_external_domainnames:
- service.example.net
general.nextcloud.nextcloud_mail_admin: admin@example.net