Improve some stuff

This commit is contained in:
Tobias Reisinger 2025-01-08 17:49:12 +01:00
parent 517e75a3a3
commit 0c90ef2dc4
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 5 additions and 10 deletions
.env.example
modules/infrastructure
playbooks/roles/homebox/vars

View file

@ -19,11 +19,6 @@ TF_VAR_aws_region=
TF_VAR_aws_access_key=
TF_VAR_aws_secret_key=
TF_VAR_contabo_client_id=
TF_VAR_contabo_client_secret=
TF_VAR_contabo_user=
TF_VAR_contabo_pass=
TF_VAR_hcloud_token=
TF_VAR_healthchecksio_api_key=

View file

@ -52,10 +52,10 @@ resource "ovh_domain_zone_record" "tailscale_vpn" {
target = each.value.address
}
resource "ovh_domain_zone_record" "status_page_cname" {
resource "ovh_domain_zone_record" "gpg_verify" {
zone = "serguzim.net"
subdomain = "status"
fieldtype = "CNAME"
subdomain = "@"
fieldtype = "TXT"
ttl = 3600
target = "status.serguzim.me."
target = "openpgp4fpr:723B78C0BF8D8C721D2C4EEF41E544A54E2533B2"
}

View file

@ -14,7 +14,7 @@ homebox_env:
homebox_compose:
watchtower: update
image: ghcr.io/sysadminsmedia/homebox:latest-rootless
image: ghcr.io/sysadminsmedia/homebox:0-rootless
volumes:
- data:/data
file: