mirror of
https://github.com/YunoHost-Apps/superset_ynh.git
synced 2024-09-03 20:26:31 +02:00
72 lines
1.8 KiB
TOML
72 lines
1.8 KiB
TOML
packaging_format = 2
|
|
|
|
id = "superset"
|
|
name = "Apache Superset"
|
|
|
|
description.en = "Data exploration and visualization platform"
|
|
description.fr = "Plateforme d'exploration et de visualisation de données"
|
|
|
|
version = "4.0.2~ynh1"
|
|
|
|
maintainers = ["tituspijean"]
|
|
|
|
[upstream]
|
|
license = "Apache-2.0"
|
|
website = "https://superset.apache.org/"
|
|
|
|
admindoc = "https://superset.apache.org/docs/intro"
|
|
|
|
code = "https://github.com/apache/superset"
|
|
|
|
[integration]
|
|
yunohost = '>= 11.2'
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = true
|
|
sso = false
|
|
disk = "1G"
|
|
ram.build = "500M"
|
|
ram.runtime = "500M"
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.init_admin_permission]
|
|
type = "group"
|
|
default = "admins"
|
|
ask.en = "Select which group should have Admin role in Superset. Other roles (Alpha, Gamma, Public) can be defined after installation."
|
|
ask.fr = "Sélectionnez quel groupe devrait avoir le rôle Admin dans Superset. Les autres rôles (Alpha, Gamma, Public) pourront être définis après installation."
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/apache/superset/archive/refs/tags/4.0.2.tar.gz"
|
|
sha256 = "2f71cf37f93e1df02a0dd5b0668a1c4707c762d211b352e5147e2a514bda9977"
|
|
prefetch = false
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
admin.show_tile = false
|
|
alpha.show_tile = false
|
|
gamma.show_tile = false
|
|
|
|
[resources.ports]
|
|
|
|
[resources.apt]
|
|
packages = "g++ libpq-dev postgresql python3 python3-dev python3-venv libldap2-dev libsasl2-dev libssl-dev"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|