Refactor output

This commit is contained in:
Tobias Reisinger 2024-09-28 18:24:07 +02:00
parent 01ee9d4b44
commit 8ad3a4a041
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 52 additions and 47 deletions

View file

@ -3,7 +3,7 @@ services = {
name = "acme_dns"
subdomain = "acme"
auth = false
bucket = false
s3 = false
database = true
},
"forgejo" = {
@ -11,35 +11,36 @@ services = {
subdomain = "git"
auth = true
auth_redirects = ["https://git.serguzim.me/user/oauth2/auth.serguzim.me/callback"]
bucket = true
s3 = true
database = true
},
"linkwarden" = {
name = "linkwarden"
subdomain = "bookmarks"
auth = true
bucket = true
auth_redirects = ["https://bookmarks.serguzim.me/api/v1/auth/callback/authentik"]
s3 = true
database = true
},
"tinytinyrss" = {
name = "tinytinyrss"
subdomain = "rss"
auth = false
bucket = false
s3 = false
database = true
},
"umami" = {
name = "umami"
subdomain = "analytics"
auth = false
bucket = false
s3 = false
database = true
},
"wiki_js" = {
name = "wiki_js"
subdomain = "wiki"
auth = true
bucket = false
s3 = false
database = true
},
}