diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-03 00:24:17 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-03 00:24:17 -0500 |
commit | 807637e9a4d7edf82ceb5bdcb0a24e08dfa34527 (patch) | |
tree | 33130024dc77a59745ba5e309bf567c6f0c12126 /roles/vpn/templates | |
parent | b0a563db34c7ac86f36c3f293ea8610de1c8a35c (diff) | |
download | oldinfra-807637e9a4d7edf82ceb5bdcb0a24e08dfa34527.tar.gz oldinfra-807637e9a4d7edf82ceb5bdcb0a24e08dfa34527.zip |
change nijika -> headscale and add authentik domain
Diffstat (limited to 'roles/vpn/templates')
-rw-r--r-- | roles/vpn/templates/config.yml.j2 | 6 |
1 files changed, 3 insertions, 3 deletions
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: |