Rapport hebdomadaire d'intégration continue

Il semble intéressant de prendre pour modéle la première version du rapport en enlevant les résultats des erreurs et en ajoutant le lien vers CI pour pouvoir scroller à loisir.

L’idée de faire un site dédié, c’est se mettre une charge de travaille supplémentaire. Gardons cette page sur le forum et ajoutons un lien vers le rapport sur le site yunohost.org.

  • Un clic depuis la page des apps sur le site yunohost.org pour arriver sur le forum et un clic pour aller sur CI et avoir le détail des logs.

En bénéfice, l’utilisateur qui souhaite installer un application, va généralement sur le site yunohost.org, on l’emméne sur le forum pour qu’il découvre l’intégration continue par l’intermédiaire de ce rapport (et le forum si il ne le connait pas) et les nouveaux codeurs d’apps comme moi qui trouve l’idée géniale de pouvoir tester son application, se mettent a faire des applications de qualité ;).

1 Like

Est-ce pertinent de garder uniquement l’app, son statut global et son niveau ?
Ça revient à ce qui est déjà indiqué sur la liste des apps.

Ce post devrait, à mon avis, apporter une plus value.

En revanche, j’aime bien l’idée d’une page qui indique l’état d’une app.
Je me demande d’ailleurs si on pourrait pas intégrer ça aussi à la liste des apps, un résultat des différents tests comme on le trouve ici.
Mais ça implique du développement…
Bien que ça reste accessible car il est possible de récupérer le flux des tests de chaque app et de parser le résultat comme le fait le script.

En fait je trouve que dans l’idéal, il faudrait que la liste des apps indique les résultats des tests, le niveau (c’est déjà le cas), et un lien vers le dernier test du CI.

Sinon, par rapport à ce topic, je viens de découvrir qu’on peux obtenir le dernier post en pointant /last.
Sachant qu’on peut également faire la même chose avec le CI.

Oui, c’est très juste ! Autant garder la première version avec les fail, l’utilisateur est averti de ce qui ne fonctionne pas bien dans l’application.

Pour simplifier l’intégration sur le site yunohost.org, pourquoi ne pas mettre un bouton a coté du bouton “Documentation” dans le descriptif de l’application. On crée un bouton “Test d’intégration” qui pointe vers une ancre sur le rapport du forum ?

Concrétement, on ajoute un div avec un id=“non_app” après la ligne suivante, sans oublié de le fermer juste après :wink:
https://github.com/YunoHost/CI_package_check/blob/master/rapportCI.sh#L125

Et sur le site yunohost.org on récupére l’URL du rapport pour le mettre sur le bouton avec son ancre. C’est un petit peu plus compliqué mais pas insurmutable ;). Il faut juste récupérer l’URL du lien du forum et l’app pour l’ajouter sur le site.

Tu sais comment faire une ancre sur le forum?

Ton rapport est en HTML tu dois pouvoir ajouter un <div id="ynh_apps"> est ça fait une ancre ?

Example:
<div id="my_ynh_apps">my_ynh_apps</a>

my_ynh_apps

Ah ok, mais le rapport html c’est juste pour le rendu par mail.
Le rapport affiché ici c’est la version markdown, et les ancres de titres ne semblent pas fonctionner sur le forum.

Ce serait intéressant des ancres, pour éviter de scroller

Ah oui, je viens de voir qu’il y a deux formats HTML et Markdown dans le script.

Pour faire une ancre en Markdown, c’est comme ceci.
[my_ynh_app](#my_ynh_apps)

les ancres de titres ne semblent pas fonctionner sur le forum

A priori, elle fonctionne quand on n’est sur le bon post, c’est a dire en indiquant le numéro du post dans l’URL.

Reste plus qu’à voir si ça fonctionne ici
Ancre 1
Ancre 2
Ancre 3

Ça fonctionne.

On peux déjà tenter une modification du prochain rapport avec des ancres et seulement les échecs pour chaque app.
C’est assez simple.

Non, ca ne semble pas fonctionner :frowning: C’est moi, le scroll s’arrête en haut du post.

Ok… ça marche pas…

J’ai testé 3 ancres sur le dernier rapport

baikal
minidlna
et rss-bridge

Ça tombe toujours au début du post…

Je crois comprendre qu’il faut utiliser h3

<h3 id="myyhnapps">my_yhn_apps</h3>

my_yhn_apps

Test myynhapps:

Ça semble mieux fonctionner avec h3
Par contre c’est peut-être plus compliqué à intégrer dans le text.

Essai ici

Et en ajoutant l’id dans le h3 juste en dessous ? Ca ne peut pas le faire ?

[Erratum] Peut-être quand mettant le h3 juste au dessus du nom du test, c’est pas très chouette, mais ça semble fonctionner :wink: Avec un caractère vide (sans le -), ca fonctionne aussi ?

J’ai réussi à l’intégrer dans le titre de l’app

### <h3 id="minidlna">Test [minidlna (Community)](https://ci-apps.yunohost.org/jenkins/job/minidlna%20%28Community%29/lastBuild/console): **SUCCESS** :white_check_mark:</h3>

Ça fonctionne

\o/\o/\o/ :wink:

A des fin de tests, un premier essai avec un patch rapide du script.
Les ancres sont présentes:

Strut
Huginn
Phpsysinfo
Zeronet

Test baikal (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test dokuwiki (Official): FAIL :negative_squared_cross_mark:

  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 5

Test hextris (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test jirafeau (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test kanboard (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 4

Test my_webapp (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test nextcloud (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 5

Test opensondage (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test phpmyadmin (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test rainloop (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 5

Test roundcube (Official): FAIL :negative_squared_cross_mark:

  • !!! Package check was too long, its execution was aborted. !!! : FAIL

Test searx (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test shellinabox (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test strut (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test transmission (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test ttrss (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test wallabag (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test wordpress (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test zerobin (Official): FAIL :negative_squared_cross_mark:

  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test 20euros (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test 243 (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test abantecart (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 2

Test ampache (Community): FAIL :negative_squared_cross_mark:

  • !!! Package check was too long, its execution was aborted. !!! : FAIL

Test bozon (Community): SUCCESS :white_check_mark:

Niveau de l’application: 3

Test chtickynotes (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test chtickynotes (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test cops (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test couchpotato (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 6

Test cryptpad (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test Cubiks-2048 (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test dolibarr (Community): FAIL :negative_squared_cross_mark:

  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test duniter (Community): FAIL :negative_squared_cross_mark:

  • !!! Package check was too long, its execution was aborted. !!! : FAIL

Test etherpad_mypads (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test ffsync (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test filebin (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test flarum (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test framagames (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test freshrss (Community): FAIL :negative_squared_cross_mark:

  • Multi-instance installations: ** FAIL**

Niveau de l’application: 1

Test garradin (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test glowing_bear (Community): SUCCESS :white_check_mark:

Niveau de l’application: 5

Test gogs (Community): FAIL :negative_squared_cross_mark:

  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test grafana (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test haste (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test hotspot (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test htmltools (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test huginn (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test ihatemoney (Community): FAIL :negative_squared_cross_mark:

  • Installation in a sub path: ** FAIL**
  • Installation in public mode: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test jappix (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test jeedom (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Installation in private mode: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test jenkins (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test keeweb (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test kiwiirc (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test laverna (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test LBCAlerte (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test leed (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test lektor (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test libresonic (Community): FAIL :negative_squared_cross_mark:

  • Installation in a sub path: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test limesurvey (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test linuxdash (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

<h3 id=>Test : SUCCESS :white_check_mark:

<h3 id=>Test : SUCCESS :white_check_mark:

Test lstu (Community): SUCCESS :white_check_mark:

Niveau de l’application: 3

Test lufi (Community): FAIL :negative_squared_cross_mark:

  • Restore: ** FAIL**

Niveau de l’application: 5

Test lutim (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test mattermost (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test mediawiki (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test minchat (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test minchat (Community): FAIL :negative_squared_cross_mark:

  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test minidlna (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Backup: ** FAIL**

Niveau de l’application: 5

Test monit (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test monitorix (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test movim (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test multi_webapp (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test mumbleserver (Community): FAIL :negative_squared_cross_mark:

Test mumbleserver (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 3

Test munin (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test mytinytodo (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 5

Test netdata (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test nodebb (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 0

Test openwrt (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test os.js (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**

Niveau de l’application: 2

Test owncloud (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test phpldapadmin (Community): FAIL :negative_squared_cross_mark:

Test phpldapadmin (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test phpsysinfo (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test piratebox (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test piwigo (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test pluxml (Community): FAIL :negative_squared_cross_mark:

  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test radicale (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test riot (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test roadiz (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**

Niveau de l’application: 2

Test rss-bridge (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test scrumblr (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 5

Test seafile (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 2

Test shout (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test shuri (Community): FAIL :negative_squared_cross_mark:

  • Upgrade: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 2

Test sickrage (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 0

Test spip2 (Community): FAIL :negative_squared_cross_mark:

  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 5

Test spip (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test staticwebapp (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test synapse (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Backup: ** FAIL**

Niveau de l’application: 4

Test tagspaces (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 2

Test torclient (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test vpnclient (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 2

Test webapp_multi (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test webapp_test: SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 5

Test yourls (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test Youtube-dl-WebUI (Community): FAIL :negative_squared_cross_mark:

Test Youtube-dl-WebUI (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test yunofav (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test yunofav (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test zeronet (Community): FAIL :negative_squared_cross_mark:

  • Upgrade: ** FAIL**

Niveau de l’application: 2

Test z-push (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 6

Compte rendu hebdomadaire des tests d’intégration continue.

Test baikal (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test dokuwiki (Official): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test hextris (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test jirafeau (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test kanboard (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 4

Test my_webapp (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test nextcloud (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test opensondage (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test phpmyadmin (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test rainloop (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test roundcube (Official): FAIL :negative_squared_cross_mark:

  • !!! Package check was too long, its execution was aborted. !!! : FAIL

Test searx (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test shellinabox (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test strut (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test transmission (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test ttrss (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Multi-instance installations: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test wallabag (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test wordpress (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test zerobin (Official): FAIL :negative_squared_cross_mark:

  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test 20euros (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test 243 (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test abantecart (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test ampache (Community): FAIL :negative_squared_cross_mark:

  • !!! Package check was too long, its execution was aborted. !!! : FAIL

Test bozon (Community): SUCCESS :white_check_mark:

Niveau de l’application: 3

Test chtickynotes (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test chtickynotes (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test cops (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test couchpotato (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 6

Test cryptpad (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test Cubiks-2048 (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test dolibarr (Community): FAIL :negative_squared_cross_mark:

  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test duniter (Community): FAIL :negative_squared_cross_mark:

  • !!! Package check was too long, its execution was aborted. !!! : FAIL

Test etherpad_mypads (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test ffsync (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test filebin (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test flarum (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test framagames (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test freshrss (Community): FAIL :negative_squared_cross_mark:

  • Multi-instance installations: ** FAIL**

Niveau de l’application: 1

Test garradin (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test glowing_bear (Community): SUCCESS :white_check_mark:

Niveau de l’application: 5

Test gogs (Community): FAIL :negative_squared_cross_mark:

  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test grafana (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test haste (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test hotspot (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test htmltools (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test huginn (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test ihatemoney (Community): FAIL :negative_squared_cross_mark:

  • Installation in a sub path: ** FAIL**
  • Installation in public mode: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test jappix (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test jeedom (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Installation in private mode: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test jenkins (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test keeweb (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test kiwiirc (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test laverna (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test LBCAlerte (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test leed (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test lektor (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test libresonic (Community): FAIL :negative_squared_cross_mark:

  • Installation in a sub path: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test limesurvey (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test linuxdash (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test lstu (Community): SUCCESS :white_check_mark:

Niveau de l’application: 3

Test lufi (Community): FAIL :negative_squared_cross_mark:

  • Restore: ** FAIL**

Niveau de l’application: 5

Test lutim (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test mattermost (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test mediawiki (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test minchat (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test minchat (Community): FAIL :negative_squared_cross_mark:

  • Upgrade: ** FAIL**

Niveau de l’application: 2

Test minidlna (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test monit (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test monitorix (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test movim (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test multi_webapp (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test mumbleserver (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 3

Test munin (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test mytinytodo (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 5

Test netdata (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test nodebb (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 0

Test openwrt (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test os.js (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**

Niveau de l’application: 2

Test owncloud (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test phpldapadmin (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test phpsysinfo (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test piratebox (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test piwigo (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test pluxml (Community): FAIL :negative_squared_cross_mark:

  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test radicale (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test riot (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test roadiz (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**

Niveau de l’application: 2

Test rss-bridge (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test scrumblr (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 5

Test seafile (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**

Niveau de l’application: 2

Test shout (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test shuri (Community): FAIL :negative_squared_cross_mark:

  • Upgrade: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 2

Test sickrage (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 0

Test spip2 (Community): FAIL :negative_squared_cross_mark:

  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 5

Test spip (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test staticwebapp (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test synapse (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 4

Test tagspaces (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 2

Test torclient (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test vpnclient (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 2

Test webapp_multi (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test webapp_test: SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 5

Test yourls (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test Youtube-dl-WebUI (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test yunofav (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test yunofav (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test zeronet (Community): FAIL :negative_squared_cross_mark:

  • Upgrade: ** FAIL**

Niveau de l’application: 2

Test z-push (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 6

Compte rendu hebdomadaire des tests d’intégration continue.

Test baikal (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test dokuwiki (Official): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test hextris (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test jirafeau (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test kanboard (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 4

Test my_webapp (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test nextcloud (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test opensondage (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test phpmyadmin (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test rainloop (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test roundcube (Official): SUCCESS :white_check_mark:

Test searx (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test shellinabox (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test strut (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test transmission (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test ttrss (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Multi-instance installations: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test wallabag (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test wordpress (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test zerobin (Official): FAIL :negative_squared_cross_mark:

  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test 20euros (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test 243 (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test abantecart (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test ampache (Community): FAIL :negative_squared_cross_mark:

  • !!! Package check was too long, its execution was aborted. !!! : FAIL

Test bozon (Community): SUCCESS :white_check_mark:

Niveau de l’application: 3

Test chtickynotes (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test chtickynotes (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test cops (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test couchpotato (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 6

Test cryptpad (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test Cubiks-2048 (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test dolibarr (Community): FAIL :negative_squared_cross_mark:

  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test duniter (Community): FAIL :negative_squared_cross_mark:

  • Installation: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 0

Test etherpad_mypads (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test ffsync (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test filebin (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test flarum (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test framagames (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test freshrss (Community): FAIL :negative_squared_cross_mark:

  • Multi-instance installations: ** FAIL**

Niveau de l’application: 1

Test garradin (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test glowing_bear (Community): SUCCESS :white_check_mark:

Niveau de l’application: 5

Test gogs (Community): FAIL :negative_squared_cross_mark:

  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test grafana (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test haste (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test hotspot (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test htmltools (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test huginn (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test ihatemoney (Community): FAIL :negative_squared_cross_mark:

  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test ihatemoney (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test jappix (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test jeedom (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Installation in private mode: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test jenkins (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test keeweb (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test kiwiirc (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test laverna (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test LBCAlerte (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test leed (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test lektor (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test libresonic (Community): FAIL :negative_squared_cross_mark:

  • Installation in a sub path: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test limesurvey (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test linuxdash (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

<h3 id=>Test : SUCCESS :white_check_mark:

<h3 id=>Test : SUCCESS :white_check_mark:

Test lstu (Community): SUCCESS :white_check_mark:

Niveau de l’application: 3

Test lufi (Community): FAIL :negative_squared_cross_mark:

  • Restore: ** FAIL**

Niveau de l’application: 5

Test lutim (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test mattermost (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test mediawiki (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test minchat (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test minchat (Community): FAIL :negative_squared_cross_mark:

  • Upgrade: ** FAIL**

Niveau de l’application: 2

Test minidlna (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test monit (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test monitorix (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test movim (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test multi_webapp (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test mumbleserver (Community): FAIL :negative_squared_cross_mark:

Test mumbleserver (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 3

Test munin (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test mytinytodo (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 5

Test netdata (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test nodebb (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 0

Test openwrt (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test os.js (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**

Niveau de l’application: 2

Test owncloud (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test phpldapadmin (Community): FAIL :negative_squared_cross_mark:

Test phpldapadmin (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test phpsysinfo (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test piratebox (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test piwigo (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test pluxml (Community): FAIL :negative_squared_cross_mark:

  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test radicale (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test riot (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test roadiz (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**

Niveau de l’application: 2

Test rss-bridge (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test scrumblr (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 5

Test seafile (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**

Niveau de l’application: 2

Test shaarli (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test shout (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test shuri (Community): FAIL :negative_squared_cross_mark:

  • Upgrade: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 2

Test sickrage (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 0

Test spip2 (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test spip (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test staticwebapp (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test synapse (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 4

Test tagspaces (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 2

Test torclient (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test vpnclient (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 2

Test webapp_multi (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test webapp_test: SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 5

Test yourls (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test Youtube-dl-WebUI (Community): FAIL :negative_squared_cross_mark:

Test Youtube-dl-WebUI (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test yunofav (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test yunofav (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test zeronet (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test z-push (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 6

Compte rendu hebdomadaire des tests d’intégration continue.

Test baikal (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test dokuwiki (Official): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test hextris (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test jirafeau (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test kanboard (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 4

Test my_webapp (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test nextcloud (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test opensondage (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test phpmyadmin (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test rainloop (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test roundcube (Official): SUCCESS :white_check_mark:

Test searx (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test shellinabox (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test strut (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test transmission (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test ttrss (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Multi-instance installations: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test wallabag (Official): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test wordpress (Official): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test zerobin (Official): FAIL :negative_squared_cross_mark:

  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test 20euros (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test 243 (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test abantecart (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 2

Test adminer (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 2

Test ampache (Community): FAIL :negative_squared_cross_mark:

  • !!! Package check was too long, its execution was aborted. !!! : FAIL

Test bozon (Community): SUCCESS :white_check_mark:

Niveau de l’application: 3

Test chtickynotes (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test chtickynotes (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test cops (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test couchpotato (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 6

Test cryptpad (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Installation in public mode: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test Cubiks-2048 (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test dolibarr (Community): FAIL :negative_squared_cross_mark:

  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test duniter (Community): FAIL :negative_squared_cross_mark:

  • Installation: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 0

Test etherpad_mypads (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test ffsync (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test filebin (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test flarum (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test framagames (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test freshrss (Community): FAIL :negative_squared_cross_mark:

  • Multi-instance installations: ** FAIL**

Niveau de l’application: 1

Test garradin (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test glowing_bear (Community): SUCCESS :white_check_mark:

Niveau de l’application: 5

Test gogs (Community): FAIL :negative_squared_cross_mark:

  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test grafana (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test haste (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test hotspot (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test htmltools (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test huginn (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test ihatemoney (Community): FAIL :negative_squared_cross_mark:

  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test ihatemoney (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test jappix (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test jeedom (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Installation in private mode: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test jenkins (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test keeweb (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test kiwiirc (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test laverna (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test LBCAlerte (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test leed (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test lektor (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test libresonic (Community): FAIL :negative_squared_cross_mark:

  • Installation in a sub path: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test limesurvey (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test linuxdash (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

<h3 id=>Test : SUCCESS :white_check_mark:

<h3 id=>Test : SUCCESS :white_check_mark:

Test lstu (Community): SUCCESS :white_check_mark:

Niveau de l’application: 3

Test lufi (Community): FAIL :negative_squared_cross_mark:

  • Restore: ** FAIL**

Niveau de l’application: 5

Test lutim (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test mattermost (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test mediawiki (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test minchat (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test minchat (Community): FAIL :negative_squared_cross_mark:

  • Upgrade: ** FAIL**

Niveau de l’application: 2

Test minidlna (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test monit (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test monitorix (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test movim (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test multi_webapp (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test mumbleserver (Community): FAIL :negative_squared_cross_mark:

Test mumbleserver (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 3

Test munin (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test mytinytodo (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 5

Test netdata (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test nodebb (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 0

Test openwrt (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test os.js (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**

Niveau de l’application: 2

Test osjs (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 0

Test owncloud (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test phpldapadmin (Community): FAIL :negative_squared_cross_mark:

Test phpldapadmin (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test phpsysinfo (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test piratebox (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test piwigo (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test pluxml (Community): FAIL :negative_squared_cross_mark:

  • Installation: ** FAIL**
  • Deleting: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Deleting from a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Deleting from root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 0

Test radicale (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test riot (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 3

Test roadiz (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**

Niveau de l’application: 2

Test rss-bridge (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test scrumblr (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 5

Test seafile (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**

Niveau de l’application: 2

Test shaarli (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 7

Test shout (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test shuri (Community): FAIL :negative_squared_cross_mark:

  • Upgrade: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 2

Test sickrage (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Installation on the root: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Port already used: ** FAIL**

Niveau de l’application: 0

Test spip2 (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test spip (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test staticwebapp (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 3

Test synapse (Community): SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 4

Test tagspaces (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 2

Test torclient (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test vpnclient (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**
  • Backup: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 3

Test webapp_multi (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test webapp_test: SUCCESS :white_check_mark:

  • Package linter: ** FAIL**

Niveau de l’application: 5

Test yourls (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation in a sub path: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**
  • Restore: ** FAIL**

Niveau de l’application: 1

Test Youtube-dl-WebUI (Community): FAIL :negative_squared_cross_mark:

Test Youtube-dl-WebUI (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Upgrade: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 2

Test yunofav (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test yunofav (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Installation on the root: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 1

Test zeronet (Community): SUCCESS :white_check_mark:

Niveau de l’application: 7

Test z-push (Community): FAIL :negative_squared_cross_mark:

  • Package linter: ** FAIL**
  • Malformed path: ** FAIL**

Niveau de l’application: 6

1 Like