Refactor m3uproxy configuration to include GeoIP updates

This commit is contained in:
2024-09-25 21:01:16 +02:00
parent e0e2763069
commit 8f3a6c291a
3 changed files with 125 additions and 9 deletions
+10 -5
View File
@@ -43,11 +43,6 @@ variable "nextcloud_admin_password" {
type = string
}
variable "collabora_admin_password" {
description = "Collabora access password"
type = string
}
variable "wireguard_private_key" {
description = "Wireguard public key"
type = string
@@ -67,3 +62,13 @@ variable "m3uproxy_secret" {
description = "M3UProxy HMAC secret"
type = string
}
variable "maxmind_account_id" {
description = "Maxmind account ID"
type = string
}
variable "maxmind_license_key" {
description = "Maxmind license key"
type = string
}