mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved ldap_user nextcloud var import bug (hopefully) and optimized README.md's and metas
This commit is contained in:
2
roles/docker-nextcloud/vars/README.md
Normal file
2
roles/docker-nextcloud/vars/README.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# Variables
|
||||
This folder contains the Nextcloud Variables
|
@@ -11,7 +11,7 @@ domain: "{{domains[application_id]}}
|
||||
http_port: "{{ ports.localhost.http[application_id] }}" # Port at which nextcloud is reachable in the local network
|
||||
|
||||
# Localhost
|
||||
nextcloud_localhost_plugin_configuration_directory: "{{role_path}}/plugins/" # Folder in which the files for the plugin configuration are stored
|
||||
nextcloud_localhost_plugin_configuration_directory: "{{role_path}}/vars/plugins/" # Folder in which the files for the plugin configuration are stored
|
||||
|
||||
# Host
|
||||
|
||||
|
@@ -1 +1,2 @@
|
||||
This folder contains the plugin specific configurations which willö be applied
|
||||
# Plugins
|
||||
This folder contains the plugin specific configurations which will be applied
|
Reference in New Issue
Block a user