2021-02-17 23:30:36 +01:00
|
|
|
# HumHub for YunoHost
|
2020-03-29 13:23:31 +02:00
|
|
|
|
2021-02-17 23:30:36 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/humhub.svg)](https://dash.yunohost.org/appci/app/humhub) ![](https://ci-apps.yunohost.org/ci/badges/humhub.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/humhub.maintain.svg)
|
|
|
|
[![Install humhub with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=humhub)
|
2020-03-29 13:23:31 +02:00
|
|
|
|
2021-02-17 23:30:36 +01:00
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
|
|
|
> *This package allows you to install HumHub quickly and simply on a YunoHost server.
|
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
|
|
|
|
|
|
|
## Overview
|
2016-08-21 23:56:32 +02:00
|
|
|
HumHub is a feature rich and highly flexible OpenSource Social Network Kit written in PHP.
|
|
|
|
|
2021-03-15 23:14:42 +01:00
|
|
|
**Shipped version:** 1.8.1
|
2021-02-17 23:30:36 +01:00
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
2021-03-15 23:14:42 +01:00
|
|
|
![](https://www.humhub.com/static/img/enterprise/app_small.png)
|
2021-02-17 23:30:36 +01:00
|
|
|
|
|
|
|
## Demo
|
|
|
|
|
2021-03-15 23:14:42 +01:00
|
|
|
* [Official demo](https://www.humhub.com/en)
|
2021-02-17 23:30:36 +01:00
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
How to configure this app: From an admin panel, a plain file with SSH, or any other way.
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
2021-02-26 14:41:11 +01:00
|
|
|
* Official documentation: https://docs.humhub.org
|
2021-02-17 23:30:36 +01:00
|
|
|
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
|
|
|
|
|
|
|
|
## YunoHost specific features
|
|
|
|
|
|
|
|
#### Multi-user support
|
|
|
|
|
2021-03-17 10:23:22 +01:00
|
|
|
* Are LDAP and HTTP auth supported? **Yes**
|
|
|
|
* Can the app be used by multiple users? **Yes**
|
2021-02-17 23:30:36 +01:00
|
|
|
|
|
|
|
#### Supported architectures
|
|
|
|
|
|
|
|
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/humhub%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/humhub/)
|
|
|
|
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/humhub%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/humhub/)
|
|
|
|
|
|
|
|
## Limitations
|
|
|
|
|
|
|
|
* Any known limitations.
|
|
|
|
|
|
|
|
## Additional information
|
|
|
|
|
|
|
|
* Other info you would like to add about this app.
|
|
|
|
|
|
|
|
## Links
|
|
|
|
|
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/humhub_ynh/issues
|
|
|
|
* App website: https://www.humhub.org/
|
2021-02-26 14:41:11 +01:00
|
|
|
* Upstream app repository: https://github.com/humhub/humhub
|
2021-02-17 23:30:36 +01:00
|
|
|
* YunoHost website: https://yunohost.org/
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Developer info
|
2017-04-24 16:09:34 +02:00
|
|
|
|
2021-02-17 23:30:36 +01:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/humhub_ynh/tree/testing).
|
2016-08-21 01:03:46 +02:00
|
|
|
|
2021-02-17 23:30:36 +01:00
|
|
|
To try the testing branch, please proceed like that.
|
|
|
|
```
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/humhub_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade humhub -u https://github.com/YunoHost-Apps/humhub_ynh/tree/testing --debug
|
|
|
|
```
|