From c0fbeb59898ed48b917dcae812922346701c9ff3 Mon Sep 17 00:00:00 2001 From: rodinux Date: Thu, 16 May 2024 21:53:07 +0200 Subject: [PATCH] try debug api --- association.sqlite | 7 +++++++ manifest.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 association.sqlite diff --git a/association.sqlite b/association.sqlite new file mode 100644 index 0000000..9b09d63 --- /dev/null +++ b/association.sqlite @@ -0,0 +1,7 @@ + +301 Moved Permanently + +

301 Moved Permanently

+
nginx
+ + diff --git a/manifest.toml b/manifest.toml index ce7863d..8569c38 100644 --- a/manifest.toml +++ b/manifest.toml @@ -51,8 +51,8 @@ ram.runtime = "50M" api.url = "/api" api.allowed = ["visitors", "all_users"] api.show_tile = false - api.protected = false - api.auth_header = true + api.protected = true + api.auth_header = false [resources.apt] packages = "sqlite3, php8.2-sqlite3, php8.2-gd, php8.2-intl, php8.2-cli, php8.2-gnupg, php8.2-mbstring, php8.2-zip"