add another synology js file that is available when downloading files[ci skip]

This commit is contained in:
Viktor Barzin 2023-11-03 23:47:02 +00:00
parent 7d8110f41d
commit dd100a8e1a

View file

@ -44,7 +44,7 @@ module "nas-files" {
tls_secret_name = var.tls_secret_name
backend_protocol = "HTTPS"
protected = false # allow anyone to download files
ingress_path = ["/sharing", "/scripts", "/webman", "/wfmlogindialog.js"]
ingress_path = ["/sharing", "/scripts", "/webman", "/wfmlogindialog.js", "/fsdownload"]
}
# https://idrac.viktorbarzin.me/