mirror of
https://github.com/YunoHost-Apps/homarr_ynh.git
synced 2024-09-03 19:26:00 +02:00
commit
99e950436b
6 changed files with 9 additions and 8 deletions
|
@ -29,7 +29,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.14.3~ynh1
|
**Shipped version:** 0.14.4~ynh1
|
||||||
|
|
||||||
**Demo:** https://homarr.ajnart.fr/fr
|
**Demo:** https://homarr.ajnart.fr/fr
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ Il s'intègre aux services que vous utilisez pour afficher des informations sur
|
||||||
- Des widgets pouvant afficher tous types d'informations.
|
- Des widgets pouvant afficher tous types d'informations.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.14.3~ynh1
|
**Version incluse :** 0.14.4~ynh1
|
||||||
|
|
||||||
**Démo :** https://homarr.ajnart.fr/fr
|
**Démo :** https://homarr.ajnart.fr/fr
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Homarr"
|
||||||
description.en = "Customizable browser's home page to interact with your homeserver's Docker containers"
|
description.en = "Customizable browser's home page to interact with your homeserver's Docker containers"
|
||||||
description.fr = "Page d'accueil personnalisable pour interagir avec les conteneurs Docker de votre serveur"
|
description.fr = "Page d'accueil personnalisable pour interagir avec les conteneurs Docker de votre serveur"
|
||||||
|
|
||||||
version = "0.14.3~ynh1"
|
version = "0.14.4~ynh1"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -40,8 +40,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/ajnart/homarr/archive/refs/tags/v0.14.3.tar.gz"
|
url = "https://github.com/ajnart/homarr/archive/refs/tags/v0.14.4.tar.gz"
|
||||||
sha256 = "75b9355aff1a7b16353d26697ffa91a86fcd27922d948afe847eb9cc78c88758"
|
sha256 = "f0e7a89b0b257d7e9a253ddd914d68eaf8a6c8bcab2a131ca9baea6d2424bc78"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# nodejs version
|
# nodejs version
|
||||||
nodejs_version=18
|
nodejs_version=20
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
|
@ -36,7 +36,7 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$install_dir" --keep=".env"
|
ynh_setup_source --dest_dir="$install_dir" --full_replace=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
test_format = 1.0
|
test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
test_upgrade_from.6c6179b.name = "1.3.4"
|
||||||
|
|
Loading…
Reference in a new issue