diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index b5f9911..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/README.md b/README.md index 7be3eb9..5d0e5ca 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ MineWeb is a CMS (i.e. a content management system), in simpler terms, a complet You can keep your players up to date with news, have them buy items from the store... You can customize the CMS with all kinds of themes or plugins! These are available on the market or can be developed by yourself. -**Shipped version:** 1.15.2~ynh1 +**Shipped version:** 1.15.2~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 97d2992..a78e97f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ MineWeb est un CMS (c'est-à-dire un système de gestion de contenu), en plus si Vous pourrez tenir vos joueurs au courant des actualités, leur faire acheter des articles sur la boutique... Vous pourrez personnaliser le CMS avec toutes sortes de thèmes ou plugins ! Ceux-ci sont disponibles sur le market ou peuvent être développés par vous-même. -**Version incluse :** 1.15.2~ynh1 +**Version incluse :** 1.15.2~ynh2 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index a225b07..2b2b858 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,9 +5,9 @@ name = "MineWeb" description.en = "Customizable and intuitive CMS" description.fr = "CMS personnalisable et intuitif" -version = "1.15.2~ynh1" +version = "1.15.2~ynh2" -maintainers = ["liberodark"] +maintainers = [] [upstream] license = "AGPL-3.0-only" @@ -19,8 +19,11 @@ code = "https://github.com/MineWeb/MineWebCMS/" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" @@ -53,7 +56,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server php7.4-zip php7.4-gd php7.4-curl" + packages = "mariadb-server, php8.2-zip, php8.2-gd, php8.2-curl" [resources.database] type = "mysql" diff --git a/scripts/install b/scripts/install index c472b05..aacb8e4 100644 --- a/scripts/install +++ b/scripts/install @@ -29,13 +29,13 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=2 ynh_add_nginx_config # Create a dedicated PHP-FPM config -ynh_add_fpm_config --usage=low --footprint=low +ynh_add_fpm_config #================================================= # MODIFY A CONFIG FILE #================================================= -ynh_add_config --template="../conf/database.php" --destination="$install_dir/app/Config/database.php" +ynh_add_config --template="database.php" --destination="$install_dir/app/Config/database.php" #================================================= # MODIFY FIRST.CTP diff --git a/scripts/remove b/scripts/remove index e161d9c..7822e02 100644 --- a/scripts/remove +++ b/scripts/remove @@ -17,7 +17,6 @@ ynh_script_progression --message="Stopping and removing the systemd service..." # Remove the dedicated systemd config ynh_remove_systemd_config - # Remove the dedicated NGINX config ynh_remove_nginx_config diff --git a/scripts/upgrade b/scripts/upgrade index f796fc1..be7498d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -41,7 +41,7 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." - ynh_add_nginx_config # Create a dedicated PHP-FPM config -ynh_add_fpm_config --usage=low --footprint=low +ynh_add_fpm_config #================================================= # MODIFY A CONFIG FILE