diff --git a/README.md b/README.md index 8e68f1f..69bb7dd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The [streams repository](https://codeberg.org/streams/streams/) lets you install Your websites will be compatible with **Mastodon**, **Pleroma**, **Pixelfed**, **Friendica**, **Hubzilla**, **Funkwhale**, **Peertube**, **Plume**, **WriteFreely** and many, many more. -**Shipped version:** 23.11.05~ynh2 +**Shipped version:** 23.11.05~ynh3 ## Screenshots diff --git a/README_fr.md b/README_fr.md index affe6e4..02056d3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ Le [dépôt streams](https://codeberg.org/streams/streams/) vous permet d'instal Vos sites web seront compatibles avec **Mastodon**, **Pleroma**, **Pixelfed**, **Friendica**, **Hubzilla**, **Funkwhale**, **Peertube**, **Plume**, **WriteFreely** et bien d'autres encore. -**Version incluse :** 23.11.05~ynh2 +**Version incluse :** 23.11.05~ynh3 ## Captures d’écran diff --git a/conf/ldap_conf.php b/conf/ldap_conf.php deleted file mode 100644 index a4688d6..0000000 --- a/conf/ldap_conf.php +++ /dev/null @@ -1,7 +0,0 @@ -App::$config['system']['addon'] = 'ldapauth'; - -App::$config['ldapauth']['ldap_server'] = 'localhost'; -App::$config['ldapauth']['ldap_searchdn'] = 'ou=users,dc=yunohost,dc=org'; -App::$config['ldapauth']['ldap_userattr'] = 'uid'; -App::$config['ldapauth']['ldap_autocreateaccount_emailattribute'] = 'mail'; -App::$config['ldapauth']['create_account'] = '1'; diff --git a/manifest.toml b/manifest.toml index ce3871a..157e509 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Streams" description.en = "Open source fediverse server" description.fr = "Serveur fediverse open source" -version = "23.11.05~ynh2" +version = "23.11.05~ynh3" maintainers = ["Papa Dragon"] diff --git a/scripts/install b/scripts/install index 9d2a444..01fc235 100755 --- a/scripts/install +++ b/scripts/install @@ -128,15 +128,6 @@ ynh_script_progression --message="Configuring Fail2Ban..." --weight=1 # Create a dedicated Fail2Ban config ynh_add_fail2ban_config --logpath="$install_dir/php.log" --failregex="^.*auth\.php.*failed login attempt.*from IP .*$" --max_retry="5" -#================================================= -# LDAP ADDON ACTIVATION -#================================================= -#ynh_script_progression --message="Enabling ldapauth addon..." - -#pushd "$install_dir" -# /usr/bin/php${YNH_PHP_VERSION} util/addons install ldapauth -#popd - #================================================= # END OF SCRIPT #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index d4d81a3..fbb37d4 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -94,12 +94,6 @@ ynh_script_progression --message="Updating a configuration file..." --weight=1 ynh_add_config --template="../conf/htconfig.sample.php" --destination="$install_dir/.htconfig.php" -# addon ldap config -#ynh_script_progression --message="Push LDAP configuration to .htconfig.php..." - -#cat ../conf/ldap_conf.php >> $install_dir/.htconfig.php -#ynh_store_file_checksum --file=$install_dir/.htconfig.php - chmod 600 "$install_dir/.htconfig.php" chown $app:$app "$install_dir/.htconfig.php" diff --git a/tests.toml b/tests.toml index 890a1e5..04c735d 100644 --- a/tests.toml +++ b/tests.toml @@ -13,5 +13,5 @@ test_format = 1.0 # Default args to use for install # ------------------------------- -# test_upgrade_from.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.name = "Upgrade from xx.xx.xx~ynhx" + test_upgrade_from.8985f0af2e713f8fc514dcf4b42208d1329f2403.name = "Upgrade from 23.11.05~ynh2"