1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00
overleaf_ynh/manifest.toml

76 lines
1.8 KiB
TOML
Raw Normal View History

2023-11-19 16:41:50 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "overleaf"
name = "Overleaf"
description.en = "Open-source online real-time collaborative LaTeX editor."
version = "2022.04.23~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]
2023-11-19 17:01:44 +01:00
yunohost = ">= 11.2.0"
architectures = "all"
2023-11-19 16:41:50 +01:00
multi_instance = false
2023-11-19 17:01:44 +01:00
ldap = true
sso = "?"
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-11-19 16:41:50 +01:00
[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"
2023-11-19 17:01:44 +01:00
type = "select"
2023-11-19 16:41:50 +01:00
choices = ["fr", "en"]
default = "fr"
[install.admin]
type = "user"
[resources]
[resources.sources]
[resources.sources.ldap]
2023-11-19 17:01:44 +01:00
url = "https://github.com/smhaller/ldap-overleaf-sl/archive/ba1e78f2a8032ac7c53847a6746daba6fc194ed6.zip"
sha256 = "3df1ed8dbfb7953fc5cd18f59131f5fdacea35d0312b0c28c1f68fbfbe20954f"
2023-11-19 16:41:50 +01:00
[resources.sources.main]
2023-11-19 17:01:44 +01:00
url = "https://github.com/overleaf/overleaf/archive/11ce29197bf239f9645aa8df198dd042659fe99d.zip"
sha256 = "9bffc128d2a833090801566635ded4ced2a769b17921c9b19712ce841f17f80f"
2023-11-19 16:41:50 +01:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
2023-11-19 17:14:16 +01:00
main.auth_header = false
2023-11-19 17:08:32 +01:00
admin.url = "/launchpad"
2023-11-19 17:01:44 +01:00
admin.allowed = "admins"
2023-11-19 16:41:50 +01:00
[resources.ports]
main.default = 8095
[resources.apt]
2023-11-19 17:20:03 +01:00
packages = "texlive, texlive-xetex, texlive-base, redis-server, latexmk, python3-pygments"