mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
enable autoupdate, the crappy way
This commit is contained in:
parent
448ac29037
commit
03a291a96c
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,6 @@ license = "Apache-2.0"
|
|||
website = "https://www.mopidy.com"
|
||||
admindoc = "https://docs.mopidy.com/en/latest"
|
||||
code = "https://github.com/mopidy/mopidy"
|
||||
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]
|
||||
|
@ -50,6 +49,11 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
default = false
|
||||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "http://none"
|
||||
prefetch = false
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
[resources.install_dir]
|
||||
|
|
Loading…
Add table
Reference in a new issue