add cert file
This commit is contained in:
parent
86d2a40885
commit
c9641bd865
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
tunnels.homelab = {
|
tunnels.homelab = {
|
||||||
credentialsFile = "/mnt/data/cloudflared/homelab.json";
|
credentialsFile = "/mnt/data/cloudflared/homelab.json";
|
||||||
|
certificateFile = "/mnt/data/cloudflared/cert.pem";
|
||||||
default = "http_status:404";
|
default = "http_status:404";
|
||||||
ingress = {
|
ingress = {
|
||||||
"git.${homelab.domain}" = "http://localhost:3000";
|
"git.${homelab.domain}" = "http://localhost:3000";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue