2023-08-06 18:49:51 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2023-08-09 19:01:39 +02:00
# Zusam for YunoHost
2023-08-06 18:49:51 +02:00
2023-08-09 19:01:39 +02:00
[![Integration level ](https://dash.yunohost.org/integration/zusam.svg )](https://dash.yunohost.org/appci/app/zusam) ![Working status ](https://ci-apps.yunohost.org/ci/badges/zusam.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/zusam.maintain.svg )
[![Install Zusam with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=zusam)
2023-08-06 18:49:51 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2023-08-09 19:01:39 +02:00
> *This package allows you to install Zusam quickly and simply on a YunoHost server.
2023-08-06 18:49:51 +02:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
2023-08-09 19:01:39 +02:00
Zusam (/tsuˈ zam/) is a free and open-source way to self-host private forums for groups of friends. Composed of a server written in PHP exposing a REST API and a lightweight webapp, Zusam is extensible and easy to install.
The goal is to make a stable, extensible, lightweight and user-friendly way to self-host private social groups.
2023-08-06 18:49:51 +02:00
2023-09-20 21:18:16 +02:00
### Features
- Links preview and embedded Youtube, Vimeo, Imgur, Soundcloud, Twitch, Bandcamp...
- Video and image upload
- Photo albums
- Public link generation for messages
- Completely responsive and mobile friendly
- Low server footprint
2023-08-06 18:49:51 +02:00
2023-09-24 00:49:41 +02:00
**Shipped version:** 0.5.4~ynh2
2023-08-06 18:49:51 +02:00
2023-08-09 19:01:39 +02:00
**Demo:** https://demo.zusam.org
2023-08-06 18:49:51 +02:00
## Screenshots
2023-08-09 19:01:39 +02:00
![Screenshot of Zusam ](./doc/screenshots/screenshot.jpg )
2023-08-06 18:49:51 +02:00
## Documentation and resources
2023-08-09 19:01:39 +02:00
* Official app website: < https: // zusam . org >
* Official admin documentation: < https: // github . com / zusam / zusam / tree / master / documentation >
* Upstream app code repository: < https: // github . com / zusam / zusam >
* YunoHost documentation for this app: < https: // yunohost . org / app_zusam >
* Report a bug: < https: // github . com / YunoHost-Apps / zusam_ynh / issues >
2023-08-06 18:49:51 +02:00
## Developer info
2023-08-09 19:01:39 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/zusam_ynh/tree/testing ).
2023-08-06 18:49:51 +02:00
To try the testing branch, please proceed like that.
``` bash
2023-08-09 19:01:39 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/zusam_ynh/tree/testing --debug
2023-08-06 18:49:51 +02:00
or
2023-08-09 19:01:39 +02:00
sudo yunohost app upgrade zusam -u https://github.com/YunoHost-Apps/zusam_ynh/tree/testing --debug
2023-08-06 18:49:51 +02:00
```
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >