1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/traggo_ynh.git synced 2024-09-04 01:15:55 +02:00

Merge pull request #3 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-02-13 09:11:56 +01:00 committed by GitHub
commit f07c50382c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 48 additions and 48 deletions

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Traggo for YunoHost
[![Integration level](https://dash.yunohost.org/integration/traggo.svg)](https://dash.yunohost.org/appci/app/traggo) ![Working status](https://ci-apps.yunohost.org/ci/badges/traggo.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/traggo.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/traggo.svg)](https://dash.yunohost.org/appci/app/traggo) ![Working status](https://ci-apps.yunohost.org/ci/badges/traggo.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/traggo.maintain.svg)
[![Install Traggo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=traggo)
*[Lire ce readme en français.](./README_fr.md)*
@ -21,14 +21,14 @@ With tags, Traggo tries to be as customizable as possible, for example if you wo
### Features
- easy to setup
- time tracking (obviously)
- customizable dashboards with diagrams
- a list and calendar view of the tracked time
- sleek web ui with multiple themes
- simple user management
- Easy to setup
- Time tracking (obviously)
- Customizable dashboards with diagrams
- A list and calendar view of the tracked time
- Sleek web ui with multiple themes
- Simple user management
**Shipped version:** 0.2.3~ynh1
**Shipped version:** 0.3.0~ynh1
## Screenshots

View file

@ -5,15 +5,15 @@ It shall NOT be edited by hand.
# Traggo pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/traggo.svg)](https://dash.yunohost.org/appci/app/traggo) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/traggo.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/traggo.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/traggo.svg)](https://dash.yunohost.org/appci/app/traggo) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/traggo.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/traggo.maintain.svg)
[![Installer Traggo avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=traggo)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Traggo 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 Traggo 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
Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans.
@ -21,24 +21,24 @@ With tags, Traggo tries to be as customizable as possible, for example if you wo
### Features
- easy to setup
- time tracking (obviously)
- customizable dashboards with diagrams
- a list and calendar view of the tracked time
- sleek web ui with multiple themes
- simple user management
- Easy to setup
- Time tracking (obviously)
- Customizable dashboards with diagrams
- A list and calendar view of the tracked time
- Sleek web ui with multiple themes
- Simple user management
**Version incluse :** 0.2.3~ynh1
**Version incluse :** 0.3.0~ynh1
## Captures d'écran
## Captures décran
![Capture d'écran de Traggo](./doc/screenshots/traggo_calendar.png)
![Capture décran de Traggo](./doc/screenshots/traggo_calendar.png)
## Documentations et ressources
* Site officiel de l'app : <https://traggo.net>
* Documentation officielle de l'admin : <https://traggo.net/config/>
* Dépôt de code officiel de l'app : <https://github.com/traggo/server>
* Site officiel de lapp : <https://traggo.net>
* Documentation officielle de ladmin : <https://traggo.net/config/>
* Dépôt de code officiel de lapp : <https://github.com/traggo/server>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_traggo>
* Signaler un bug : <https://github.com/YunoHost-Apps/traggo_ynh/issues>
@ -54,4 +54,4 @@ ou
sudo yunohost app upgrade traggo -u https://github.com/YunoHost-Apps/traggo_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

@ -1,7 +1,7 @@
SOURCE_URL=https://github.com/traggo/server/releases/download/v0.2.3/traggo-server-0.2.3-linux-amd64.zip
SOURCE_SUM=52d76113b11c1e8f32c7a1cb6e2c58be57a0b60b69bbaff62bd00839d680e48f
SOURCE_URL=https://github.com/traggo/server/releases/download/v0.3.0/traggo-server-0.3.0-linux-amd64.zip
SOURCE_SUM=bde681e8aa60327799c2078649d8646e1d3c1c9d35d34430fd52ce04e419106c
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=traggo
SOURCE_FILENAME=
SOURCE_EXTRACT=true

View file

@ -1,7 +1,7 @@
SOURCE_URL=https://github.com/traggo/server/releases/download/v0.2.3/traggo-server-0.2.3-linux-arm64.zip
SOURCE_SUM=53778c5f919f29b726ed9abba4e7c854cab32e1872b1205190df41f13738a5ab
SOURCE_URL=https://github.com/traggo/server/releases/download/v0.3.0/traggo-server-0.3.0-linux-arm64.zip
SOURCE_SUM=7430f4540d4f4428be71fc6bde1a7665f652b503f40c47b781fda920ed8437fa
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=traggo
SOURCE_FILENAME=
SOURCE_EXTRACT=true

View file

@ -1,7 +1,7 @@
SOURCE_URL=https://github.com/traggo/server/releases/download/v0.2.3/traggo-server-0.2.3-linux-arm-7.zip
SOURCE_SUM=1e0b776bc6debe8103b33aaa18b9524583c0af39b3fb9e45071113c620602ca0
SOURCE_URL=https://github.com/traggo/server/releases/download/v0.3.0/traggo-server-0.3.0-linux-arm-7.zip
SOURCE_SUM=420a1c7e091fcdea86c9c3ff5aebc294875b9a4db7199739caf85339ba655052
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=traggo
SOURCE_FILENAME=
SOURCE_EXTRACT=true

View file

@ -1,7 +1,7 @@
SOURCE_URL=https://github.com/traggo/server/releases/download/v0.2.3/traggo-server-0.2.3-linux-386.zip
SOURCE_SUM=0e5f11899814f19ffa358980bb9244a51c15b3aa9e1adb07f5f71ca25fad0368
SOURCE_URL=https://github.com/traggo/server/releases/download/v0.3.0/traggo-server-0.3.0-linux-386.zip
SOURCE_SUM=c45aa6db1088b07323b1f076eff728834c531e6e739d86f767ba96972d07b457
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=traggo
SOURCE_FILENAME=
SOURCE_EXTRACT=true

View file

@ -4,9 +4,9 @@ With tags, Traggo tries to be as customizable as possible, for example if you wo
### Features
- easy to setup
- time tracking (obviously)
- customizable dashboards with diagrams
- a list and calendar view of the tracked time
- sleek web ui with multiple themes
- simple user management
- Easy to setup
- Time tracking (obviously)
- Customizable dashboards with diagrams
- A list and calendar view of the tracked time
- Sleek web ui with multiple themes
- Simple user management

View file

@ -4,9 +4,9 @@
"packaging_format": 1,
"description": {
"en": "Self-hosted tag-based time tracking",
"fr": "self-hosted tag-based time tracking"
"fr": "Outil de suivi du temps auto-hébergé"
},
"version": "0.2.3~ynh1",
"version": "0.3.0~ynh1",
"url": "https://traggo.net",
"upstream": {
"license": "GPL-3.0",
@ -16,11 +16,11 @@
},
"license": "GPL-3.0",
"maintainer": {
"name": "",
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [

View file

@ -68,7 +68,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=3
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH --keep="$final_path/.env"
ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH --keep=".env"
fi
mv $final_path/traggo-server-* $final_path/traggo-server