1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tracim_ynh.git synced 2024-10-01 13:34:52 +02:00
tracim_ynh/manifest.toml

81 lines
2.2 KiB
TOML
Raw Normal View History

2023-04-27 22:55:37 +02:00
packaging_format = 2
id = "tracim"
name = "Tracim"
2023-09-12 10:31:54 +02:00
description.en = "Collaborative platform intended for team collaboration"
description.fr = "Plateforme collaborative destiné à la collaboration en équipe"
2023-04-27 22:55:37 +02:00
version = "04.09.01~ynh1"
2023-04-27 22:55:37 +02:00
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]
2024-05-20 16:59:37 +02:00
yunohost = ">= 11.2.12"
2023-09-12 13:57:30 +02:00
architectures = ["amd64"]
2023-04-27 22:55:37 +02:00
multi_instance = true
2024-02-10 13:14:57 +01:00
2023-04-27 23:07:02 +02:00
ldap = false
2024-02-10 13:14:57 +01:00
2023-04-27 23:07:02 +02:00
sso = false
2024-02-10 13:14:57 +01:00
2023-04-27 23:07:02 +02:00
disk = "50M"
2023-09-12 22:22:35 +02:00
ram.build = "1500M"
2023-04-27 23:07:02 +02:00
ram.runtime = "50M"
2023-04-27 22:55:37 +02:00
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
2023-09-12 10:31:54 +02:00
type = "select"
2023-04-27 22:55:37 +02:00
choices = ["fr", "en", "pt", "de", "ar"]
default = "fr"
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
[resources.sources.main]
url = "https://github.com/tracim/tracim/archive/refs/tags/release_04.09.01.tar.gz"
sha256 = "8f87b4c1fbf0b9969d04c5f96d56c6fae4c265e3b6bbac264c398c19a812ea0f"
autoupdate.strategy = "latest_github_release"
2024-02-17 16:06:51 +01:00
autoupdate.version_regex = "^release_(.*)$"
2023-04-27 22:55:37 +02:00
2023-04-27 23:07:02 +02:00
[resources.ports]
2023-04-27 22:55:37 +02:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
2023-04-27 23:07:02 +02:00
subdirs = ["depot", "radicale_storage"]
2023-04-27 22:55:37 +02:00
[resources.permissions]
main.url = "/"
2023-04-27 23:07:02 +02:00
[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, redis-server"
2023-04-27 23:07:02 +02:00
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"
2023-04-27 22:55:37 +02:00
[resources.database]
type = "postgresql"