Skip to content
Snippets Groups Projects
Commit 2aec9466 authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch '1123-localhost-in-links' into 'main'

Resolve "localhost in links"

Closes #1123

See merge request !600
parents 651f1e9e 22f48f42
No related branches found
No related tags found
1 merge request!600Resolve "localhost in links"
# Changelog
## Unreleased
* Fix `http://localhost` links in emails by setting `overwrite.cli.url`.
## 0.15.29 - 2024-08-23
* Attempt to reduce test flakiness by checking whether the newly created office
......
......@@ -37,6 +37,7 @@ data:
"trusted_proxies": ["10.42.0.0/16"],
"trusted_domains": ["localhost", {{ .Values.nextcloud.nextcloud.host | quote }}],
"overwriteprotocol": "https",
"overwrite.cli.url": "https://{{ .Values.nextcloud.nextcloud.host }}",
"appstoreenabled": false,
{{- if not .Values.nextcloud.skeleton }}
"skeletondirectory": "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment