Add authentik to opentofu

This commit is contained in:
Tobias Reisinger 2024-09-28 14:14:09 +02:00
parent 496cd360c6
commit 01ee9d4b44
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 184 additions and 84 deletions

View file

@ -1,31 +1,44 @@
services = {
"acme_dns" = {
name = "acme_dns"
subdomain = "acme"
auth = false
bucket = false
database = true
},
"forgejo" = {
name = "forgejo"
subdomain = "git"
auth = true
auth_redirects = ["https://git.serguzim.me/user/oauth2/auth.serguzim.me/callback"]
bucket = true
database = true
},
"linkwarden" = {
name = "linkwarden"
subdomain = "bookmarks"
auth = true
bucket = true
database = true
},
"tinytinyrss" = {
name = "tinytinyrss"
subdomain = "rss"
auth = false
bucket = false
database = true
},
"umami" = {
name = "umami"
subdomain = "analytics"
auth = false
bucket = false
database = true
},
"wiki_js" = {
name = "wiki_js"
subdomain = "wiki"
auth = true
bucket = false
database = true
},