fix(m3uproxy): update playlist file references from .m3u8 to .json and correct descriptions in variables

This commit is contained in:
2025-05-18 12:20:49 +02:00
parent 15b07ea85d
commit 4e07e062ce
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ variable "persistent_folder" {
}
variable "fqdn" {
description = "The fully qualified domain name for the Rustdesk server"
description = "The fully qualified domain name for the M3UProxy server"
type = string
}
variable "tag" {
description = "The version of Rustdesk to install"
description = "The version of M3UProxy to install"
type = string
default = "latest"
}