2024-01-23 23:44:36 +01:00
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 = "3.1.0~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
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 ]
url = "https://github.com/apache/superset/archive/refs/tags/3.1.0.tar.gz"
sha256 = "44747c9dd2aab96d5e1ba65559811785afe9139c3f9f85e55c8c4acc45e502df"
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 = "/"
admin . url = "/"
alpha . url = "/"
gamma . url = "/"
[ resources . ports ]
[ resources . apt ]
packages = "python3-dev libpq-dev postgresql python3 python3-venv libldap2-dev libsasl2-dev libssl-dev"
[ resources . database ]
type = "postgresql"