1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/openproject_ynh.git synced 2024-09-03 19:56:10 +02:00

Merge pull request #8 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-11-14 16:43:21 +01:00 committed by GitHub
commit 3e79707b40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 21 additions and 10 deletions

View file

@ -23,7 +23,6 @@ OpenProject is a web-based project management software.
- Project planning and scheduling
- Product roadmap and release planning
- Task management and team collaboration
- Agile and Scrum
- Time tracking, cost reporting and budgeting
- Bug tracking
- Wikis
@ -31,7 +30,7 @@ OpenProject is a web-based project management software.
- Meeting agendas and meeting minutes
**Shipped version:** 10.5.1~ynh2
**Shipped version:** 12.5.8~ynh1
## Screenshots

View file

@ -31,7 +31,7 @@ OpenProject is a web-based project management software.
- Meeting agendas and meeting minutes
**Version incluse :** 10.5.1~ynh2
**Version incluse :** 12.5.8~ynh1
## Captures décran

View file

@ -5,7 +5,6 @@ OpenProject is a web-based project management software.
- Project planning and scheduling
- Product roadmap and release planning
- Task management and team collaboration
- Agile and Scrum
- Time tracking, cost reporting and budgeting
- Bug tracking
- Wikis

13
doc/DESCRIPTION_fr.md Normal file
View file

@ -0,0 +1,13 @@
OpenProject is a web-based project management software.
### Features
- Project planning and scheduling
- Product roadmap and release planning
- Task management and team collaboration
- Agile and Scrum
- Time tracking, cost reporting and budgeting
- Bug tracking
- Wikis
- Forums
- Meeting agendas and meeting minutes

1
doc/POST_INSTALL_fr.md Normal file
View file

@ -0,0 +1 @@
L'utilisateur et le mot de passe par défaut sont admin / admin

View file

@ -3,9 +3,9 @@ packaging_format = 2
id = "openproject"
name = "OpenProject"
description.en = "Web-based project management software"
description.fr = "Logiciel de gestion de projet basé sur le web"
description.fr = "Logiciel en ligne de gestion de projet"
version = "10.5.1~ynh2"
version = "12.5.8~ynh1"
maintainers = ["Moutonjr \"Geoff\""]
@ -16,19 +16,18 @@ admindoc = "https://www.openproject.org/docs/"
code = "https://github.com/opf/openproject"
[integration]
yunohost = ">= 11.1.19"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "800M"
ram.runtime = "50M"
ram.runtime = "1500M"
[install]
[install.domain]
type = "domain"
full_domain = true
[install.init_main_permission]
help.en = "Set to visitors, Openproject could be less secure depending on your configuration, but it can allow visitors to participate to project management."
@ -39,7 +38,7 @@ ram.runtime = "50M"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "string"
type = "select"
choices = ["fr", "en"]
default = "en"