mirror of
https://github.com/YunoHost-Apps/focalboard_ynh.git
synced 2024-09-03 18:36:19 +02:00
Merge pull request #33 from YunoHost-Apps/testing
Fail if architecture is not amd64
This commit is contained in:
commit
598e848937
4 changed files with 32 additions and 28 deletions
25
README.md
25
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Focalboard for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/focalboard.svg)](https://dash.yunohost.org/appci/app/focalboard) ![](https://ci-apps.yunohost.org/ci/badges/focalboard.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/focalboard.maintain.svg)
|
||||
[![Integration level](https://dash.yunohost.org/integration/focalboard.svg)](https://dash.yunohost.org/appci/app/focalboard) ![Working status](https://ci-apps.yunohost.org/ci/badges/focalboard.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/focalboard.maintain.svg)
|
||||
[![Install Focalboard with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=focalboard)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -18,32 +18,31 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
Focalboard is a project management tool that helps define, organize, track and manage work across teams, using a familiar kanban board view.
|
||||
|
||||
|
||||
**Shipped version:** 0.15.0~ynh1
|
||||
|
||||
|
||||
**Shipped version:** 0.15.0~ynh2
|
||||
|
||||
## Screenshots
|
||||
|
||||
![](./doc/screenshots/screenshot.jpg)
|
||||
![Screenshot of Focalboard](./doc/screenshots/screenshot.jpg)
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://www.focalboard.com/
|
||||
* Official user documentation: https://www.focalboard.com/guide/user/
|
||||
* Official admin documentation: https://www.focalboard.com/guide/admin/
|
||||
* Upstream app code repository: https://github.com/mattermost/focalboard
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_focalboard
|
||||
* Report a bug: https://github.com/YunoHost-Apps/focalboard_ynh/issues
|
||||
* Official app website: <https://www.focalboard.com/>
|
||||
* Official user documentation: <https://www.focalboard.com/guide/user/>
|
||||
* Official admin documentation: <https://www.focalboard.com/guide/admin/>
|
||||
* Upstream app code repository: <https://github.com/mattermost/focalboard>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_focalboard>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/focalboard_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/focalboard_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/focalboard_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade focalboard -u https://github.com/YunoHost-Apps/focalboard_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
31
README_fr.md
31
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# Focalboard pour YunoHost
|
||||
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/focalboard.svg)](https://dash.yunohost.org/appci/app/focalboard) ![](https://ci-apps.yunohost.org/ci/badges/focalboard.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/focalboard.maintain.svg)
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/focalboard.svg)](https://dash.yunohost.org/appci/app/focalboard) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/focalboard.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/focalboard.maintain.svg)
|
||||
[![Installer Focalboard avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=focalboard)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Focalboard 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.*
|
||||
|
@ -14,32 +18,31 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
Focalboard est un outil de gestion de projet qui aide à définir, organiser, suivre et gérer le travail entre les équipes, à l'aide d'une vue de tableau kanban familière.
|
||||
|
||||
|
||||
**Version incluse :** 0.15.0~ynh1
|
||||
|
||||
|
||||
**Version incluse :** 0.15.0~ynh2
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
![](./doc/screenshots/screenshot.jpg)
|
||||
![Capture d'écran de Focalboard](./doc/screenshots/screenshot.jpg)
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://www.focalboard.com/
|
||||
* Documentation officielle utilisateur : https://www.focalboard.com/guide/user/
|
||||
* Documentation officielle de l'admin : https://www.focalboard.com/guide/admin/
|
||||
* Dépôt de code officiel de l'app : https://github.com/mattermost/focalboard
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_focalboard
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/focalboard_ynh/issues
|
||||
* Site officiel de l'app : <https://www.focalboard.com/>
|
||||
* Documentation officielle utilisateur : <https://www.focalboard.com/guide/user/>
|
||||
* Documentation officielle de l'admin : <https://www.focalboard.com/guide/admin/>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/mattermost/focalboard>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_focalboard>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/focalboard_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/focalboard_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/focalboard_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade focalboard -u https://github.com/YunoHost-Apps/focalboard_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Self-hosted alternative to Trello, Notion, and Asana",
|
||||
"fr": "Alternative auto-hébergée à Trello, Notion et Asana"
|
||||
},
|
||||
"version": "0.15.0~ynh1",
|
||||
"version": "0.15.0~ynh2",
|
||||
"url": "https://www.focalboard.com/",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
|
@ -35,6 +35,8 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
#=================================================
|
||||
ynh_script_progression --message="Validating installation parameters..." --weight=1
|
||||
|
||||
[ $YNH_ARCH == "amd64" ] || ynh_die --message="Unfortunately, Focalboard only provides binaries for AMD64 systems."
|
||||
|
||||
final_path=/opt/yunohost/$app
|
||||
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
|
||||
|
||||
|
|
Loading…
Reference in a new issue