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

79 lines
1.8 KiB
TOML
Raw Normal View History

2024-01-27 12:41:53 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
2023-12-14 16:39:56 +01:00
packaging_format = 2
id = "emoncms"
name = "Emoncms"
description.en = "Processing, logging and visualising energy, temperature and other environmental data"
description.fr = "Traitement enregistrement et la visualisation de l'énergie, de la température et d'autres données environnementales"
2024-05-16 03:32:54 +02:00
version = "11.5.3~ynh1"
2023-12-14 16:39:56 +01:00
maintainers = []
[upstream]
license = "GPL-3.0-only"
website = "https://emoncms.org/"
admindoc = "https://guide.openenergymonitor.org/"
code = "https://github.com/emoncms/emoncms"
[integration]
yunohost = ">= 11.2"
2023-12-14 16:46:15 +01:00
architectures = "all"
2023-12-14 16:39:56 +01:00
multi_instance = true
2023-12-14 16:46:15 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-12-14 16:39:56 +01:00
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
2023-12-14 17:00:43 +01:00
[install.admin]
type = "user"
2023-12-14 16:39:56 +01:00
[resources]
[resources.sources]
2024-01-27 12:41:53 +01:00
[resources.sources.main]
2024-05-16 03:32:54 +02:00
url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.5.3.tar.gz"
sha256 = "7ab96af9b935addd6de1d9297c717f387042d6f5edfd20bafa87e82005902e6c"
2024-01-27 12:41:53 +01:00
autoupdate.strategy = "latest_github_tag"
autoupdate.asset = "tarball"
[resources.sources.graph]
2024-05-16 03:32:54 +02:00
url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.5.3.tar.gz"
sha256 = "7ab96af9b935addd6de1d9297c717f387042d6f5edfd20bafa87e82005902e6c"
2024-01-27 12:41:53 +01:00
in_subdir = false
autoupdate.strategy = "latest_github_tag"
autoupdate.asset = "tarball"
2023-12-14 16:56:34 +01:00
2023-12-14 16:39:56 +01:00
[resources.system_user]
2023-12-14 16:48:13 +01:00
allow_email = true
2023-12-14 16:39:56 +01:00
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
2023-12-14 16:46:15 +01:00
[resources.apt]
2024-01-27 12:41:53 +01:00
packages = [
"mariadb-server",
"php8.0-fpm",
"php8.0-redis",
"php8.0-mysql",
]
2023-12-14 16:46:15 +01:00
2023-12-14 16:39:56 +01:00
[resources.database]
type = "mysql"