-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.toml
62 lines (45 loc) · 1.63 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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"
autoupdate.strategy = "latest_gitlab_release"
[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"