diff --git a/README.md b/README.md index 5a73816..9d8959c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Current snapshot in *sources*: * https://github.com/friendica/friendica: 2021.01 * https://github.com/friendica/friendica-addons: 2021.01 +**Warning:** It's advised to use Barracuda as MySQL DB file format for your Friendica database. + ## Friendica [Friendica](http://friendi.ca/) is a decentralised communications platform that integrates social communication. Our platform links to independent social projects and corporate services. @@ -25,7 +27,7 @@ Friendica connects you effortlessly to a federated communications network of sev ## This app claims following features: -- [X] Ldap integration +- [ ] Ldap integration(Ldap is broken in the latest version.[See this](https://github.com/friendica/friendica/issues/4140#issuecomment-731579013)) - [X] Multi-instance - [ ] Add php.log in the root folder for debugging php, with logrotate applied on it (can be accesssed by **admin->logs** and entering the **php.log**). - [ ] Fail2ban diff --git a/manifest.json b/manifest.json index 336e2bc..1d3fabc 100644 --- a/manifest.json +++ b/manifest.json @@ -23,7 +23,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.0-fpm", + "php7.3-fpm", "mysql" ], "arguments": { diff --git a/scripts/install b/scripts/install index d2d39b3..9356837 100644 --- a/scripts/install +++ b/scripts/install @@ -149,7 +149,7 @@ ynh_replace_string --match_string="mysqlusername" --replace_string="$db_nam ynh_replace_string --match_string="mysqldatabasename" --replace_string="$db_name" --target_file="$config" ynh_replace_string --match_string="mysqlpassword" --replace_string="$db_pwd" --target_file="$config" ynh_replace_string --match_string="'admin_email' => ''," --replace_string="'admin_email' => '$admin_mail'," --target_file="$config" -ynh_replace_string --match_string="OPEN" --replace_string="CLOSED" --target_file="$config" +#ynh_replace_string --match_string="OPEN" --replace_string="CLOSED" --target_file="$config" # init db