-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.toml
More file actions
70 lines (50 loc) · 1.83 KB
/
manifest.toml
File metadata and controls
70 lines (50 loc) · 1.83 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
#:schema https://raw.githubusercontent.com/YunoHost/apps/main/schemas/manifest.v2.schema.json
packaging_format = 2
id = "projectsend"
name = "Projectsend"
description.en = "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)"
description.fr = "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
version = "1720~ynh1"
maintainers = ["eric_G"]
[upstream]
license = "GPL-2.0"
website = "https://www.projectsend.org/"
demo = "https://demo.example.com"
admindoc = "https://docs.projectsend.org/"
code = "https://github.com/projectsend/projectsend"
fund = "https://www.patreon.com/ignacionelson"
[integration]
yunohost = ">= 12.0.9"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/projectsend"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
in_subdir = false
url = "https://github.com/projectsend/projectsend/releases/download/r1720/projectsend-r1720.zip"
sha256 = "49c21ace9802a0cd849f3cc54a043c3dff6115c11ec70f892997b87769eeb8b2"
# autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "mariadb-server, php8.4-mysql, php8.4-mbstring, php8.4-gettext, php8.4-fileinfo, php8.4-gd, php8.4-xml, php8.4-zip"
[resources.database]
type = "mysql"