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

Merge pull request #3 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-09-20 22:14:51 +02:00 committed by GitHub
commit 00e87799b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 45 additions and 35 deletions

View file

@ -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
![Screenshot of Zusam](./doc/screenshots/screenshot.jpg)
## :red_circle: Antifeatures
- **Package not maintained**: This YunoHost package is not maintained and needs adoption.
## Documentation and resources
* Official app website: <https://zusam.org>

View file

@ -19,8 +19,17 @@ Si vous navez 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
![Capture décran de Zusam](./doc/screenshots/screenshot.jpg)
## :red_circle: Fonctions indésirables
- **Package not maintained**: This YunoHost package is not maintained and needs adoption.
## Documentations et ressources
* Site officiel de lapp : <https://zusam.org>

View file

@ -1,12 +1,3 @@
### 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
### Status
The project has the goal of being really stable for the backend once 1.0 is hit. That means no database structure changes, an update system and a stable API.

View file

@ -1,12 +1,3 @@
### 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
### Status
Le projet a pour objectif d'être vraiment stable au niveau du backend une fois la version 1.0 atteinte. Cela signifie qu'il n'y aura plus de changement dans la structure de la base de données, un système de mise à jour et une API stable.

View file

@ -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

View file

@ -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

View file

@ -2,10 +2,10 @@ 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"
version = "0.5.4~ynh1"
maintainers = ["Papa Dragon"]
@ -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
@ -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"
@ -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"