mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-05 21:14:17 -04:00
add list of hosts using automated backups
This commit is contained in:
parent
a2758fe665
commit
f1d388e5c9
1 changed files with 9 additions and 0 deletions
9
hosts.sh
9
hosts.sh
|
@ -194,6 +194,15 @@ readonly hosts_certbot=(
|
||||||
grapheneos.social
|
grapheneos.social
|
||||||
)
|
)
|
||||||
|
|
||||||
|
readonly hosts_backup=(
|
||||||
|
mail.grapheneos.org
|
||||||
|
staging.attestation.app
|
||||||
|
attestation.app
|
||||||
|
matrix.grapheneos.org
|
||||||
|
discuss.grapheneos.org
|
||||||
|
grapheneos.social
|
||||||
|
)
|
||||||
|
|
||||||
readonly hosts_grapheneos=(
|
readonly hosts_grapheneos=(
|
||||||
{0..3}.grapheneos.org
|
{0..3}.grapheneos.org
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue