Merge pull request 'nextcloud/notify_push: Don't bend domain to localhost' (#353) from dont-bend-domain into main
Reviewed-on: #353 Reviewed-by: teutat3s <teutat3s@noreply.git.pub.solar>
This commit is contained in:
commit
b76c5a7f53
1 changed files with 3 additions and 1 deletions
|
@ -102,7 +102,9 @@
|
|||
|
||||
notify_push = {
|
||||
enable = true;
|
||||
bendDomainToLocalhost = true;
|
||||
# Setting this to true breaks matrix -> nextpush integration because
|
||||
# matrix doesn't like it if cloud.pub.solar resolves to localhost.
|
||||
bendDomainToLocalhost = false;
|
||||
};
|
||||
|
||||
config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue