update map, outline
This commit is contained in:
parent
47b11c510d
commit
2970491f62
2 changed files with 1 additions and 44 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.nginx.virtualHosts."karte.nichtzudritt.de" = {
|
services.nginx.virtualHosts."kshmap.ktiu.net" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
root = "/var/www/ksh-map/dist";
|
root = "/var/www/ksh-map/dist";
|
||||||
|
|
|
||||||
|
|
@ -7,11 +7,6 @@ let
|
||||||
mail = "outline@${config.networking.domain}";
|
mail = "outline@${config.networking.domain}";
|
||||||
};
|
};
|
||||||
|
|
||||||
# bootstrapping only
|
|
||||||
# dex = {
|
|
||||||
# hostname = "dex.${config.networking.domain}";
|
|
||||||
# };
|
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
|
||||||
services.outline = {
|
services.outline = {
|
||||||
|
|
@ -42,38 +37,8 @@ in {
|
||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
# services.dex = {
|
|
||||||
# enable = true;
|
|
||||||
# environmentFile = "/var/custom-access/dex-environemnt";
|
|
||||||
# settings = {
|
|
||||||
# issuer = "https://${dex.hostname}";
|
|
||||||
# storage.type = "sqlite3";
|
|
||||||
# web.http = "127.0.0.1:5556";
|
|
||||||
# staticClients = [
|
|
||||||
# {
|
|
||||||
# id = "outline";
|
|
||||||
# name = "Outline Client";
|
|
||||||
# redirectURIs = [ "https://${outline.hostname}/auth/oidc.callback" ];
|
|
||||||
# secretFile = "/var/custom-access/outline-oidc-secret.txt";
|
|
||||||
# }
|
|
||||||
# ];
|
|
||||||
# enablePasswordDB = true;
|
|
||||||
# staticPasswords = [
|
|
||||||
# {
|
|
||||||
# email = "till@ktiu.net";
|
|
||||||
# # gen hash with $ htpasswd -nBC 10 "" | tr -d ':\n'
|
|
||||||
# hash = "";
|
|
||||||
# username = "bootstrap-admin";
|
|
||||||
# # $ uuidgen
|
|
||||||
# userID = "";
|
|
||||||
# }
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
|
|
||||||
security.acme.certs."${config.networking.domain}".extraDomainNames = [
|
security.acme.certs."${config.networking.domain}".extraDomainNames = [
|
||||||
"outline.${config.networking.domain}"
|
"outline.${config.networking.domain}"
|
||||||
# "dex.${config.networking.domain}"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services.nginx.virtualHosts = {
|
services.nginx.virtualHosts = {
|
||||||
|
|
@ -89,13 +54,5 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# "dex.${config.networking.domain}" = {
|
|
||||||
# onlySSL = true;
|
|
||||||
# useACMEHost = config.networking.domain;
|
|
||||||
# locations."/" = {
|
|
||||||
# proxyPass = "http://${config.services.dex.settings.web.http}";
|
|
||||||
# proxyWebsockets = true;
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue