-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmanifest.toml
87 lines (65 loc) · 2.24 KB
/
manifest.toml
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
packaging_format = 2
id = "lychee"
name = "Lychee"
description.en = "Photo-management-system to manage and share photos"
description.fr = "Système de gestion de photos pour gérer et partager des photos"
version = "6.3.4~ynh1"
maintainers = ["DeMiro5001"]
[upstream]
license = "MIT"
website = "https://lycheeorg.dev/"
demo = "https://lychee-demo.fly.dev/"
admindoc = "https://lycheeorg.dev/docs/"
code = "https://github.com/LycheeOrg/Lychee"
[integration]
yunohost = ">= 12.0.9"
helpers_version = "2.1"
architectures = ["arm64", "amd64"]
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 = "/lychee"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[install.password]
help.en = "Password must be longer than 8 characters."
help.fr = "Le mot de passe doit comporter plus de 8 caractères."
type = "password"
[install.matomo]
ask.en = "Matomo URL."
ask.fr = "URL de Matomo."
type = "url"
optional = true
help.en = "Provide your matomo server address if you have one, otherwise leave it blank."
help.fr = "Indiquez l'adresse de votre serveur Matomo si vous en avez un, sinon laissez-la vide."
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/LycheeOrg/Lychee/releases/download/v6.3.4/Lychee.zip"
sha256 = "879c688c44cf04c53627455c6cec8380521d8e3de99801c304d04ad1c35def5b"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^Lychee\\.zip$"
[resources.system_user]
allow_email = true
[resources.install_dir]
group = "www-data:r-x"
[resources.data_dir]
subdirs = ["uploads/big", "uploads/import", "uploads/medium", "uploads/raw", "uploads/small", "uploads/thumb"]
[resources.permissions]
main.url = "/"
main.auth_header = false
[resources.apt]
packages = "mariadb-server, redis-server, ffmpeg, php8.3-xml, php8.3-imagick, php8.3-bcmath, php8.3-exif, php8.3-mbstring, php8.3-gd, php8.3-mysqli, php8.3-zip, php8.3-intl, php8.3-redis"
[resources.database]
type = "mysql"