mirror of
https://github.com/YunoHost-Apps/zusam_ynh.git
synced 2024-09-03 18:05:54 +02:00
cleaning
This commit is contained in:
parent
de635ddc9f
commit
6c776a99c8
3 changed files with 22 additions and 4 deletions
|
@ -1,2 +1,11 @@
|
|||
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
|
||||
|
|
|
@ -1,2 +1,11 @@
|
|||
Zusam (/tsuˈzam/) est un moyen libre et gratuit d'auto-héberger des forums privés pour des groupes d'amis. Composé d'un serveur écrit en PHP exposant une API REST et d'une application web légère, Zusam est extensible et facile à installer.
|
||||
L'objectif est de disposer d'un outil stable, extensible, léger et convivial pour auto-héberger des groupes sociaux privés.
|
||||
|
||||
### Features
|
||||
|
||||
- Prévisualisation des liens et contenu intégré (Youtube, Vimeo, Imgur, Soundcloud, Twitch, Bandcamp...)
|
||||
- Téléversement de vidéos et d'images
|
||||
- Albums photos
|
||||
- Génération de liens publics pour les messages
|
||||
- Design entièrement réactif (*responsive*) et adapté aux mobiles
|
||||
- Faible empreinte serveur
|
||||
|
|
|
@ -2,8 +2,8 @@ packaging_format = 2
|
|||
|
||||
id = "zusam"
|
||||
name = "Zusam"
|
||||
description.en = "A truly private space for you and your friends"
|
||||
description.fr = "Un espace entièrement privé pour vous et vos amis"
|
||||
description.en = "Truly private space for you and your friends"
|
||||
description.fr = "Espace entièrement privé pour vous et vos amis"
|
||||
|
||||
version = "0.5.3~ynh1"
|
||||
|
||||
|
@ -17,7 +17,7 @@ admindoc = "https://github.com/zusam/zusam/tree/master/documentation"
|
|||
code = "https://github.com/zusam/zusam"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.21"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
@ -80,4 +80,4 @@ ram.runtime = "50M"
|
|||
[resources.ports]
|
||||
|
||||
[resources.apt]
|
||||
packages = "unzip ffmpeg php8.1 php8.1-fpm php8.1-xml php8.1-curl php8.1-mbstring php8.1-sqlite3 php8.1-imagick php8.1-intl curl"
|
||||
packages = "unzip, ffmpeg, php8.1-fpm, php8.1-xml, php8.1-curl, php8.1-mbstring, php8.1-sqlite3, php8.1-imagick, php8.1-intl, curl"
|
||||
|
|
Loading…
Reference in a new issue