fix(ente-auth): update museum url, add serverAliases
This commit is contained in:
parent
7cba5e5494
commit
8115b622ed
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ let
|
||||||
|
|
||||||
enteApp = cfg.package.override {
|
enteApp = cfg.package.override {
|
||||||
extraBuildEnv = {
|
extraBuildEnv = {
|
||||||
NEXT_PUBLIC_ENTE_ENDPOINT = "https://ente-api.monapona.dev";
|
NEXT_PUBLIC_ENTE_ENDPOINT = "https://ente.monapona.de/api";
|
||||||
NEXT_TELEMETRY_DISABLED = "1";
|
NEXT_TELEMETRY_DISABLED = "1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -53,6 +53,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
virtualHosts."${cfg.domain}" = {
|
virtualHosts."${cfg.domain}" = {
|
||||||
|
serverAliases = [ "ente.monpona.de" ];
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "stahl.sh";
|
useACMEHost = "stahl.sh";
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue