git-subtree-dir: temp-repo git-subtree-split: 6688605ad41f49d1eccead8d29421c658cad0100
1.9 KiB
Executable file
Nextcloud forum 1
[!quote] catav - Apr 2022
Hi,
I found a solution after digging a lot on internet.
Following changes solve the problem.'trusted_domains' => array ( 0 => 'domain.ltd', ), 'overwrite.cli.url' => 'https://domain.ltd', 'overwriteprotocol' => 'https',
NC works as expected now on k3s cluster.
Mais ça ne marche pas chez moi.
J'ai une redirection https par traefik : c'est peut etre lié à ca ?
Nextcloud forum 2
[!quote] Jakub_Gondar - Sep 2021
Hello, I had the same problem, I have set both
overwrite.cli.url
andoverwriteprotocol
but it was still not working…But what did fixed it for me was REMOVING
overwritecondaddr
parameter! After removing it, everything is working now for me.
je trouve pas overwritecondaddr
...
extyrait de mon config.php :
Enlever http(s) de overwrite.cli.url
[!quote] franko5 - Sep 2021
Thanks, this worked for me too, url without http(s).
Best.
Si j'enlève le http ou https de overwrite.cli.url, ça ne marche pas nn plus
Solution
'overwritehost' => 'nexcloud.achilltoupin.com',
'overwriteprotocol' => 'https',
pas de https avant le host