1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homarr_ynh.git synced 2024-09-03 19:26:00 +02:00

Merge pull request #1 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-01-07 18:04:26 +01:00 committed by GitHub
commit a5780d5d80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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": {

View file

@ -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

View file

@ -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