use CF SSL

This commit is contained in:
Osman Faruk Bayram 2025-03-03 23:13:12 +03:00
parent 5393f464b1
commit 0f89b21a41

View file

@ -18,7 +18,7 @@
settings = {
server = {
DOMAIN = "git.osbm.dev";
ROOT_URL = "https://git.osbm.dev";
ROOT_URL = "https://git.osbm.dev/";
};
service = {
DISABLE_REGISTRATION = false;
@ -31,9 +31,9 @@
services.caddy.virtualHosts."git.osbm.dev" = {
extraConfig = ''
reverse_proxy http://localhost:3000
tls internal
import cloudflare
'';
};
})
];
}
}