From 325a131e156801808859c7ad8377ff8672f7df37 Mon Sep 17 00:00:00 2001 From: ewilly Date: Mon, 6 Mar 2023 22:28:24 +0100 Subject: [PATCH] Fix manifest --- manifest.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index b4feeb2..f9d353b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -9,8 +9,7 @@ version = "0.6.0~ynh1" maintainers = ["ewilly"] [upstream] -license = "free" -website = "https://github.com/AnalogJ/scrutiny" +license = "MIT" admindoc = "https://github.com/AnalogJ/scrutiny/tree/master/docs" code = "https://github.com/AnalogJ/scrutiny" fund = "https://paypal.me/analogj/usd10" @@ -53,7 +52,7 @@ ram.runtime = "50M" main.show_tile = true main.protected= true main.allowed = "admins" - #api.url = "__DOMAIN____PATH__/api" # FIXME : __PATH__ in not handled by yunohost for the api in manifest.toml + #api.url = "__DOMAIN____PATH__/api/" # __PATH__ in not handled by yunohost for the api in manifest.toml api.url = "re:__DOMAIN__/.*api/.*" api.auth_header = false api.show_tile = false