add another synology js file that is available when downloading files[ci skip]
This commit is contained in:
parent
7d8110f41d
commit
dd100a8e1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue