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
2024-05-24 03:33:16 +02:00

78 lines
1.8 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
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"
version = "11.5.6~ynh1"
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"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.5.6.tar.gz"
sha256 = "35e311ea9712f306019e8c530f05a0e71ef1188ef253ccc3706a521bccd5fa47"
autoupdate.strategy = "latest_github_tag"
autoupdate.asset = "tarball"
[resources.sources.graph]
url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.5.6.tar.gz"
sha256 = "35e311ea9712f306019e8c530f05a0e71ef1188ef253ccc3706a521bccd5fa47"
in_subdir = false
autoupdate.strategy = "latest_github_tag"
autoupdate.asset = "tarball"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"mariadb-server",
"php8.0-fpm",
"php8.0-redis",
"php8.0-mysql",
]
[resources.database]
type = "mysql"