mirror of
https://github.com/YunoHost-Apps/aeneria_ynh.git
synced 2024-09-03 18:06:15 +02:00
c3de6b6f1f
* æneria v2 (#44) Let's go to æneria V2 --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> * Update upstream app to v2.1.0 * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
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.0~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.0.tar.gz"
|
|
sha256 = "c2f4dc9825fd769a6dff2cdacfa64ddbf9b54de1bc2660a4a515fee5444d1e5a"
|
|
|
|
[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"
|