From 5832eaf78a54f5610385e067d37896405995a23d Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 16 Jan 2024 22:38:47 +0100 Subject: [PATCH 1/2] permit download exposure --- manifest.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.toml b/manifest.toml index 65b2f04..6b64cde 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,3 +57,7 @@ ram.runtime = "50M" api.auth_header =false api.show_tile = false api.protected = true + download.url = "/download" + download.allowed = "visitors" + download.auth_header =false + download.show_tile = false \ No newline at end of file From 0973a5e4b271d41ea0fd2714c84be275747b388e Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 16 Jan 2024 22:40:16 +0100 Subject: [PATCH 2/2] typo --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6b64cde..bafb0d8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -54,10 +54,10 @@ ram.runtime = "50M" main.url = "/" api.url = "/api" api.allowed = "visitors" - api.auth_header =false + api.auth_header = false api.show_tile = false api.protected = true download.url = "/download" download.allowed = "visitors" - download.auth_header =false + download.auth_header = false download.show_tile = false \ No newline at end of file