mirror of
https://github.com/YunoHost-Apps/aeneria_ynh.git
synced 2024-09-03 18:06:15 +02:00
61 lines
1.6 KiB
TOML
61 lines
1.6 KiB
TOML
packaging_format = 2
|
|
|
|
id = "aeneria"
|
|
name = "æneria"
|
|
description.en = "Analyse your energy consumption (from Linky & Gazpar) & weather data"
|
|
description.fr = "Analyser sa consommation d'énergie (via Linky & Gazpar) avec des données météo"
|
|
|
|
version = "2.1.1~ynh1"
|
|
|
|
maintainers = ["Simon Mellerin"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-or-later"
|
|
website = "https://aeneria.com"
|
|
admindoc = "https://docs.aeneria.com"
|
|
code = "https://gitlab.com/aeneria/aeneria-app"
|
|
demo = "https://demo.aeneria.com"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = true
|
|
|
|
sso = true
|
|
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[install.init_main_permission]
|
|
help.en = "Choose whether the app should be accessible only for your YunoHost users or for everyone."
|
|
help.fr = "Choisissez si l'application doit être accessible uniquement pour vos utilisateurs YunoHost ou pour tout le monde."
|
|
type = "group"
|
|
default = "all_users"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://statics.aeneria.com/aeneria-app-2.1.1.tar.gz"
|
|
sha256 = "bcad15e29f7b8ab14a45970a2baa3389be116583f61051876b43a292cbc38d91"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "postgresql, apt-transport-https, postgresql-contrib, php8.2-zip, php8.2-pgsql, php8.2-xml, php8.2-intl, php8.2-gd, php8.2-curl, php8.2-bcmath, php8.2-opcache, php8.2-ldap"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|