mirror of
https://github.com/YunoHost-Apps/scrutiny_ynh.git
synced 2024-09-03 20:16:24 +02:00
Fix manifest
This commit is contained in:
parent
9efe68abf3
commit
325a131e15
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue