Add data directory option on NextCloud

This commit is contained in:
Marcio Granzotto
2021-12-29 15:36:39 -03:00
parent fe24fcf98f
commit c01b4f89c6
4 changed files with 8 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
"use_own_certs": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"data_directory": "/share/nextcloud",
"trusted_domains": "your-domain, your-domain2",
"OCR": false,
"OCRLANG": "fra",
@@ -38,6 +39,7 @@
"use_own_certs": "bool",
"certfile": "str",
"keyfile": "str",
"data_directory": "str",
"OCR": "bool?",
"OCRLANG": "str?",
"Full_Text_Search": "bool?",