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"]
|
maintainers = ["ewilly"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "free"
|
license = "MIT"
|
||||||
website = "https://github.com/AnalogJ/scrutiny"
|
|
||||||
admindoc = "https://github.com/AnalogJ/scrutiny/tree/master/docs"
|
admindoc = "https://github.com/AnalogJ/scrutiny/tree/master/docs"
|
||||||
code = "https://github.com/AnalogJ/scrutiny"
|
code = "https://github.com/AnalogJ/scrutiny"
|
||||||
fund = "https://paypal.me/analogj/usd10"
|
fund = "https://paypal.me/analogj/usd10"
|
||||||
|
@ -53,7 +52,7 @@ ram.runtime = "50M"
|
||||||
main.show_tile = true
|
main.show_tile = true
|
||||||
main.protected= true
|
main.protected= true
|
||||||
main.allowed = "admins"
|
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.url = "re:__DOMAIN__/.*api/.*"
|
||||||
api.auth_header = false
|
api.auth_header = false
|
||||||
api.show_tile = false
|
api.show_tile = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue