-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.toml
More file actions
111 lines (83 loc) · 3.65 KB
/
manifest.toml
File metadata and controls
111 lines (83 loc) · 3.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "indico"
name = "Indico"
description.en = "Feature-rich event management system"
description.fr = "Système de gestion d'événements riche en fonctionnalités"
version = "3.3.12~ynh12"
maintainers = ["DeMiro5001"]
[upstream]
license = "MIT"
website = "https://getindico.io/"
demo = "https://sandbox.getindico.io/"
admindoc = "https://docs.getindico.io/en"
userdoc = "https://learn.getindico.io/"
code = "https://github.com/indico/indico"
[integration]
yunohost = ">= 12.1.38"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "500M"
ram.build = "500M"
ram.runtime = "200M"
[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"
type = "select"
choices = ["fr_FR", "en_GB"]
default = "en_GB"
[install.admin]
type = "user"
[install.logourl]
ask.en = "Input the logo URL"
ask.fr = "Saisissez l'URL du logo"
type = "url"
[install.mail_user]
ask.en = "Choose the application mail system"
ask.fr = "Choisissez l'email système de l'application"
type = "select"
choices.noreply="noreply@"
choices.contact="contact@"
default = "noreply"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/indico/indico/archive/refs/tags/v3.3.12.tar.gz"
sha256 = "e2f9ca97fb8e4babf92f7452f0373ab8c76208fab7769d12329df6ff6ab716ef"
autoupdate.strategy = "latest_github_tag"
[resources.sources.uv]
amd64.url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-x86_64-unknown-linux-gnu.tar.gz"
amd64.sha256 = "b03e572f010bea94a4a52d42671ba72981e12894f71576181a1d26ff68546da7"
arm64.url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-aarch64-unknown-linux-gnu.tar.gz"
arm64.sha256 = "21a7dd1a03ea17ac0366887455dab15d215b31dba0870dcd65d3714e22f46c81"
armhf.url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-armv7-unknown-linux-gnueabihf.tar.gz"
armhf.sha256 = "eb6a12e3e80e1474c1018edc9541bbe71cdf2248fa17b583dcbcc7bb391ad0c0"
i386.url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-i686-unknown-linux-gnu.tar.gz"
i386.sha256 = "557e329e76072b513e47bcd8b50ca4bad07ec87cb325cbfc05e6069847af06c4"
in_subdir = true
autoupdate.strategy = "latest_github_release"
autoupdate.upstream = "https://github.com/astral-sh/uv"
autoupdate.asset.amd64 = "^uv-x86_64-unknown-linux-gnu.tar.gz$"
autoupdate.asset.arm64 = "^uv-aarch64-unknown-linux-gnu.tar.gz$"
autoupdate.asset.armhf = "^uv-armv7-unknown-linux-gnueabihf.tar.gz$"
autoupdate.asset.i386 = "^uv-i686-unknown-linux-gnu.tar.gz$"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
[resources.apt]
packages = "redis-server, postgresql, libpq-dev, libxslt1-dev, libxml2-dev, libffi-dev, libpcre3-dev, libyaml-dev, libssl-dev, zlib1g-dev, libbz2-dev, libreadline-dev, libsqlite3-dev, libncurses5-dev, libncursesw5-dev, xz-utils, liblzma-dev, uuid-dev, build-essential, libpango1.0-dev, libjpeg62-turbo-dev, postgresql-contrib, python3-venv, libpq-dev, python3-pip, python3-dev, libpq-dev"
[resources.database]
type = "postgresql"