From 807637e9a4d7edf82ceb5bdcb0a24e08dfa34527 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 3 Jan 2024 00:24:17 -0500 Subject: change nijika -> headscale and add authentik domain --- roles/vpn/templates/config.yml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'roles/vpn') diff --git a/roles/vpn/templates/config.yml.j2 b/roles/vpn/templates/config.yml.j2 index 4eb5359..73b2c40 100644 --- a/roles/vpn/templates/config.yml.j2 +++ b/roles/vpn/templates/config.yml.j2 @@ -10,7 +10,7 @@ # # https://myheadscale.example.com:443 # -server_url: https://nijika.simponic.xyz:443 +server_url: https://headscale.simponic.xyz:443 # Address to listen to / bind to on the server # @@ -163,7 +163,7 @@ acme_url: https://acme-v02.api.letsencrypt.org/directory acme_email: "elizabeth.hunt@simponic.xyz" # Domain name to request a TLS certificate for: -tls_letsencrypt_hostname: "nijika.simponic.xyz" +tls_letsencrypt_hostname: "headscale.simponic.xyz" # Path to store certificates and metadata needed by # letsencrypt @@ -254,7 +254,7 @@ dns_config: # `base_domain` must be a FQDNs, without the trailing dot. # The FQDN of the hosts will be # `hostname.user.base_domain` (e.g., _myhost.myuser.example.com_). - base_domain: nijika.simponic.xyz + base_domain: headscale.simponic.xyz # Unix socket used for the CLI to connect without authentication # Note: for production you will want to set this to something like: -- cgit v1.2.3-70-g09d2