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

80 lines
1.9 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."
2023-12-17 14:37:46 +01:00
version = "2023.12.17~ynh1"
2023-11-19 16:41:50 +01:00
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
2023-11-19 19:23:12 +01:00
sso = true
2023-11-19 17:01:44 +01:00
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.main]
2024-01-10 10:40:31 +01:00
url = "https://github.com/overleaf/overleaf/archive/20bd57e9bd005fb7ada0eb54f1239a485044db00.tar.gz"
sha256 = "29654ef5d641dd3df503df4b6aeb6f9b00a2407886c447d82fc2d25a9026b566"
[resources.sources.ldap]
url = "https://github.com/smhaller/ldap-overleaf-sl/archive/refs/tags/4.1.1.tar.gz"
2023-11-21 14:37:55 +01:00
sha256 = "6c9124f0f8a5d5bbccc271d3b29bb7c8ecb1e6362d5725316638a6c098095aea"
autoupdate.strategy = "latest_github_tag"
2023-11-19 16:41:50 +01:00
[resources.system_user]
2023-11-19 17:56:19 +01:00
allow_email = true
2023-11-19 16:41:50 +01:00
[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-12-05 19:12:12 +01:00
admin.allowed = "admins"
admin.show_tile = false
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"