From e140184bc1b56c4203ae4546bbe5c24032829ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 10 Jun 2023 12:03:18 +0200 Subject: [PATCH] fix --- doc/ADMIN.md | 2 ++ doc/DISCLAIMER.md | 5 ----- manifest.toml | 10 ++++------ 3 files changed, 6 insertions(+), 11 deletions(-) create mode 100644 doc/ADMIN.md delete mode 100644 doc/DISCLAIMER.md diff --git a/doc/ADMIN.md b/doc/ADMIN.md new file mode 100644 index 0000000..cb4ded8 --- /dev/null +++ b/doc/ADMIN.md @@ -0,0 +1,2 @@ +* The admin interface for the app is `https://__DOMAIN__/admin` +* One app instance can only be installed for one domain diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md deleted file mode 100644 index aeaf3e9..0000000 --- a/doc/DISCLAIMER.md +++ /dev/null @@ -1,5 +0,0 @@ - -* Extra information - * The admin interface for the app is `https://__DOMAIN__/admin` - * One app instance can only be installed for one domain - * Please do not add a trailing `/` in the target_domain diff --git a/manifest.toml b/manifest.toml index 2c611ab..03cf85e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,8 +16,6 @@ demo = "https://isso-comments.de" admindoc = "https://isso-comments.de/docs/reference/server-config/" userdoc = "https://isso-comments.de/docs/reference/client-config/" code = "https://github.com/posativ/isso" -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.1.20" @@ -64,10 +62,10 @@ ram.runtime = "50M" main.url = "/" admin.url = "/admin" admin.allowed = "admins" - api.url="/api" - api.allowed="visitors" - api.show_tile="false" - api.protected="true" + api.url = "/api" + api.allowed = "visitors" + api.show_tile = false + api.protected = true [resources.apt] packages = "git curl python3 python3-pip python3-venv libpq-dev libsasl2-dev python3-dev libssl-dev libffi-dev python3-cffi"