1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/itflow_ynh.git synced 2024-09-03 19:26:24 +02:00

Merge pull request #126 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-04-03 08:12:02 +02:00 committed by GitHub
commit a16c3a1448
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 57 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 ITFlow with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=itflow)
*[Read this README is other languages.](./ALL_README.md)*
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install ITFlow 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.*
@ -18,7 +18,7 @@ It shall NOT be edited by hand.
IT documentation, ticketing and accounting system for small MSPs.
**Shipped version:** 2024.02.29~ynh1
**Shipped version:** 2024.04.01~ynh1
**Demo:** <https://demo.itflow.org/>

49
README_eu.md Normal file
View file

@ -0,0 +1,49 @@
<!--
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
EZ editatu eskuz.
-->
# ITFlow YunoHost-erako
[![Integrazio maila](https://dash.yunohost.org/integration/itflow.svg)](https://dash.yunohost.org/appci/app/itflow) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/itflow.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/itflow.maintain.svg)
[![Instalatu ITFlow YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=itflow)
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
> *Pakete honek ITFlow YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
## Aurreikuspena
IT documentation, ticketing and accounting system for small MSPs.
**Paketatutako bertsioa:** 2024.04.01~ynh1
**Demoa:** <https://demo.itflow.org/>
## Pantaila-argazkiak
![ITFlow(r)en pantaila-argazkia](./doc/screenshots/readme.gif)
## Dokumentazioa eta baliabideak
- Aplikazioaren webgune ofiziala: <https://itflow.org/>
- Administratzaileen dokumentazio ofiziala: <https://docs.itflow.org/installation>
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/itflow-org/itflow>
- YunoHost Denda: <https://apps.yunohost.org/app/itflow>
- Eman errore baten berri: <https://github.com/YunoHost-Apps/itflow_ynh/issues>
## Garatzaileentzako informazioa
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/itflow_ynh/tree/testing).
`testing` abarra probatzeko, ondorengoa egin:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/itflow_ynh/tree/testing --debug
edo
sudo yunohost app upgrade itflow -u https://github.com/YunoHost-Apps/itflow_ynh/tree/testing --debug
```
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Système de documentation, de billetterie et de comptabilité pour les petits MSP
**Version incluse:** 2024.02.29~ynh1
**Version incluse:** 2024.04.01~ynh1
**Démo:** <https://demo.itflow.org/>

View file

@ -18,7 +18,7 @@ NON debe editarse manualmente.
IT documentation, ticketing and accounting system for small MSPs.
**Versión proporcionada:** 2024.02.29~ynh1
**Versión proporcionada:** 2024.04.01~ynh1
**Demo:** <https://demo.itflow.org/>

View file

@ -7,7 +7,7 @@ name = "ITFlow"
description.en = "IT documentation, ticketing and accounting system for small MSPs"
description.fr = "Système de documentation, de billetterie et de comptabilité pour les petits MSP"
version = "2024.02.29~ynh1"
version = "2024.04.01~ynh1"
maintainers = ["eric_G"]
@ -48,8 +48,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/itflow-org/itflow/archive/6641c5c3386074c09b8ca6a01a7a1133cd06a2ea.tar.gz"
sha256 = "9907ed88a5cbae9c5081907339cb195a3a969c6ae3bc88442907b3e1c6367edd"
url = "https://github.com/itflow-org/itflow/archive/ed87ddc2ddd250f2b22f88ab70dd8d2f339a1d13.tar.gz"
sha256 = "071ff189673a08be70ea27173606a31425cebc57e80024d1f9b469eb2663f8cd"
autoupdate.upstream = "https://github.com/itflow-org/itflow"
autoupdate.strategy = "latest_github_commit"