2024-01-23 23:44:36 +01:00
packaging_format = 2
id = "superset"
name = "Apache Superset"
description . en = "Data exploration and visualization platform"
2024-03-05 21:35:32 +01:00
description . fr = "Plateforme d'exploration et de visualisation de données"
2024-01-23 23:44:36 +01:00
2024-07-03 03:49:54 +02:00
version = "4.0.2~ynh1"
2024-01-23 23:44:36 +01:00
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
2024-01-26 00:13:43 +01:00
sso = false
2024-01-23 23:44:36 +01:00
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"
2024-01-26 00:13:43 +01:00
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."
2024-01-23 23:44:36 +01:00
[ resources ]
[ resources . sources ]
[ resources . sources . main ]
2024-07-03 03:49:54 +02:00
url = "https://github.com/apache/superset/archive/refs/tags/4.0.2.tar.gz"
sha256 = "2f71cf37f93e1df02a0dd5b0668a1c4707c762d211b352e5147e2a514bda9977"
2024-01-23 23:44:36 +01:00
prefetch = false
2024-02-20 06:25:18 +01:00
autoupdate . strategy = "latest_github_release"
2024-01-23 23:44:36 +01:00
[ resources . system_user ]
[ resources . install_dir ]
[ resources . permissions ]
main . url = "/"
2024-05-04 22:44:28 +02:00
admin . show_tile = false
alpha . show_tile = false
gamma . show_tile = false
2024-01-23 23:44:36 +01:00
[ resources . ports ]
[ resources . apt ]
2024-05-02 23:15:22 +02:00
packages = "g++ libpq-dev postgresql python3 python3-dev python3-venv libldap2-dev libsasl2-dev libssl-dev"
2024-01-23 23:44:36 +01:00
[ resources . database ]
type = "postgresql"