1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

Merge pull request #308 from YunoHost-Apps/testing

Testing
This commit is contained in:
Alexandre Aubin 2024-04-07 16:49:08 +02:00 committed by GitHub
commit b568965ec3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 58 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# All available README files by language
- [Read the README in English](README.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Leggi il “README” in italiano](README_it.md)

View file

@ -9,7 +9,7 @@ It shall NOT be edited by hand.
[![Install Wekan with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wekan)
*[Read this README is other languages.](./ALL_README.md)*
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Wekan quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
WeKan is an completely Open Source and Free software collaborative kanban board application.
**Shipped version:** 7.41~ynh1
**Shipped version:** 7.42~ynh1
**Demo:** <https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h>

50
README_eu.md Normal file
View file

@ -0,0 +1,50 @@
<!--
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
EZ editatu eskuz.
-->
# Wekan YunoHost-erako
[![Integrazio maila](https://dash.yunohost.org/integration/wekan.svg)](https://dash.yunohost.org/appci/app/wekan) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/wekan.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/wekan.maintain.svg)
[![Instalatu Wekan YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wekan)
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
> *Pakete honek Wekan YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
## Aurreikuspena
WeKan is an completely Open Source and Free software collaborative kanban board application.
**Paketatutako bertsioa:** 7.42~ynh1
**Demoa:** <https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h>
## Pantaila-argazkiak
![Wekan(r)en pantaila-argazkia](./doc/screenshots/screenshot.jpg)
## Dokumentazioa eta baliabideak
- Aplikazioaren webgune ofiziala: <https://wekan.github.io>
- Administratzaileen dokumentazio ofiziala: <https://github.com/wekan/wekan/wiki>
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/wekan/wekan>
- YunoHost Denda: <https://apps.yunohost.org/app/wekan>
- Eman errore baten berri: <https://github.com/YunoHost-Apps/wekan_ynh/issues>
## Garatzaileentzako informazioa
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/wekan_ynh/tree/testing).
`testing` abarra probatzeko, ondorengoa egin:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/wekan_ynh/tree/testing --debug
edo
sudo yunohost app upgrade wekan -u https://github.com/YunoHost-Apps/wekan_ynh/tree/testing --debug
```
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
WeKan est une application de tableau kanban collaborative entièrement libre et open source.
**Version incluse:** 7.41~ynh1
**Version incluse:** 7.42~ynh1
**Démo:** <https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h>

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
WeKan is an completely Open Source and Free software collaborative kanban board application.
**Versión proporcionada:** 7.41~ynh1
**Versión proporcionada:** 7.42~ynh1
**Demo:** <https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h>

View file

@ -5,7 +5,7 @@ name = "Wekan"
description.en = "Trello-like kanban"
description.fr = "Kanban similaire à Trello"
version = "7.41~ynh1"
version = "7.42~ynh1"
maintainers = ["alexAubin", "ljf", "yalh76"]
@ -46,8 +46,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
amd64.url = "https://github.com/wekan/wekan/releases/download/v7.41/wekan-7.41-amd64.zip"
amd64.sha256 = "4fde1d1ef915a9a3045d1aeb7a29a8918995aca9b775434f66caf7504334ccda"
amd64.url = "https://github.com/wekan/wekan/releases/download/v7.42/wekan-7.42-amd64.zip"
amd64.sha256 = "1bed37b059969f26191a21c97cd9bcce9ae8bdad48acfe63bd729a83f174246c"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = ".*-amd64.zip"