#: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] yunohost = ">= 11.2.0" architectures = "all" multi_instance = false ldap = true sso = "?" disk = "50M" ram.build = "50M" ram.runtime = "50M" [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.ldap] url = "https://github.com/smhaller/ldap-overleaf-sl/archive/ba1e78f2a8032ac7c53847a6746daba6fc194ed6.zip" sha256 = "3df1ed8dbfb7953fc5cd18f59131f5fdacea35d0312b0c28c1f68fbfbe20954f" [resources.sources.main] url = "https://github.com/overleaf/overleaf/archive/11ce29197bf239f9645aa8df198dd042659fe99d.zip" sha256 = "9bffc128d2a833090801566635ded4ced2a769b17921c9b19712ce841f17f80f" [resources.system_user] [resources.install_dir] [resources.data_dir] [resources.permissions] main.url = "/" main.auth_header = false admin.url = "/launchpad" admin.allowed = "admins" [resources.ports] main.default = 8095 [resources.apt] packages = "texlive, texlive-xetex, redis-server, latexmk, python3-pygments"