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

Merge pull request #60 from YunoHost-Apps/testing

Update _common.sh
This commit is contained in:
Éric Gaspar 2023-07-09 21:46:13 +02:00 committed by GitHub
commit 747d5f92ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 17 deletions

View file

@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# BoZoN for YunoHost
[![Integration level](https://dash.yunohost.org/integration/bozon.svg)](https://dash.yunohost.org/appci/app/bozon) ![Working status](https://ci-apps.yunohost.org/ci/badges/bozon.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/bozon.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/bozon.svg)](https://dash.yunohost.org/appci/app/bozon) ![Working status](https://ci-apps.yunohost.org/ci/badges/bozon.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/bozon.maintain.svg)
[![Install BoZoN with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bozon)
*[Lire ce readme en français.](./README_fr.md)*
@ -18,13 +19,16 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
BoZoN is a minimalist Drag & drop file sharing app.
**Shipped version:** 2.4.18~ynh3
**Shipped version:** 2.4.18~ynh4
## Screenshots
![Screenshot of BoZoN](./doc/screenshots/bozon_screenshot.png)
## :red_circle: Antifeatures
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
## Documentation and resources
* Upstream app code repository: <https://github.com/broncowdd/BoZoN>

View file

@ -5,29 +5,33 @@ It shall NOT be edited by hand.
# BoZoN pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/bozon.svg)](https://dash.yunohost.org/appci/app/bozon) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/bozon.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/bozon.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/bozon.svg)](https://dash.yunohost.org/appci/app/bozon) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/bozon.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/bozon.maintain.svg)
[![Installer BoZoN avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bozon)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer BoZoN rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
> *Ce package vous permet dinstaller BoZoN rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
BoZoN is a minimalist Drag & drop file sharing app.
**Version incluse :** 2.4.18~ynh3
**Version incluse :** 2.4.18~ynh4
## Captures décran
## Captures d'écran
![Capture décran de BoZoN](./doc/screenshots/bozon_screenshot.png)
![Capture d'écran de BoZoN](./doc/screenshots/bozon_screenshot.png)
## :red_circle: Fonctions indésirables
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
## Documentations et ressources
* Dépôt de code officiel de l'app : <https://github.com/broncowdd/BoZoN>
* Dépôt de code officiel de lapp : <https://github.com/broncowdd/BoZoN>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_bozon>
* Signaler un bug : <https://github.com/YunoHost-Apps/bozon_ynh/issues>
@ -43,4 +47,4 @@ ou
sudo yunohost app upgrade bozon -u https://github.com/YunoHost-Apps/bozon_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -14,7 +14,6 @@
setup_private=1
setup_public=1
upgrade=1
upgrade=1 from_commit=03e787291ba1104f195fdeb5103071b9546b4ad5
# 2.4.18~ynh2
upgrade=1 from_commit=8fcdd9d4e05b1d5e4f98dd57ac3659c060330916
backup_restore=1
@ -25,6 +24,6 @@
Email=
Notification=none
;;; Upgrade options
; commit=03e787291ba1104f195fdeb5103071b9546b4ad5
; commit=8fcdd9d4e05b1d5e4f98dd57ac3659c060330916
name=Use official helper
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&language="fr"&filesize="2G"&admin=USER&password=PASSWORD&backup_core_only=1&

View file

@ -6,7 +6,7 @@
"en": "Minimalist Drag & drop file sharing app",
"fr": "Application minimaliste de partage de fichiers"
},
"version": "2.4.18~ynh3",
"version": "2.4.18~ynh4",
"url": "https://github.com/broncowdd/BoZoN",
"upstream": {
"license": "AGPL-3.0",
@ -23,7 +23,7 @@
"multi_instance": false,
"services": [
"nginx",
"php7.3-fpm"
"php7.4-fpm"
],
"arguments": {
"install": [

View file

@ -4,7 +4,9 @@
# COMMON VARIABLES
#=================================================
php_dependencies="php$YNH_DEFAULT_PHP_VERSION-zip php$YNH_DEFAULT_PHP_VERSION-curl php$YNH_DEFAULT_PHP_VERSION-gd"
YNH_PHP_VERSION="7.4"
php_dependencies="php$YNH_PHP_VERSION-zip php$YNH_PHP_VERSION-curl php$YNH_PHP_VERSION-gd"
# dependencies used by the app (must be on a single line)
pkg_dependencies="$php_dependencies"