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

69 lines
1.4 KiB
TOML
Raw Normal View History

2023-12-28 19:16:22 +01:00
packaging_format = 2
id = "lxd-dashboard"
name = "LXD Dashboard"
description.en = "Makes it easy for you to take control of your LXD based infrastructure"
2023-12-28 19:39:14 +01:00
description.fr = "Vous permet de prendre facilement le contrôle de votre infrastructure basée sur LXD"
2023-12-28 19:16:22 +01:00
2023-12-28 19:25:35 +01:00
version = "3.8.0~ynh1"
2023-12-28 19:16:22 +01:00
maintainers = ["yalh76"]
[upstream]
license = "AGPL-3.0-or-later"
website = "https://lxdware.com"
code = "https://github.com/lxdware/lxd-dashboard"
[integration]
2023-12-28 19:25:35 +01:00
yunohost = ">= 11.2"
architectures = "all"
2023-12-28 19:16:22 +01:00
multi_instance = true
2023-12-28 19:25:35 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-12-28 19:16:22 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/lxd-dashboard"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
[resources.sources.main]
2023-12-28 19:25:35 +01:00
url = "https://github.com/lxdware/lxd-dashboard/archive/refs/tags/v3.8.0.tar.gz"
sha256 = "f7c4cb14e3fa7d4d162b246d121bbe352dd09316fab60cecf05c916b1af748bf"
autoupdate.strategy = "latest_github_tag"
2023-12-28 19:16:22 +01:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
2023-12-28 19:25:35 +01:00
subdirs = ["backups", "data/lxd"]
2023-12-28 19:16:22 +01:00
[resources.permissions]
main.url = "/"
2023-12-28 19:25:35 +01:00
[resources.apt]
packages = "mariadb-server, php8.2-curl php8.2-mysql"
2023-12-28 19:16:22 +01:00
[resources.database]
type = "mysql"