add the rest of narwhal domains
parent
a365c7831a
commit
115f391ab8
29
namecheap.tf
29
namecheap.tf
|
@ -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" {
|
||||
|
|
Loading…
Reference in New Issue