mirror of
https://github.com/YunoHost-Apps/netdata_ynh.git
synced 2024-09-03 19:46:33 +02:00
add not-totally-free-upstream warning
This commit is contained in:
parent
186527b7be
commit
35b7c05cac
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue