From 5bf89c1413224f1bbdfcc88ed66120deb3cee53f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 4 Feb 2023 20:53:19 +0100 Subject: [PATCH] Fix --- check_process | 31 --------- .../POST_INSTALL.md} | 0 .../POST_INSTALL_fr.md} | 0 manifest.json | 63 ------------------- 4 files changed, 94 deletions(-) delete mode 100644 check_process rename doc/{DISCLAIMER.md => descriptions/POST_INSTALL.md} (100%) rename doc/{DISCLAIMER_fr.md => descriptions/POST_INSTALL_fr.md} (100%) delete mode 100644 manifest.json diff --git a/check_process b/check_process deleted file mode 100644 index 8ae619e..0000000 --- a/check_process +++ /dev/null @@ -1,31 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - path="/path" - is_public=1 - port="4533" - ; Checks - pkg_linter=1 - setup_sub_dir=1 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - # 0.40.0~ynh1 - upgrade=1 from_commit=e41c919ddb65673ea6b452e138d36c240be3b6b7 - # 0.47.0~ynh1 - upgrade=1 from_commit=d7eb59fdd7a47ef4365af59db857e763f70564a4 - backup_restore=1 - multi_instance=0 - port_already_use=0 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=e41c919ddb65673ea6b452e138d36c240be3b6b7 - name=Testing (#43) - ; commit=d7eb59fdd7a47ef4365af59db857e763f70564a4 - name=Testing (#70) - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& diff --git a/doc/DISCLAIMER.md b/doc/descriptions/POST_INSTALL.md similarity index 100% rename from doc/DISCLAIMER.md rename to doc/descriptions/POST_INSTALL.md diff --git a/doc/DISCLAIMER_fr.md b/doc/descriptions/POST_INSTALL_fr.md similarity index 100% rename from doc/DISCLAIMER_fr.md rename to doc/descriptions/POST_INSTALL_fr.md diff --git a/manifest.json b/manifest.json deleted file mode 100644 index da2bb0d..0000000 --- a/manifest.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "Navidrome", - "id": "navidrome", - "packaging_format": 1, - "description": { - "en": "Modern Music Server and Streamer compatible with Subsonic/Airsonic", - "fr": "Serveur de musique moderne et Streamer compatibles avec Subsonic/Airsonic" - }, - "version": "0.49.0~ynh1", - "url": "https://www.navidrome.org", - "upstream": { - "license": "GPL-3.0-only", - "website": "https://www.navidrome.org", - "demo": "https://demo.navidrome.org/app/#/login", - "admindoc": "https://www.navidrome.org/docs", - "code": "https://github.com/deluan/navidrome", - "cpe": "cpe:2.3:a:navidrome:navidrome" - }, - "license": "GPL-3.0-only", - "maintainer": { - "name": "eric_G" - }, - "requirements": { - "yunohost": ">= 11.0.9" - }, - "multi_instance": false, - "services": [ - "nginx" - ], - "arguments": { - "install": [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "path", - "type": "path", - "example": "/navidrome", - "default": "/navidrome" - }, - { - "name": "is_public", - "type": "boolean", - "help": { - "en": "You must activate public site if you want to connect a client player to Navidrome. This can be changed later via the webadmin.", - "fr": "Vous devez activer site public si vous souhaitez connecter un lecteur client à Navidrome. Vous pourrez changer ceci plus tard via la webadmin." - }, - "default": true - }, - { - "name": "language", - "type": "string", - "ask": { - "en": "Choose the application language", - "fr": "Choisissez la langue de l'application" - }, - "choices": ["fr", "en"], - "default": "fr" - } - ] - } -} \ No newline at end of file