mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
fix docs + admin_url
This commit is contained in:
parent
73c1adfa68
commit
1f7085e4ee
3 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,6 @@ license = "AGPL-3.0-or-later"
|
|||
website = "https://www.overleaf.com"
|
||||
userdoc = "https://www.overleaf.com/learn"
|
||||
code = "https://github.com/overleaf/overleaf"
|
||||
cpe = "???" # FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is sort of a standard id for applications defined by the NIST. In particular, Yunohost may use this is in the future to easily track CVE (=security reports) related to apps. The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search. For example, for Nextcloud, the CPE is 'cpe:2.3:a:nextcloud:nextcloud' (no need to include the version number)
|
||||
fund = "???" # FIXME: optional but recommended (or remove if irrelevant / not applicable). This is meant to be an URL where people can financially support this app, especially when its development is based on volunteers and/or financed by its community. YunoHost may later advertise it in the webadmin.
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.2.0"
|
||||
|
@ -66,6 +64,8 @@ ram.runtime = "50M"
|
|||
[resources.permissions]
|
||||
main.url = "/"
|
||||
auth_header = false
|
||||
|
||||
admin.url = "/launchpad"
|
||||
admin.allowed = "admins"
|
||||
|
||||
[resources.ports]
|
||||
|
|
Loading…
Reference in a new issue