mirror of
https://github.com/YunoHost-Apps/scrutiny_ynh.git
synced 2024-09-03 20:16:24 +02:00
68 lines
1.6 KiB
TOML
68 lines
1.6 KiB
TOML
packaging_format = 2
|
|
|
|
id = "scrutiny"
|
|
name = "Scrutiny"
|
|
description.en = "WebUI for smartd S.M.A.R.T monitoring"
|
|
|
|
version = "0.7.2~ynh1"
|
|
|
|
maintainers = ["ewilly"]
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
admindoc = "https://github.com/AnalogJ/scrutiny/tree/master/docs"
|
|
code = "https://github.com/AnalogJ/scrutiny"
|
|
fund = "https://paypal.me/analogj/usd10"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = ["amd64", "arm64"]
|
|
multi_instance = false
|
|
ldap = "not_relevant"
|
|
sso = "not_relevant"
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/scrutiny"
|
|
|
|
[install.collector]
|
|
ask.en = "Should the collector be activated on this host?"
|
|
help.en = "Let it to true if yunohost is running on bare metal (i.e. not in a VM or in a LXC)"
|
|
type = "boolean"
|
|
default = true
|
|
|
|
[resources]
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
dir = "/var/www/__APP__"
|
|
owner = "__APP__:rwx"
|
|
group = "__APP__:rx"
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
main.auth_header = false
|
|
main.show_tile = true
|
|
main.protected= true
|
|
main.allowed = "admins"
|
|
api.url = "/api"
|
|
api.auth_header = false
|
|
api.show_tile = false
|
|
api.protected= true
|
|
api.allowed = ["visitors", "all_users"]
|
|
|
|
[resources.ports]
|
|
main.default = 8080
|
|
|
|
[resources.apt]
|
|
packages = "smartmontools"
|
|
extras.influxdb.repo = "deb https://repos.influxdata.com/debian stable main"
|
|
extras.influxdb.key = "https://repos.influxdata.com/influxdata-archive_compat.key"
|
|
extras.influxdb.packages = "influxdb2"
|