mirror of
https://github.com/nmasur/dotfiles
synced 2025-05-10 04:15:51 +00:00
add ssh subdomain for git server
This commit is contained in:
parent
820f5afe0b
commit
5966368620
@ -94,6 +94,9 @@ in
|
||||
# Configure Cloudflare DNS to point to this machine
|
||||
services.cloudflare-dyndns.domains = [ hostnames.git ];
|
||||
|
||||
# Configure DNS to point to this machine without a proxy
|
||||
nmasur.presets.services.cloudflare.noProxyDomains = [ "ssh.${hostnames.git}" ];
|
||||
|
||||
# Scrape the metrics endpoint for Prometheus.
|
||||
nmasur.presets.services.prometheus-exporters.scrapeTargets = [
|
||||
"127.0.0.1:${builtins.toString config.services.gitea.settings.server.HTTP_PORT}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user