dataset/seed/nextcloud
2023-08-01 15:13:17 +02:00
..
dictionaries ansible template 2023-06-23 08:12:05 +02:00
manual/image update documentations 2023-01-17 21:43:32 +01:00
templates ansible template 2023-06-23 08:12:05 +02:00
tests add nextcloud tests 2022-10-01 18:57:53 +02:00
applicationservice.yml update doc 2023-08-01 15:13:17 +02:00
DEBUG.md upgrade for nextcloud 2022-10-01 19:11:05 +02:00
README.md update doc 2023-08-01 15:13:17 +02:00
UPGRADE.md add upgrade information for nextcloud 2022-10-20 21:09:02 +02:00

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.