mirror of
https://github.com/YunoHost-Apps/emoncms_ynh.git
synced 2024-09-03 18:36:03 +02:00
64 lines
1.5 KiB
TOML
64 lines
1.5 KiB
TOML
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.4.2~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"
|
|
|
|
[resources]
|
|
[resources.sources]
|
|
[resources.sources.graph]
|
|
url = "https://github.com/emoncms/graph/archive/refs/tags/2.2.3.tar.gz"
|
|
sha256 = "a110e881638a07e82b23a5d8df860b49af1e067eb98f4e93a8bad8aebc4ec882"
|
|
in_subdir = false
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.4.2.tar.gz"
|
|
sha256 = "a374ad0a950c5d966b62d54266bf6761d641417785b64fbf6442f7753b386d6f"
|
|
|
|
[resources.system_user]
|
|
allow_email = true
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
main.url = "php8.2-redis php8.2-mysql"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|