소스 검색

Merge pull request #1 from YunoHost-Apps/testing

Testing
Éric Gaspar 3 년 전
부모
커밋
a5780d5d80
5개의 변경된 파일8개의 추가작업 그리고 7개의 파일을 삭제
  1. 2 2
      README.md
  2. 2 2
      README_fr.md
  3. 2 2
      manifest.json
  4. 1 1
      scripts/install
  5. 1 0
      scripts/upgrade

+ 2 - 2
README.md

@@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
 Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.
 It integrates with the services you use to display information on the homepage (E.g. Show upcoming Sonarr/Radarr releases).
 
-###Features
+### Features
 
 - Integrates with services you use.
 - Search the web directly from your homepage.
@@ -28,7 +28,7 @@ It integrates with the services you use to display information on the homepage (
 - Very light-weight and fast.
 
 
-**Shipped version:** 0.10.7~ynh1
+**Shipped version:** 0.10.7~ynh2
 
 **Demo:** https://homarr.ajnart.fr/fr
 

+ 2 - 2
README_fr.md

@@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
 Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.
 It integrates with the services you use to display information on the homepage (E.g. Show upcoming Sonarr/Radarr releases).
 
-###Features
+### Features
 
 - Integrates with services you use.
 - Search the web directly from your homepage.
@@ -28,7 +28,7 @@ It integrates with the services you use to display information on the homepage (
 - Very light-weight and fast.
 
 
-**Version incluse :** 0.10.7~ynh1
+**Version incluse :** 0.10.7~ynh2
 
 **Démo :** https://homarr.ajnart.fr/fr
 

+ 2 - 2
manifest.json

@@ -6,7 +6,7 @@
         "en": "Customizable browser's home page to interact with your homeserver's Docker containers",
         "fr": "Page d'accueil personnalisable pour interagir avec les conteneurs Docker de votre serveur"
     },
-    "version": "0.10.7~ynh1",
+    "version": "0.10.7~ynh2",
     "url": "https://homarr.dev/",
     "upstream": {
         "license": "MIT",
@@ -18,7 +18,7 @@
     },
     "license": "MIT",
     "maintainer": {
-        "name": "",
+        "name": "eric_G",
         "email": ""
     },
     "requirements": {

+ 1 - 1
scripts/install

@@ -103,7 +103,7 @@ ynh_add_nginx_config
 #=================================================
 # INSTALL HOMARR
 #=================================================
-ynh_script_progression --message="Installing The app..." --weight=10
+ynh_script_progression --message="Building the app..." --weight=20
 
 pushd $final_path
  	ynh_use_nodejs

+ 1 - 0
scripts/upgrade

@@ -19,6 +19,7 @@ app=$YNH_APP_INSTANCE_NAME
 domain=$(ynh_app_setting_get --app=$app --key=domain)
 path_url=$(ynh_app_setting_get --app=$app --key=path)
 final_path=$(ynh_app_setting_get --app=$app --key=final_path)
+port=$(ynh_app_setting_get --app=$app --key=port)
 
 #=================================================
 # CHECK VERSION