mirror of
https://github.com/YunoHost-Apps/emoncms_ynh.git
synced 2024-09-03 18:36:03 +02:00
f9dbfabfe5
- `main` v11.6.4: https://github.com/emoncms/emoncms/releases/tag/11.6.4 - `graph` v11.6.4: https://github.com/emoncms/emoncms/releases/tag/11.6.4
78 lines
1.8 KiB
TOML
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.6.4~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.6.4.tar.gz"
|
|
sha256 = "645649f1d554be34e3d9d0f7d60fca2b4a558d8056ef150982d5eb8684d98c3a"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
autoupdate.asset = "tarball"
|
|
|
|
[resources.sources.graph]
|
|
url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.6.4.tar.gz"
|
|
sha256 = "645649f1d554be34e3d9d0f7d60fca2b4a558d8056ef150982d5eb8684d98c3a"
|
|
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.2-fpm",
|
|
"php8.2-redis",
|
|
"php8.2-mysql",
|
|
]
|
|
|
|
[resources.database]
|
|
type = "mysql"
|