add another synology js file that is available when downloading files[ci skip]
This commit is contained in:
parent
3f809e946a
commit
5bd6abe963
2 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/
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue