fix: nextcloud: overwrite webroot to `/`
parent
6fd486eb61
commit
a0f15d7227
|
@ -435,6 +435,8 @@
|
||||||
|
|
||||||
# OIDC configuration
|
# OIDC configuration
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
|
overwritewebroot = "/";
|
||||||
|
|
||||||
allow_user_to_change_display_name = false;
|
allow_user_to_change_display_name = false;
|
||||||
lost_password_link = "disabled";
|
lost_password_link = "disabled";
|
||||||
oidc_login_provider_url = "https://dex.samsehu.perli.casa";
|
oidc_login_provider_url = "https://dex.samsehu.perli.casa";
|
||||||
|
|
Loading…
Reference in New Issue