mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #2325 from YunoHost/app-catalog-policy
faq: on the policy regarding the inclusion of apps inside the default catalog
This commit is contained in:
commit
fba2ff1774
1 changed files with 19 additions and 1 deletions
|
@ -98,6 +98,24 @@ We are a bunch of volunteers working on our free time to maintain and develop Yu
|
|||
|
||||
If you really want to have a feature implemented or documented, or an app packaged, [consider contributing yourself](/contribute)! We would love helping you get started.
|
||||
|
||||
### What is YunoHost's policy regarding the apps included in the official catalog ?
|
||||
|
||||
The rule of thumb is that we only include software licensed under a free-software license in the official app catalog.
|
||||
|
||||
However, as YunoHost evolved, some gray-cases appeared with softwares that would be relevant for YunoHost's goal and match its spirit, while not being strictly-speaking free-software. Situations such as:
|
||||
- software promoting the use of centralized services, though precisely to avoid their direct usage ;
|
||||
- software relying on non-free dependencies or assets ;
|
||||
- "new" post-open-source / ethical-yet-not-free licenses such as the [ACSL](https://anticapitalist.software/), the [HL3](https://firstdonoharm.dev/) or the [CoopCycle License](https://github.com/coopcycle/coopcycle-web/blob/master/LICENSE) ;
|
||||
- "open-core" models, trademark clauses, or business-related license clauses (such as the BSL) which are meant to ensure the project's sustainability while still remaining ethical.
|
||||
|
||||
While we believe free software principles are an essential footstep towards [YunoHost's goal](#what-s-yunohost-goal), we believe they are a means and not an end. We reject the purist vision according to which software is either free or proprietary, and the flawed premise that technology is fundamentally neutral. We believe that ethical software and technology can and should exist beyond the definition of free software layed 40 years ago (see also: [Freedom isn't Free](https://logicmag.io/failure/freedom-isnt-free/) and [Post-Open Source](https://www.boringcactus.com/2020/08/13/post-open-source.html)).
|
||||
|
||||
The project therefore allows the inclusion inside the official app catalog, ***on a case-by-case basis***, of apps which does not qualify as "free software", yet considered to be ethical and worthy of interest for [YunoHost's goal](#what-s-yunohost-goal). Such apps are tagged in the catalog, such that an explicit message displayed before their installation.
|
||||
|
||||
If you notice an app is missing such a tag/disclaimer, feel free to open a discussion or pull requet on [the app catalog](https://github.com/YunoHost/apps/).
|
||||
|
||||
If you run YunoHost for your business, you are responsible for doing your due diligence by checking the licenses of the software you want to install on your server.
|
||||
|
||||
### Why won't you include [feature X] ?
|
||||
|
||||
YunoHost is primarily designed for not-so-tech-savvy users and aims to remain relatively simple in terms of UI/UX. At the same time, the project has limited time and energy available to be maintained and developed. Therefore we may lower the priority of features, or refuse entirely the inclusion of features, based on the criteria that they:
|
||||
|
@ -105,4 +123,4 @@ YunoHost is primarily designed for not-so-tech-savvy users and aims to remain re
|
|||
- would introduce too much UI/UX bloat ;
|
||||
- would only cover unrealistic threat models ;
|
||||
- would be there only to satisfy purists ;
|
||||
- or overall would not be worth it in terms of development/maintenance time/energy for what it brings to the project.
|
||||
- or overall would not be worth it in terms of development/maintenance time/energy for what it brings to the project.
|
Loading…
Reference in a new issue