forked from katzen-cafe/katzen-cafe
gay
This commit is contained in:
parent
913bab2fbf
commit
0e23e021c1
5 changed files with 71 additions and 22 deletions
|
@ -4,12 +4,20 @@
|
|||
enable = true;
|
||||
|
||||
settings = {
|
||||
http-port = 8097;
|
||||
http-port = 8080;
|
||||
http-enabled = true;
|
||||
|
||||
proxy = "edge";
|
||||
|
||||
hostname = "auth.katzen.cafe";
|
||||
hostname-port = "-1";
|
||||
hostname-admin-url = "https://auth.katzen.cafe";
|
||||
hostname-strict-backchannel = true;
|
||||
};
|
||||
|
||||
#sslCertificateKey = "/var/lib/acme/auth.katzen.cafe/key.pem";
|
||||
#sslCertificate = "/var/lib/acme/auth.katzen.cafe/cert.pem";
|
||||
|
||||
database = {
|
||||
type = "postgresql";
|
||||
createLocally = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue