From 4d3480233e52fac59553ee577cc8297821a10950 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 20 May 2021 20:55:38 +0200 Subject: [PATCH] Add templates --- doc/DISCLAIMER.md | 12 ++++++++++++ manifest.json | 8 ++++++++ 2 files changed, 20 insertions(+) create mode 100644 doc/DISCLAIMER.md diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..155a15a --- /dev/null +++ b/doc/DISCLAIMER.md @@ -0,0 +1,12 @@ +## Configuration + + * How to configure this app: Go to `domain.ltd/cp-admin` to connect to the administration panel. + +#### Multi-user support + + * Are LDAP and HTTP auth supported? **No** + * Can the app be used by multiple users? **Yes** + +## Limitations + +* :warning: Installation possible only on a root domain or subdomain. diff --git a/manifest.json b/manifest.json index 0620454..b7db24a 100755 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,14 @@ }, "version": "1.0.0-57~ynh2", "url": "https://podlibre.org/", + "upstream": { + "license": "GPL-3.0-only", + "website": "https://podlibre.org/", + "demo": "https://podcast.podlibre.org/@podlibre_fr", + "admindoc": "https://podlibre.org/create-a-podcast-in-3mn-with-castopod/", + "userdoc": "https://yunohost.org/apps", + "code": "https://code.podlibre.org/podlibre/castopod-host" + }, "license": "GPL-3.0-only", "maintainer": { "name": "eric_G",