From 1f7085e4ee9c815775d046d6d6420b9de11ff169 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 19 Nov 2023 17:08:32 +0100 Subject: [PATCH] fix docs + admin_url --- doc/{DISCLAIMER.md => ADMIN.md} | 0 doc/{DISCLAIMER_fr.md => ADMIN_fr.md} | 0 manifest.toml | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename doc/{DISCLAIMER.md => ADMIN.md} (100%) rename doc/{DISCLAIMER_fr.md => ADMIN_fr.md} (100%) diff --git a/doc/DISCLAIMER.md b/doc/ADMIN.md similarity index 100% rename from doc/DISCLAIMER.md rename to doc/ADMIN.md diff --git a/doc/DISCLAIMER_fr.md b/doc/ADMIN_fr.md similarity index 100% rename from doc/DISCLAIMER_fr.md rename to doc/ADMIN_fr.md diff --git a/manifest.toml b/manifest.toml index 795b087..1ce8032 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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]