Commit 225795ce authored by Alain Takoudjou's avatar Alain Takoudjou

fixup! nextcloud sr: update config after nextcloud installation if any changes

parent 109b4362
...@@ -24,11 +24,11 @@ ...@@ -24,11 +24,11 @@
{{ ' "' ~ proxy_list | join('",\n "') ~ '"' }} {{ ' "' ~ proxy_list | join('",\n "') ~ '"' }}
{% endif -%} {% endif -%}
], ],
"dbname": "nextcloud", "dbname": "{{ parameter_dict['db-name'] }}",
"dbhost": "10.0.151.118:2099", "dbhost": "{{ parameter_dict['db-host'] }}:{{ parameter_dict['db-port'] }}",
"mysql.utf8mb4": true, "mysql.utf8mb4": true,
"dbuser": "nextcloud", "dbuser": "{{ parameter_dict['db-user'] }}",
"dbpassword": "insecure", "dbpassword": "{{ parameter_dict['db-password'] }}",
"redis": { "redis": {
"host": "{{ parameter_dict['redis-socket'] }}", "host": "{{ parameter_dict['redis-socket'] }}",
"port": 0, "port": 0,
......
...@@ -29,7 +29,7 @@ md5sum = f3bca64bf991526fd8221035a86aacbf ...@@ -29,7 +29,7 @@ md5sum = f3bca64bf991526fd8221035a86aacbf
[template-nextcloud-config.json] [template-nextcloud-config.json]
<= nc-download-base <= nc-download-base
filename = nextcloud-config.json.in filename = nextcloud-config.json.in
md5sum = c6eb032b17b38f3d04d4a029c9bdcc60 md5sum = fbc5eacda192cb02c8d9861cb628fe6f
[template-nextcloud-instance] [template-nextcloud-instance]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment