mirror of
https://github.com/YunoHost-Apps/zusam_ynh.git
synced 2024-09-03 18:05:54 +02:00
ed00b69b51
Upgrade to v0.5.4
60 lines
2.4 KiB
Markdown
60 lines
2.4 KiB
Markdown
<!--
|
||
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>
|