mirror of
https://github.com/YunoHost-Apps/tracim_ynh.git
synced 2024-10-01 13:34:52 +02:00
Update manifest.toml
This commit is contained in:
parent
273ce9558e
commit
f629f44345
1 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,8 @@ packaging_format = 2
|
||||||
|
|
||||||
id = "tracim"
|
id = "tracim"
|
||||||
name = "Tracim"
|
name = "Tracim"
|
||||||
description.en = "Collaborative platform software intended for (not only technical) team collaboration."
|
description.en = "Collaborative platform intended for team collaboration"
|
||||||
|
description.fr = "Plateforme collaborative destiné à la collaboration en équipe"
|
||||||
|
|
||||||
version = "4.4.3~ynh1"
|
version = "4.4.3~ynh1"
|
||||||
|
|
||||||
|
@ -36,7 +37,7 @@ ram.runtime = "50M"
|
||||||
[install.language]
|
[install.language]
|
||||||
ask.en = "Choose the application language"
|
ask.en = "Choose the application language"
|
||||||
ask.fr = "Choisissez la langue de l'application"
|
ask.fr = "Choisissez la langue de l'application"
|
||||||
type = "string"
|
type = "select"
|
||||||
choices = ["fr", "en", "pt", "de", "ar"]
|
choices = ["fr", "en", "pt", "de", "ar"]
|
||||||
default = "fr"
|
default = "fr"
|
||||||
|
|
||||||
|
@ -64,7 +65,7 @@ ram.runtime = "50M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[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"
|
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.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||||
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||||
|
|
Loading…
Reference in a new issue