Improve some stuff
This commit is contained in:
parent
517e75a3a3
commit
0c90ef2dc4
3 changed files with 5 additions and 10 deletions
|
@ -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=
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue