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
2.5 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"
cpe = "???" # FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is sort of a standard id for applications defined by the NIST. In particular, Yunohost may use this is in the future to easily track CVE (=security reports) related to apps. The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search. For example, for Nextcloud, the CPE is 'cpe:2.3:a:nextcloud:nextcloud' (no need to include the version number)
fund = "???" # FIXME: optional but recommended (or remove if irrelevant / not applicable). This is meant to be an URL where people can financially support this app, especially when its development is based on volunteers and/or financed by its community. YunoHost may later advertise it in the webadmin.
[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:01:44 +01:00
auth_header = false
admin.allowed = "admins"
2023-11-19 16:41:50 +01:00
[resources.ports]
main.default = 8095
[resources.apt]
2023-11-19 17:01:44 +01:00
packages = "texlive, texlive-xetex, redis-server, latexmk, python3-pygments"