Просмотр исходного кода

Merge pull request #1 from YunoHost-Apps/testing

Testing
Éric Gaspar 3 лет назад
Родитель
Сommit
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.
 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).
 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.
 - Integrates with services you use.
 - Search the web directly from your homepage.
 - 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.
 - Very light-weight and fast.
 
 
 
 
-**Shipped version:** 0.10.7~ynh1
+**Shipped version:** 0.10.7~ynh2
 
 
 **Demo:** https://homarr.ajnart.fr/fr
 **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.
 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).
 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.
 - Integrates with services you use.
 - Search the web directly from your homepage.
 - 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.
 - Very light-weight and fast.
 
 
 
 
-**Version incluse :** 0.10.7~ynh1
+**Version incluse :** 0.10.7~ynh2
 
 
 **Démo :** https://homarr.ajnart.fr/fr
 **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",
         "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"
         "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/",
     "url": "https://homarr.dev/",
     "upstream": {
     "upstream": {
         "license": "MIT",
         "license": "MIT",
@@ -18,7 +18,7 @@
     },
     },
     "license": "MIT",
     "license": "MIT",
     "maintainer": {
     "maintainer": {
-        "name": "",
+        "name": "eric_G",
         "email": ""
         "email": ""
     },
     },
     "requirements": {
     "requirements": {

+ 1 - 1
scripts/install

@@ -103,7 +103,7 @@ ynh_add_nginx_config
 #=================================================
 #=================================================
 # INSTALL HOMARR
 # INSTALL HOMARR
 #=================================================
 #=================================================
-ynh_script_progression --message="Installing The app..." --weight=10
+ynh_script_progression --message="Building the app..." --weight=20
 
 
 pushd $final_path
 pushd $final_path
  	ynh_use_nodejs
  	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)
 domain=$(ynh_app_setting_get --app=$app --key=domain)
 path_url=$(ynh_app_setting_get --app=$app --key=path)
 path_url=$(ynh_app_setting_get --app=$app --key=path)
 final_path=$(ynh_app_setting_get --app=$app --key=final_path)
 final_path=$(ynh_app_setting_get --app=$app --key=final_path)
+port=$(ynh_app_setting_get --app=$app --key=port)
 
 
 #=================================================
 #=================================================
 # CHECK VERSION
 # CHECK VERSION