generated from YunoHost/example_ynh
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmanifest.toml
More file actions
108 lines (84 loc) · 2.72 KB
/
manifest.toml
File metadata and controls
108 lines (84 loc) · 2.72 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
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "overleaf"
name = "Overleaf"
description.en = "Online real-time collaborative LaTeX editor"
description.fr = "Éditeur LaTeX collaboratif en ligne et en temps réel"
version = "2026.03.20~ynh1"
maintainers = []
[upstream]
license = "AGPL-3.0-or-later"
website = "https://www.overleaf.com"
userdoc = "https://www.overleaf.com/learn"
code = "https://github.com/overleaf/overleaf"
[integration]
yunohost = ">= 12.1.38"
helpers_version = "2.1"
architectures = ["amd64"]
multi_instance = false
ldap = false
sso = false
disk = "3G"
ram.build = "1G"
ram.runtime = "1G"
[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", "en"]
default = "fr"
[install.admin]
type = "user"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/Thovi98/overleaf-builds/releases/download/20260320-a598c55/overleaf_20260320-a598c55.tar.gz"
sha256 = "78d0efe1ac96eb43c41a70ea0748aa04d851dc9d066d37a2900868046771cccb"
autoupdate.upstream = "https://github.com/Thovi98/overleaf-builds"
autoupdate.strategy = "latest_github_release"
autoupdate.version_regex = "([0-9]{2})([0-9]{2})([0-9]{2})"
autoupdate.asset = ".*.tar.gz"
[resources.sources.texlive]
url = "https://texlive.info/historic/systems/texlive/2026/install-tl-unx.tar.gz"
sha256 = "5cc0703d6fe49f00a2932c4e3bcee37a11cc0a969ae9fcbf9cad6f0d984d6363"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.data_dir]
subdirs = [ "compiles", "output", "cache", "user_files", "template_files", "history" ]
[resources.permissions]
main.url = "/"
main.auth_header = false
admin.url = "/launchpad"
admin.allowed = "admins"
admin.show_tile = false
[resources.ports]
main.default = 8095
#chat.default = 3010
#clsi.default = 3013
#contacts.default = 3036
#docstore.default = 3016
#docupdater.default = 3003
#filestore.default = 3009
#v1_history.default = 3100
#notifications.default = 3042
#project_history.default = 3054
#realtime.default = 3026
download.default = 8080
[resources.apt]
packages = [
# Overleaf dependencies
"redis-server", "python3-pygments",
# Filestore dependencies
"ghostscript", "optipng", "iproute2",
# clsi dependencies
"poppler-utils",
]
[resources.nodejs]
version = "22.18"