2023-05-26 09:25:08 +02:00
packaging_format = 2
id = "openproject"
name = "OpenProject"
description . en = "web-based project management software"
version = "10.5.1~ynh1"
maintainers = [ "Moutonjr \"Geoff\"" ]
[ upstream ]
license = "GPL-3.0-or-later"
website = "https://www.openproject.org/"
admindoc = "https://www.openproject.org/docs/"
code = "https://github.com/opf/openproject"
[ integration ]
2023-05-26 09:34:39 +02:00
yunohost = ">= 11.1.19"
architectures = "all"
2023-05-26 09:25:08 +02:00
multi_instance = false
2023-05-26 09:34:39 +02:00
ldap = false
sso = false
disk = "50M"
ram . build = "50M"
ram . runtime = "50M"
2023-05-26 09:25:08 +02:00
[ install ]
[ install . domain ]
type = "domain"
full_domain = true
[ install . init_main_permission ]
help . en = "A public Openproject app could be less secure depending your configuration. Butit can allow external people from your Yunohost instance to participate to project management."
type = "group"
default = "visitors"
[ install . language ]
ask . en = "Choose the application language"
ask . fr = "Choisissez la langue de l'application"
type = "string"
choices = [ "fr" , "en" ]
default = "en"
[ resources ]
2023-05-26 09:34:39 +02:00
[ resources . ports ]
2023-05-26 09:25:08 +02:00
[ resources . system_user ]
[ resources . install_dir ]
[ resources . permissions ]
main . url = "/"
2023-05-26 09:34:39 +02:00
api . url = "/api"
api . allowed = "visitors"
api . auth_header = false
api . show_tile = false
api . protected = true
[ resources . apt ]
packages = "apt-transport-https memcached postgresql postgresql-common"
extras . openproject . repo = "deb https://dl.packager.io/srv/deb/opf/openproject/stable/12/debian bullseye main"
extras . openproject . key = "https://dl.packager.io/srv/opf/openproject/key"
extras . openproject . packages = "openproject"
2023-05-26 09:25:08 +02:00
[ resources . database ]
type = "postgresql"