From f1d388e5c9701227d93f20054d2c00081f6e2da7 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 24 May 2024 15:34:16 -0400 Subject: [PATCH] add list of hosts using automated backups --- hosts.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts.sh b/hosts.sh index 4c808f7..71684d2 100644 --- a/hosts.sh +++ b/hosts.sh @@ -194,6 +194,15 @@ readonly hosts_certbot=( grapheneos.social ) +readonly hosts_backup=( + mail.grapheneos.org + staging.attestation.app + attestation.app + matrix.grapheneos.org + discuss.grapheneos.org + grapheneos.social +) + readonly hosts_grapheneos=( {0..3}.grapheneos.org )