use https for redir

This commit is contained in:
Henry Hiles 2025-07-27 20:28:47 -04:00
commit 1852d8b88a
No known key found for this signature in database
2 changed files with 4 additions and 5 deletions

View file

@ -33,9 +33,9 @@ in {
redis.createLocally = true;
postgresql.createLocally = true;
frontendPackage = pkgs.lasuite-docs-frontend.overrideAttrs {
env.NODE_ENV = "production";
env.NEXT_PUBLIC_PUBLISH_AS_MIT = false;
env.PUBLISH_AS_MIT = false;
NODE_ENV = "production";
NEXT_PUBLIC_PUBLISH_AS_MIT = false;
PUBLISH_AS_MIT = false;
};
bind = "unix:${socket}";
inherit s3Url domain;
@ -46,7 +46,7 @@ in {
OIDC_OP_USER_ENDPOINT = "http://${authDomain}/userinfo";
OIDC_RP_SIGN_ALGO = "HS256";
LOGIN_REDIRECT_URL = "http://${domain}";
LOGIN_REDIRECT_URL = "https://${domain}";
AWS_S3_ENDPOINT_URL = s3Domain;
AWS_S3_ACCESS_KEY_ID = "minioadmin";

View file

@ -83,7 +83,6 @@
"fullscreen-avoider@noobsai.github.com"
"appindicatorsupport@rgcjonas.gmail.com"
"compiz-windows-effect@hermes83.github.com"
"user-theme@gnome-shell-extensions.gcampax.github.com"
"display-brightness-ddcutil@themightydeity.github.com"
"launch-new-instance@gnome-shell-extensions.gcampax.github.com"
];