use https for redir
This commit is contained in:
parent
77b984f52e
commit
1852d8b88a
2 changed files with 4 additions and 5 deletions
|
@ -33,9 +33,9 @@ in {
|
||||||
redis.createLocally = true;
|
redis.createLocally = true;
|
||||||
postgresql.createLocally = true;
|
postgresql.createLocally = true;
|
||||||
frontendPackage = pkgs.lasuite-docs-frontend.overrideAttrs {
|
frontendPackage = pkgs.lasuite-docs-frontend.overrideAttrs {
|
||||||
env.NODE_ENV = "production";
|
NODE_ENV = "production";
|
||||||
env.NEXT_PUBLIC_PUBLISH_AS_MIT = false;
|
NEXT_PUBLIC_PUBLISH_AS_MIT = false;
|
||||||
env.PUBLISH_AS_MIT = false;
|
PUBLISH_AS_MIT = false;
|
||||||
};
|
};
|
||||||
bind = "unix:${socket}";
|
bind = "unix:${socket}";
|
||||||
inherit s3Url domain;
|
inherit s3Url domain;
|
||||||
|
@ -46,7 +46,7 @@ in {
|
||||||
OIDC_OP_USER_ENDPOINT = "http://${authDomain}/userinfo";
|
OIDC_OP_USER_ENDPOINT = "http://${authDomain}/userinfo";
|
||||||
OIDC_RP_SIGN_ALGO = "HS256";
|
OIDC_RP_SIGN_ALGO = "HS256";
|
||||||
|
|
||||||
LOGIN_REDIRECT_URL = "http://${domain}";
|
LOGIN_REDIRECT_URL = "https://${domain}";
|
||||||
|
|
||||||
AWS_S3_ENDPOINT_URL = s3Domain;
|
AWS_S3_ENDPOINT_URL = s3Domain;
|
||||||
AWS_S3_ACCESS_KEY_ID = "minioadmin";
|
AWS_S3_ACCESS_KEY_ID = "minioadmin";
|
||||||
|
|
|
@ -83,7 +83,6 @@
|
||||||
"fullscreen-avoider@noobsai.github.com"
|
"fullscreen-avoider@noobsai.github.com"
|
||||||
"appindicatorsupport@rgcjonas.gmail.com"
|
"appindicatorsupport@rgcjonas.gmail.com"
|
||||||
"compiz-windows-effect@hermes83.github.com"
|
"compiz-windows-effect@hermes83.github.com"
|
||||||
"user-theme@gnome-shell-extensions.gcampax.github.com"
|
|
||||||
"display-brightness-ddcutil@themightydeity.github.com"
|
"display-brightness-ddcutil@themightydeity.github.com"
|
||||||
"launch-new-instance@gnome-shell-extensions.gcampax.github.com"
|
"launch-new-instance@gnome-shell-extensions.gcampax.github.com"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue