1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zusam_ynh.git synced 2024-09-03 18:05:54 +02:00
zusam_ynh/README.md
2023-09-20 21:18:29 +02:00

60 lines
2.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
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.
-->
# Zusam for YunoHost
[![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)
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Zusam 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
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.
### 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
**Shipped version:** 0.5.4~ynh1
**Demo:** https://demo.zusam.org
## Screenshots
![Screenshot of Zusam](./doc/screenshots/screenshot.jpg)
## Documentation and resources
* 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>
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/zusam_ynh/tree/testing).
To try the testing branch, please proceed like that.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/zusam_ynh/tree/testing --debug
or
sudo yunohost app upgrade zusam -u https://github.com/YunoHost-Apps/zusam_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>