From 03a291a96c4093a9f09502070f6f15112cc9684a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 14 Jan 2024 23:07:08 +0100 Subject: [PATCH] enable autoupdate, the crappy way --- manifest.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 05c2a03..ce29c43 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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]