add the rest of narwhal domains

main
Ricard Illa 2022-08-23 17:46:25 +02:00
parent a365c7831a
commit 115f391ab8
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 38 additions and 11 deletions

View File

@ -40,7 +40,34 @@ variable "caladan-hostnames" {
// letsencrypt certificates. No need to set the AAAA record.
variable "narwhal-hostnames" {
type = set(string)
default = ["authelia"]
default = [
"authelia",
"calibre",
"dav",
"esphome",
"git.narwhal",
"gotify",
"grafana",
"hass",
"homer",
"influxdb",
"jellyfin",
"kodi",
"mirrors",
"mpd",
"music",
"nextcloud",
"nodered",
"openbooks",
"pg",
"rainloop",
"registry",
"rss-bridge",
"syncthing",
"transmission",
"wallabag",
"woodpecker",
]
}
provider "namecheap" {