mirror of
https://github.com/YunoHost-Apps/leantime_ynh.git
synced 2024-09-03 19:36:04 +02:00
Merge branch 'testing' into pr/7
This commit is contained in:
commit
28fd51a2ae
3 changed files with 7 additions and 9 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Leantime is a lean open source project management system for startups and innovators. It's an alternative to ClickUp, Notion, and Asana.
|
Leantime is a lean open source project management system for startups and innovators. It's an alternative to ClickUp, Notion, and Asana.
|
||||||
|
|
||||||
**Shipped version:** 2.3.25~ynh1
|
**Shipped version:** 2.4.1~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -29,7 +29,6 @@ Leantime is a lean open source project management system for startups and innova
|
||||||
* Official app website: <https://leantime.io/>
|
* Official app website: <https://leantime.io/>
|
||||||
* Official admin documentation: <https://docs.leantime.io>
|
* Official admin documentation: <https://docs.leantime.io>
|
||||||
* Upstream app code repository: <https://github.com/Leantime/leantime>
|
* Upstream app code repository: <https://github.com/Leantime/leantime>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_leantime>
|
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/leantime_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/leantime_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
Leantime est un système de gestion de projet open source allégé pour les startups et les innovateurs. C'est une alternative à ClickUp, Notion et Asana.
|
Leantime est un système de gestion de projet open source allégé pour les startups et les innovateurs. C'est une alternative à ClickUp, Notion et Asana.
|
||||||
|
|
||||||
**Version incluse :** 2.3.25~ynh1
|
**Version incluse :** 2.4.1~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
@ -29,7 +29,6 @@ Leantime est un système de gestion de projet open source allégé pour les star
|
||||||
* Site officiel de l’app : <https://leantime.io/>
|
* Site officiel de l’app : <https://leantime.io/>
|
||||||
* Documentation officielle de l’admin : <https://docs.leantime.io>
|
* Documentation officielle de l’admin : <https://docs.leantime.io>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/Leantime/leantime>
|
* Dépôt de code officiel de l’app : <https://github.com/Leantime/leantime>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_leantime>
|
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/leantime_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/leantime_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Leantime"
|
||||||
description.en = "Project management system for startups and innovators"
|
description.en = "Project management system for startups and innovators"
|
||||||
description.fr = "Système de gestion de projet pour les startups et les innovateurs"
|
description.fr = "Système de gestion de projet pour les startups et les innovateurs"
|
||||||
|
|
||||||
version = "2.3.25~ynh1"
|
version = "2.4.1~ynh1"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ admindoc = "https://docs.leantime.io"
|
||||||
code = "https://github.com/Leantime/leantime"
|
code = "https://github.com/Leantime/leantime"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.21"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -45,10 +45,10 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/Leantime/leantime/releases/download/v2.3.25/Leantime-v2.3.25.zip"
|
url = "https://github.com/Leantime/leantime/releases/download/v2.4.1/Leantime-v2.4.1.zip"
|
||||||
sha256 = "aa42487659ace89bfa884226cf8a9070e2f1f45777edf726731760523fa903c3"
|
sha256 = "eaf88728697349a7c2898f5b03fde0e6afc2c58a0a0a26afb0a58b6c9bda8bd0"
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset = "Leantime-v*.zip"
|
autoupdate.asset = "Leantime-v.*.zip"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue