mirror of
https://github.com/YunoHost-Apps/zusam_ynh.git
synced 2024-09-03 18:05:54 +02:00
Merge branch 'testing' of https://github.com/YunoHost-Apps/zusam_ynh into testing
This commit is contained in:
commit
b5b0fb33fa
3 changed files with 23 additions and 13 deletions
15
README.md
15
README.md
|
@ -19,8 +19,17 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
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
|
||||
|
||||
**Shipped version:** 0.5.3~ynh1
|
||||
- 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
|
||||
|
||||
|
@ -28,10 +37,6 @@ The goal is to make a stable, extensible, lightweight and user-friendly way to s
|
|||
|
||||

|
||||
|
||||
## :red_circle: Antifeatures
|
||||
|
||||
- **Package not maintained**: This YunoHost package is not maintained and needs adoption.
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://zusam.org>
|
||||
|
|
15
README_fr.md
15
README_fr.md
|
@ -19,8 +19,17 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
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
|
||||
|
||||
**Version incluse :** 0.5.3~ynh1
|
||||
- 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
|
||||
|
||||
|
||||
**Version incluse :** 0.5.4~ynh1
|
||||
|
||||
**Démo :** https://demo.zusam.org
|
||||
|
||||
|
@ -28,10 +37,6 @@ L'objectif est de disposer d'un outil stable, extensible, léger et convivial po
|
|||
|
||||

|
||||
|
||||
## :red_circle: Fonctions indésirables
|
||||
|
||||
- **Package not maintained**: This YunoHost package is not maintained and needs adoption.
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://zusam.org>
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Zusam"
|
|||
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"
|
||||
version = "0.5.4~ynh1"
|
||||
|
||||
maintainers = ["Papa Dragon"]
|
||||
|
||||
|
@ -62,8 +62,8 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/zusam/zusam/archive/refs/tags/0.5.3.tar.gz"
|
||||
sha256 = "3d0add0993ac209f73be392a7735055f51b783cc7856285216f80c3e0e7db93d"
|
||||
url = "https://github.com/zusam/zusam/archive/refs/tags/0.5.4.tar.gz"
|
||||
sha256 = "772c3b218c2ac259ce581a2c19e0d41ac9b42ecb3503ae5e703f4513404e9aef"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue