mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
40806f876c
- `main` v2024.08.08: 603ff28df0...972fbb7c67
96 lines
2.7 KiB
TOML
96 lines
2.7 KiB
TOML
#: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 = "2024.08.08~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 = ">= 11.2.13"
|
|
architectures = ["amd64"]
|
|
multi_instance = false
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "3G"
|
|
ram.runtime = "3G"
|
|
|
|
[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/overleaf/overleaf/archive/972fbb7c67e82347909c6aba0165cf517ec82c29.tar.gz"
|
|
sha256 = "415c72c1c16610ba40a785f913fb3d4683b6ad3241b4f443239fcf1ab5333457"
|
|
autoupdate.strategy = "latest_github_commit"
|
|
|
|
[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
|
|
|
|
[resources.apt]
|
|
packages = [
|
|
# Overleaf dependencies
|
|
"texlive", "texlive-xetex", "texlive-base", "texlive-font-utils", "redis-server", "latexmk", "python3-pygments", "build-essential",
|
|
|
|
# Aspell dependencies
|
|
"aspell-ar", "aspell-ar-large",
|
|
"aspell-bg", "aspell-br", "aspell-ca", "aspell-cs", "aspell-cy", "aspell-da", "aspell-de", "aspell-de-1901",
|
|
"aspell-el", "aspell-en", "aspell-eo", "aspell-es", "aspell-et", "aspell-eu-es", "aspell-fa",
|
|
"aspell-fo", "aspell-fr", "aspell-ga", "aspell-gl-minimos", "aspell-hr", "aspell-hsb",
|
|
"aspell-it", "aspell-kk", "aspell-ku", "aspell-lt", "aspell-lv", "aspell-nl", "aspell-no",
|
|
"aspell-pa", "aspell-pl", "aspell-pt-br", "aspell-pt-pt", "aspell-ro",
|
|
"aspell-ru", "aspell-sk", "aspell-sl", "aspell-sv", "aspell-tl",
|
|
|
|
# Filestore dependencies
|
|
"ghostscript", "imagemagick", "optipng", "iproute2",
|
|
|
|
# clsi dependencies
|
|
"poppler-utils",
|
|
]
|