dataset/seed/nextcloud/README.md
2023-08-01 15:13:17 +02:00

3.8 KiB

Table of Contents

nextcloud

Description

Nextcloud, Online collaboration platform.

For more informations

Examples

Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.

With minimum providers:

nextcloud:
  applicationservice: nextcloud
  zones_name:
    - ldap
    - localdns
    - reverseproxy
    - smtp
    - redis
    - oauth2
    - postgresql

With all providers:

nextcloud:
  applicationservice: nextcloud
  zones_name:
    - journald
    - ldap
    - localdns
    - reverseproxy
    - smtp
    - redis
    - oauth2
    - postgresql

Dependances

Variables

Général (general)

Nextcloud (general.nextcloud)

Description Type
nextcloud_mail_admin mail
Nom de domaine du serveur hebergeant le répertoire .well-known (nextcloud_well_known_server) domainname

oauth2_client (general.oauth2_client)

Description Values
oauth2_is_client_application True
oauth2_client_name Collaboration
oauth2_client_description Plateforme de collaboration Nextcloud
oauth2_client_category Diffusion
oauth2_client_logo silique_folder.png

php (general.php)

Description Values
php_enable_output_buffering False
php_disable_pcntl False
  • [+]: variable is multiple
  • bold: variable is mandatory

All applications services for this dataset.