mirror of
https://github.com/YunoHost-Apps/homarr_ynh.git
synced 2024-09-03 19:26:00 +02:00
commit
a5780d5d80
5 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue