remove kured [ci skip]

This commit is contained in:
Viktor Barzin 2025-08-23 10:47:11 +00:00
parent 22ef38c8b9
commit eabe72f9f2
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 10 additions and 5 deletions

View file

@ -642,11 +642,11 @@ module "tor-proxy" {
tls_secret_name = var.tls_secret_name
}
module "kured" {
source = "./kured"
tls_secret_name = var.tls_secret_name
notify_url = var.kured_notify_url
}
# module "kured" {
# source = "./kured"
# tls_secret_name = var.tls_secret_name
# notify_url = var.kured_notify_url
# }
module "onlyoffice" {
source = "./onlyoffice"

View file

@ -3,6 +3,11 @@ variable "xray_reality_clients" { type = list(map(string)) }
variable "xray_reality_private_key" { type = string }
variable "xray_reality_short_ids" { type = list(string) }
# Github repo - https://github.com/teddysun/across/blob/master/docker/xray/README.md
# Clients:
# iOS - OneXRay - https://github.com/OneXray/OneXray
# MacOS - V2BOX
module "tls_secret" {
source = "../setup_tls_secret"

Binary file not shown.