From 35b7c05cacedc18fdd8d3b7de909afbe7493b6f8 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 18 Aug 2024 22:50:22 +0200 Subject: [PATCH] add not-totally-free-upstream warning --- manifest.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 01fd18e..5381336 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,6 +18,10 @@ demo = "https://learn.netdata.cloud/docs/agent/demo-sites/" admindoc = "https://learn.netdata.cloud/docs" code = "https://github.com/netdata/netdata" +[antifeatures] +not-totally-free-upstream.en = "Netdata now includes a dependencie to a UI which is under a shady license that forbids reverse engineering or customisation. See: https://github.com/YunoHost/apps/pull/2519" +not-totally-free-upstream.fr = "Netdata inclut maintenant une dépendance à une interface utilisateur qui est sous une licence bizarre qui interdit la rétro-ingénierie ou la personnalisation. Voir : https://github.com/YunoHost/apps/pull/2519" + [integration] yunohost = ">= 11.2" architectures = "all" @@ -71,4 +75,4 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "cmake, ninja-build, pkg-config, bison, flex, gcc, g++, git, mariadb-server, libelf-dev, libssl-dev, liblz4-dev, zlib1g-dev, uuid-dev, libyaml-dev, libjson-c-dev, libuv1-dev" \ No newline at end of file + packages = "cmake, ninja-build, pkg-config, bison, flex, gcc, g++, git, mariadb-server, libelf-dev, libssl-dev, liblz4-dev, zlib1g-dev, uuid-dev, libyaml-dev, libjson-c-dev, libuv1-dev"