working on grafana oidc and introduced new domain for hosting
Some checks are pending
Test action / Print hello world (push) Waiting to run

This commit is contained in:
Chris Kruining 2025-08-20 15:15:03 +02:00
parent 6511e513a3
commit 995fdaeb1d
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
4 changed files with 129 additions and 81 deletions

View file

@ -26,7 +26,7 @@ in
tlsMode = "external";
settings = {
Port = 9092;
ExternalDomain = "auth-z.kruining.eu";
ExternalDomain = "auth.amarth.cloud";
ExternalPort = 443;
ExternalSecure = true;
@ -47,9 +47,9 @@ in
};
steps = {
FirstInstance = {
InstanceName = "auth-z.kruining.eu";
InstanceName = "auth.amarth.cloud";
Org = {
Name = "Default";
Name = "Amarth";
Human = {
UserName = "chris";
FirstName = "Chris";
@ -86,7 +86,7 @@ in
caddy = {
enable = true;
virtualHosts = {
"auth-z.kruining.eu".extraConfig = ''
"auth.amarth.cloud".extraConfig = ''
reverse_proxy h2c://127.0.0.1:9092
'';
};