1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

Merge pull request #23 from YunoHost-Apps/testing

Mainly package version update
This commit is contained in:
Papa Dragon 2023-11-05 22:24:35 +01:00 committed by GitHub
commit 144e443d67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 4 additions and 26 deletions

View file

@ -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

View file

@ -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

View file

@ -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';

View file

@ -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"]

View file

@ -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 <HOST>.*$" --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
#=================================================

View file

@ -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"

View file

@ -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"