1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/aeneria_ynh.git synced 2024-09-03 18:06:15 +02:00
aeneria_ynh/manifest.toml

66 lines
1.6 KiB
TOML
Raw Normal View History

2023-10-28 15:01:13 +02:00
packaging_format = 2
id = "aeneria"
name = "æneria"
description.en = "Dashboard to analyse your energy consumption data from Linky & weather"
description.fr = "Tableau de bord pour analyser votre consomation d'énergie à partir des données d'un Linky et de la météo"
2023-11-23 15:05:05 +01:00
version = "1.1.6~ynh5"
2023-10-28 15:01:13 +02:00
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"
[integration]
2023-10-28 15:11:52 +02:00
yunohost = ">= 11.2"
architectures = "all"
2023-10-28 15:01:13 +02:00
multi_instance = true
2023-11-23 09:04:40 +01:00
2023-10-28 15:11:52 +02:00
ldap = false
2023-11-23 09:04:40 +01:00
2023-10-28 15:11:52 +02:00
sso = false
2023-11-23 09:04:40 +01:00
2023-10-28 15:11:52 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-10-28 15:01:13 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/aeneria"
[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 = false
[resources]
[resources.sources.main]
url = "https://statics.aeneria.com/aeneria-app-1.1.6.tar.gz"
sha256 = "2923c3aee79a02154c2168537a18250abe6a3a84fd7b4a5f0309bd7ad604a98b"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-10-28 15:11:52 +02:00
[resources.apt]
packages = "postgresql, apt-transport-https, postgresql-contrib, php7.4-zip, php7.4-pgsql, php7.4-xml, php7.4-intl, php7.4-mbstring, php7.4-gd, php7.4-curl, php7.4-bcmath, php7.4-opcache"
2023-10-28 15:01:13 +02:00
[resources.database]
type = "postgresql"