updated hades nginx config
This commit is contained in:
parent
403dab967f
commit
ce95a03797
9 changed files with 180 additions and 89 deletions
|
@ -19,12 +19,19 @@ in {
|
|||
environment.systemPackages = with pkgs; [ sqlite ];
|
||||
virtualisation = {
|
||||
|
||||
podman.enable = true;
|
||||
podman = {
|
||||
enable = true;
|
||||
defaultNetwork.settings = {
|
||||
"subnets" = [{
|
||||
subnet = "10.88.0.0/16";
|
||||
gateway = "10.88.0.1";
|
||||
}];
|
||||
};
|
||||
};
|
||||
oci-containers.backend = "podman";
|
||||
|
||||
oci-containers.containers.grist = {
|
||||
image =
|
||||
"gristlabs/grist:1.1.9";
|
||||
image = "gristlabs/grist:1.1.9";
|
||||
environment = {
|
||||
APP_HOME_URL = "https://grist.0x76.dev";
|
||||
GRIST_SUPPORT_ANON = "false";
|
||||
|
@ -43,7 +50,7 @@ in {
|
|||
PYTHON_VERSION_ON_CREATION = "3";
|
||||
|
||||
GRIST_OIDC_IDP_ISSUER = "https://dex.0x76.dev";
|
||||
GRIST_OIDC_IDP_SKIP_END_SESSION_ENDPOINT= "true";
|
||||
GRIST_OIDC_IDP_SKIP_END_SESSION_ENDPOINT = "true";
|
||||
};
|
||||
environmentFiles = [ "${vs.grist}/environment" ];
|
||||
ports = [ "8484:8484" ];
|
||||
|
|
|
@ -42,7 +42,7 @@ in
|
|||
|
||||
# Templated
|
||||
virtualHosts = {
|
||||
"pass.0x76.dev" = {
|
||||
"pass.0x76.dev" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue