mirror of
https://github.com/YunoHost-Apps/humhub_ynh.git
synced 2024-09-03 19:26:11 +02:00
Update Readme
This commit is contained in:
parent
e9d1b11b31
commit
1bdfa2fe2f
1 changed files with 8 additions and 22 deletions
30
README.md
30
README.md
|
@ -1,23 +1,3 @@
|
||||||
# HumHub for YunoHost
|
|
||||||
|
|
||||||
- HumHub has to be postinstalled manually
|
|
||||||
- LDAP has to be setup manually (see below)
|
|
||||||
- LDAP auth does not work with users having multiple email addresses
|
|
||||||
- Users cannot be logged in automatically
|
|
||||||
|
|
||||||
|
|
||||||
LDAP settings:
|
|
||||||
* hostname : localhost
|
|
||||||
* port : 389
|
|
||||||
* encryption : none
|
|
||||||
* username : put something random
|
|
||||||
* password : put something random
|
|
||||||
* baseDn : ou=users,dc=yunohost,dc=org
|
|
||||||
* loginFilter : (uid=%s)
|
|
||||||
* userFilter : objectClass=mailAccount
|
|
||||||
* usernameAttribute : uid
|
|
||||||
* emailAttribute : mail
|
|
||||||
|
|
||||||
## HumHub
|
## HumHub
|
||||||
HumHub is a feature rich and highly flexible OpenSource Social Network Kit written in PHP.
|
HumHub is a feature rich and highly flexible OpenSource Social Network Kit written in PHP.
|
||||||
|
|
||||||
|
@ -26,6 +6,12 @@ It's perfect for individual:
|
||||||
- Enterprise Social Networks
|
- Enterprise Social Networks
|
||||||
- Private Social Networks
|
- Private Social Networks
|
||||||
|
|
||||||
|
## HumHub for YunoHost
|
||||||
|
This app installs HumHub on YunoHost:
|
||||||
|
- The installation is automated (the settings can be customized after installation)
|
||||||
|
- LDAP is automatically integrated: all YunoHost users are also HumHub users (this can be disabled in settings)
|
||||||
|
- The YunoHost user of your chosing becomes the HumHub default admin
|
||||||
|
|
||||||
**More information:**
|
**More information:**
|
||||||
https://yunohost.org/
|
- https://yunohost.org/
|
||||||
https://www.humhub.org/
|
- https://www.humhub.org/
|
||||||
|
|
Loading…
Reference in a new issue