mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -13,13 +13,23 @@
|
||||
certificateFile = "${inputs.zeroq.dirs.server-home}/Credentials/server/cloudflared/cert.pem";
|
||||
tunnels = {
|
||||
"e5d66ea5-d6d2-4eef-9b34-82696946ef58" = {
|
||||
credentialsFile = "${inputs.zeroq.dirs.server-home}/Credentials/server/cloudflared/immich.json";
|
||||
credentialsFile = "${inputs.zeroq.dirs.server-credentials}/cloudflared/immich.json";
|
||||
warp-routing.enabled = false;
|
||||
originRequest = {
|
||||
tlsTimeout = "15s";
|
||||
tcpKeepAlive = "30s";
|
||||
noHappyEyeballs = false;
|
||||
keepAliveTimeout = "1m30s";
|
||||
connectTimeout = "1m";
|
||||
};
|
||||
ingress = {
|
||||
"immich.zeroq.ru" = {
|
||||
service = "http://localhost:2283";
|
||||
};
|
||||
"nextcloud.zeroq.ru" = {
|
||||
service = "http://localhost:10000";
|
||||
};
|
||||
};
|
||||
warp-routing.enabled = true;
|
||||
default = "http_status:404";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user