diff --git a/manifest.toml b/manifest.toml index 0ee828b..de494d3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ description.fr = "Application multi-utilisateurs de suivi du temps compatible av description.de = "Eine web-basierte Mehrbenutzer-Zeiterfassung mit Rechnungsdruck mit Unterstützung für mobile Endgeräte" description.cs = "Víceuživatelská webová aplikace pro sledování času s podporou mobilních zařízení" -version = "2.0.33~ynh1" +version = "2.2.1~ynh1" maintainers = [""] @@ -52,8 +52,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/kevinpapst/kimai2/archive/2.0.33.tar.gz" - sha256 = "9cad2555eb115711e100ca129c8152f3ec19ebfde6334a1ec5b7b2009b011959" + url = "https://github.com/kevinpapst/kimai2/archive/2.2.1.tar.gz" + sha256 = "0603b9ba128a8580ece863d72941dc084c6e76b7e71860b1481449bbbafd0ba1" autoupdate.strategy = "latest_github_tag" [resources.system_user] diff --git a/scripts/change_url b/scripts/change_url index 30d1774..c97e8bb 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -22,7 +22,7 @@ ynh_change_url_nginx_config ynh_script_progression --message="Adding a configuration file..." --weight=1 # Configure environement -ynh_add_config --template="../conf/.env" --destination="$install_dir/.env" +ynh_add_config --template=".env" --destination="$install_dir/.env" chmod 400 "$install_dir/.env" chown $app:$app "$install_dir/.env" diff --git a/scripts/upgrade b/scripts/upgrade index 99e9a9b..738651b 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -77,13 +77,13 @@ else registration="false" fi -ynh_add_config --template="../conf/local.yaml" --destination="$install_dir/config/packages/local.yaml" +ynh_add_config --template="local.yaml" --destination="$install_dir/config/packages/local.yaml" chmod 400 "$install_dir/config/packages/local.yaml" chown $app:$app "$install_dir/config/packages/local.yaml" # Configure environement -ynh_add_config --template="../conf/.env" --destination="$install_dir/.env" +ynh_add_config --template=".env" --destination="$install_dir/.env" chmod 400 "$install_dir/.env" chown $app:$app "$install_dir/.env"