1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Updated readme, fixes and opened register_policy

This commit is contained in:
anmol26s 2021-02-03 00:58:30 +05:30
parent 882de157bb
commit fb59b1d061
3 changed files with 5 additions and 3 deletions

View file

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

View file

@ -23,7 +23,7 @@
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm",
"php7.3-fpm",
"mysql"
],
"arguments": {

View file

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