From 4b4b1ba596fc71f0144052498ba32160facd2753 Mon Sep 17 00:00:00 2001 From: SolAZDev Date: Tue, 5 Sep 2023 18:44:11 -0400 Subject: [PATCH] updated manifest for fixes and info + systemd correct directory --- conf/systemd.service | 2 +- manifest.toml | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index b3f5f9a..d239222 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -6,7 +6,7 @@ After=network.target Type=simple User=__APP__ Group=__APP__ -WorkingDirectory=__INSTALL_DIR__/ +WorkingDirectory=__INSTALL_DIR__/venv ExecStart=__INSTALL_DIR__/venv/bin/meyectl startserver -c /etc/motioneye/motioneye.conf StandardOutput=append:/var/log/__APP__/__APP__.log StandardError=inherit diff --git a/manifest.toml b/manifest.toml index be46c46..89d8350 100644 --- a/manifest.toml +++ b/manifest.toml @@ -4,10 +4,10 @@ packaging_format = 2 id = "motioneye" name = "motionEye" -description.en = "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)" -description.fr = "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)" +description.en = "motionEye is a web frontend for the motion daemon, written in Python." +description.fr = "motionEye is a web frontend for the motion daemon, written in Python" -version = "1.0~ynh1" +version = "ae136a4c45034839db10388dd7cd5ad7ecfe2f21.2023.07.31" maintainers = ["solazdev"] @@ -15,12 +15,10 @@ maintainers = ["solazdev"] # NB: Only the "license" key is mandatory. Remove entries for which there's no relevant data license = "free" website = "https://github.com/motioneye-project/motioneye" -demo = "https://demo.example.com" -admindoc = "https://yunohost.org/packaging_apps" -userdoc = "https://yunohost.org/apps" +userdoc = "https://github.com/motioneye-project/motioneye/wiki" code = "https://github.com/motioneye-project/motioneye" # 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) -cpe = "???" +cpe = "https://nvd.nist.gov/products/cpe/detail/7E5CD831-B595-4643-9346-B11D2D1FEBC7?namingFormat=2.3&orderBy=CPEURI&keyword=motioneye&status=FINAL" # 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. fund = "???" @@ -30,9 +28,9 @@ yunohost = ">= 11.1.21" architectures = "all" multi_instance = true # FIXME: replace with true, false, or "not_relevant". Not to confuse with the "sso" key: the "ldap" key corresponds to wether or not a user *can* login on the app using its YunoHost credentials. -ldap = "?" +ldap = false # FIXME: replace with true, false, or "not_relevant". Not to confuse with the "ldap" key: the "sso" key corresponds to wether or not a user is *automatically logged-in* on the app when logged-in on the YunoHost portal. -sso = "?" +sso = true # FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G... disk = "50M" ram.build = "50M"