decided to delete postiz 4ever

This commit is contained in:
Luigi Oliveira 2024-10-29 02:33:23 -03:00
parent a8b07bb36d
commit 8a704dba3d

View file

@ -47,18 +47,3 @@ variable "twitch_password" {
type = string
description = "Twitch password"
}
variable "postiz_database" {
type = string
description = "postiz database name"
}
variable "postiz_url" {
type = string
description = "postiz url on caddy"
}
variable "postiz_jwt" {
type = string
description = "postiz jwt token"
}