2023-10-08 12:42:59 +02:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
|
|
|
packaging_format = 2
|
|
|
|
|
2023-11-11 12:33:33 +01:00
|
|
|
id = "grist"
|
|
|
|
name = "Grist"
|
2023-11-17 15:15:42 +01:00
|
|
|
description.en = "Modern relational spreadsheet"
|
|
|
|
description.fr = "Feuille de calcul relationnelle moderne"
|
2023-10-08 12:42:59 +02:00
|
|
|
|
2023-12-02 05:16:16 +01:00
|
|
|
version = "1.1.9~ynh1"
|
2023-10-08 12:42:59 +02:00
|
|
|
|
2023-11-11 12:33:33 +01:00
|
|
|
maintainers = ["fflorent"]
|
2023-10-08 12:42:59 +02:00
|
|
|
|
|
|
|
[upstream]
|
2023-11-16 22:47:51 +01:00
|
|
|
license = "AGPL-3.0-only"
|
2023-11-11 12:33:33 +01:00
|
|
|
website = "https://getgrist.com"
|
|
|
|
demo = "https://docs.getgrist.com"
|
|
|
|
admindoc = "https://www.getgrist.com/product/self-managed/"
|
|
|
|
userdoc = "https://support.getgrist.com/"
|
|
|
|
code = "https://github.com/gristlabs/grist-core/"
|
|
|
|
fund = "https://github.com/sponsors/gristlabs"
|
2023-10-08 12:42:59 +02:00
|
|
|
|
|
|
|
[integration]
|
2023-11-17 15:13:31 +01:00
|
|
|
yunohost = ">= 11.2"
|
2023-10-08 12:42:59 +02:00
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
|
|
|
|
2023-11-16 08:57:31 +01:00
|
|
|
ldap = true
|
2023-10-08 12:42:59 +02:00
|
|
|
|
2023-11-16 08:57:31 +01:00
|
|
|
sso = true
|
2023-10-08 12:42:59 +02:00
|
|
|
|
2023-11-17 15:39:58 +01:00
|
|
|
disk = "1.5G"
|
2023-11-14 22:02:16 +01:00
|
|
|
ram.build = "1500M"
|
2023-11-17 15:39:58 +01:00
|
|
|
ram.runtime = "150M"
|
2023-10-08 12:42:59 +02: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"
|
|
|
|
type = "select"
|
|
|
|
choices = ["fr", "en"]
|
2023-11-11 12:33:33 +01:00
|
|
|
default = "en"
|
2023-10-08 12:42:59 +02:00
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
|
|
|
|
[resources.sources.main]
|
2023-12-02 05:16:16 +01:00
|
|
|
url = "https://github.com/gristlabs/grist-core/archive/refs/tags/v1.1.9.tar.gz"
|
|
|
|
sha256 = "1b910a05beccf17d0bfd2d703b2346aa416adca2f791609c40a058f3b184e49f"
|
2023-10-08 12:42:59 +02:00
|
|
|
|
2023-11-11 12:33:33 +01:00
|
|
|
autoupdate.strategy = "latest_github_tag"
|
2023-10-08 12:42:59 +02:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.data_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-11-16 08:57:31 +01:00
|
|
|
login.url = "/auth/login"
|
|
|
|
login.show_tile = false
|
|
|
|
login.allowed = "all_users"
|
|
|
|
|
2023-10-08 12:42:59 +02:00
|
|
|
[resources.ports]
|
2023-11-11 12:33:33 +01:00
|
|
|
main.default = 8484
|
2023-10-08 12:42:59 +02:00
|
|
|
|
|
|
|
[resources.apt]
|
2023-11-17 15:13:31 +01:00
|
|
|
packages = "python3.9, python3.9-venv"
|
2023-11-11 12:33:33 +01:00
|
|
|
|
|
|
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
|
|
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|
|
|
extras.yarn.packages = ["yarn"]
|