generated from YunoHost/example_ynh
-
Notifications
You must be signed in to change notification settings - Fork 7
/
manifest.toml
134 lines (112 loc) · 3.5 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "immich"
name = "Immich"
description.en = "Photo and video backup solution directly from your mobile phone"
description.fr = "Sauvegarde de photos et de vidéos directement depuis votre mobile"
version = "1.122.2~ynh1"
maintainers = ["ewilly"]
[upstream]
license = "AGPL-3.0-or-later"
website = "https://immich.app"
admindoc = "https://github.com/immich-app/immich#getting-started"
userdoc = "https://github.com/immich-app/immich#getting-started"
code = "https://github.com/immich-app/immich"
[integration]
yunohost = ">= 11.2.18"
helpers_version = "2.1"
architectures = ["arm64", "amd64"]
multi_instance = false
ldap = false
sso = false
disk = "2G"
ram.build = "2G"
ram.runtime = "500M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/immich-app/immich/archive/refs/tags/v1.122.2.tar.gz"
sha256 = "28ee2adcfbe34ae72833f1078771fe1561415e450e1cd54a7a29d0cf57164d2e"
autoupdate.strategy = "latest_github_release"
[resources.sources.ffmpeg-static]
amd64.url = "https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz"
amd64.sha256 = "abda8d77ce8309141f83ab8edf0596834087c52467f6badf376a6a2a4c87cf67"
arm64.url = "https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-arm64-static.tar.xz"
arm64.sha256 = "f4149bb2b0784e30e99bdda85471c9b5930d3402014e934a5098b41d0f7201b1"
[resources.ports]
main.default = 2283
machinelearning.default = 3003
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
api.url = "/api"
api.allowed = "visitors"
api.show_tile = false
api.protected = true
[resources.apt]
packages = [
"python3-venv",
"python3-dev",
"ffmpeg",
"postgresql",
"wget",
"build-essential",
"libreadline-dev",
"libncursesw5-dev",
"libssl-dev",
"libsqlite3-dev",
"tk-dev",
"libgdbm-dev",
"libc6-dev",
"libbz2-dev",
"libffi-dev",
"zlib1g-dev",
"unzip",
"uuid-runtime",
"autoconf",
"jq",
"perl",
"libnet-ssleay-perl",
"libio-socket-ssl-perl",
"libcapture-tiny-perl",
"libfile-which-perl",
"libfile-chdir-perl",
"libpkgconfig-perl",
"libffi-checklib-perl",
"libtest-warnings-perl",
"libtest-fatal-perl",
"libtest-needs-perl",
"libtest2-suite-perl",
"libsort-versions-perl",
"libpath-tiny-perl",
"libtry-tiny-perl",
"libterm-table-perl",
"libany-uri-escape-perl",
"libmojolicious-perl",
"libfile-slurper-perl",
"liblcms2-2",
"libllvm16",
"libllvm13",
"redis-server"
]
[resources.apt.extras.postgresql]
repo = "deb https://apt.postgresql.org/pub/repos/apt __YNH_DEBIAN_VERSION__-pgdg main 16"
key = "https://www.postgresql.org/media/keys/ACCC4CF8.asc"
packages = [
"libpq5",
"libpq-dev",
"postgresql-16",
"postgresql-16-pgvector",
"postgresql-client-16"
]
# Commented to avoid provisionning a db on wrong cluster
#[resources.database]
#type = "postgresql"