From 54869c8c2509ab214f0eeb23d7aef723f4269daa Mon Sep 17 00:00:00 2001 From: Kay0u Date: Fri, 4 Feb 2022 13:41:29 +0100 Subject: [PATCH] Add auto readme --- doc/DISCLAIMER.md | 3 +++ manifest.json | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 doc/DISCLAIMER.md diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..8136504 --- /dev/null +++ b/doc/DISCLAIMER.md @@ -0,0 +1,3 @@ +## Configuration + +How to configure this app: In cli \ No newline at end of file diff --git a/manifest.json b/manifest.json index 896459e..1f21260 100644 --- a/manifest.json +++ b/manifest.json @@ -7,6 +7,13 @@ }, "version": "4.22~ynh1", "url": "https://example.com", + "upstream": { + "license": "Apache-2.0", + "website": "https://linuxcontainers.org/lxd/", + "demo": "https://linuxcontainers.org/lxd/try-it/", + "admindoc": "https://linuxcontainers.org/lxd/docs/master/index.html", + "code": "https://github.com/lxc/lxd" + }, "license": "Apache-2.0", "maintainer": { "name": "kay0u",