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

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

View file

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

View file

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

View file

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

View file

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