From 610d0ee65e6b34bf31259840fa30de7b5a02dbbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 17 Aug 2023 21:56:30 +0200 Subject: [PATCH 1/4] Cleaning --- manifest.toml | 2 +- scripts/install | 5 ----- scripts/remove | 5 ----- scripts/restore | 5 ----- scripts/upgrade | 5 ----- 5 files changed, 1 insertion(+), 21 deletions(-) diff --git a/manifest.toml b/manifest.toml index a3467f5..d3650bd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ admindoc = "https://github.com/klaussilveira/gitlist/wiki" code = "https://github.com/klaussilveira/gitlist" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false diff --git a/scripts/install b/scripts/install index eaad38e..93a9eae 100755 --- a/scripts/install +++ b/scripts/install @@ -44,11 +44,6 @@ ynh_script_progression --message="Configuring PHP-FPM..." --weight=1 # Create a dedicated PHP-FPM config ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint -#================================================= -# NGINX CONFIGURATION -#================================================= -ynh_script_progression --message="Configuring NGINX web server..." --weight=1 - # Create a dedicated NGINX config ynh_add_nginx_config diff --git a/scripts/remove b/scripts/remove index 79cb058..61db822 100755 --- a/scripts/remove +++ b/scripts/remove @@ -17,11 +17,6 @@ ynh_script_progression --message="Removing NGINX web server configuration..." -- # Remove the dedicated NGINX config ynh_remove_nginx_config -#================================================= -# REMOVE PHP-FPM CONFIGURATION -#================================================= -ynh_script_progression --message="Removing PHP-FPM configuration..." --weight=1 - # Remove the dedicated PHP-FPM config ynh_remove_fpm_config diff --git a/scripts/restore b/scripts/restore index c89eb4f..ab3393f 100755 --- a/scripts/restore +++ b/scripts/restore @@ -36,11 +36,6 @@ ynh_script_progression --message="Restoring the PHP-FPM configuration..." --weig ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" -#================================================= -# RESTORE THE NGINX CONFIGURATION -#================================================= -ynh_script_progression --message="Restoring the NGINX web server configuration..." --weight=1 - ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index f3765f6..6b79edc 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -61,11 +61,6 @@ ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=1 # Create a dedicated PHP-FPM config ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_footprint -#================================================= -# NGINX CONFIGURATION -#================================================= -ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=1 - # Create a dedicated NGINX config ynh_add_nginx_config From e1f8222f9f954fda6015da6ffcda3e07e4e423a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:25:30 +0200 Subject: [PATCH 2/4] Update manifest.toml --- manifest.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d3650bd..58598f4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -28,7 +28,6 @@ ram.runtime = "50M" [install] [install.domain] type = "domain" - full_domain = true [install.init_main_permission] type = "group" From 1afd38a93af850d63275c3207e65d3a27636fe81 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 25 Aug 2023 12:02:01 +0200 Subject: [PATCH 3/4] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 58598f4..7388c84 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "GitList" description.en = "Elegant and modern git repository viewer" description.fr = "Visualiseur de référentiel git élégant et moderne" -version = "2.0.0~ynh2" +version = "2.0.0~ynh3" maintainers = ["eric_G"] From e830d504f6e254b5b785f445db0fcb36ce5b85cc Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 25 Aug 2023 10:02:06 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59bfa1e..6310d33 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ GitList is an elegant and modern web interface for interacting with multiple git - Repository statistics -**Shipped version:** 2.0.0~ynh2 +**Shipped version:** 2.0.0~ynh3 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 6e769da..99923cc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,7 +29,7 @@ GitList is an elegant and modern web interface for interacting with multiple git - Repository statistics -**Version incluse :** 2.0.0~ynh2 +**Version incluse :** 2.0.0~ynh3 ## Captures d’écran