mirror of
https://github.com/YunoHost-Apps/tracim_ynh.git
synced 2024-10-01 13:34:52 +02:00
76 lines
2.1 KiB
TOML
76 lines
2.1 KiB
TOML
packaging_format = 2
|
|
|
|
id = "tracim"
|
|
name = "Tracim"
|
|
description.en = "Collaborative platform software intended for (not only technical) team collaboration."
|
|
|
|
version = "4.4.3~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-or-later,LGPL-3.0-or-later,CC-BY-SA-2.5,MIT"
|
|
website = "https://www.tracim.fr"
|
|
demo = "https://www.algoo.fr/fr/tracim/demo"
|
|
admindoc = "https://public-community.tracim.fr/ui/workspaces/143/contents"
|
|
code = "https://github.com/tracim/tracim"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1.18"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
type = "domain"
|
|
full_domain = true
|
|
|
|
[install.init_main_permission]
|
|
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", "pt", "de", "ar"]
|
|
default = "fr"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[install.password]
|
|
type = "password"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://api.github.com/repos/tracim/tracim/tarball/release_04.04.03"
|
|
sha256 = "e661be5481e262a5f3927ea9d62e1c7e15f63ba87fc12d038a301b936ab22a52"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
subdirs = ["depot", "radicale_storage"]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "ffmpeg xvfb inkscape libreoffice postgresql ghostscript git imagemagick iproute2 libfile-mimeinfo-perl libimage-exiftool-perl webp libmagic1 locales poppler-utils python3 python3-pip uwsgi uwsgi-plugin-python3 supervisor build-essential libjpeg-dev libmagickwand-dev libpq-dev python3-dev python3-venv"
|
|
|
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|
extras.yarn.packages = "yarn"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|