1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cloudlog_ynh.git synced 2024-09-03 18:16:23 +02:00
cloudlog_ynh/manifest.toml

56 lines
1.2 KiB
TOML
Raw Normal View History

2023-06-05 17:27:49 +02:00
packaging_format = 2
id = "cloudlog"
2023-06-05 18:18:45 +02:00
name = "CloudLog"
2023-06-05 17:27:49 +02:00
description.en = "Web based amateur radio logging application"
description.fr = "Application Web d'enregistrement radioamateur"
2023-10-22 18:15:45 +02:00
version = "2.4.11~ynh1"
2023-06-05 17:27:49 +02:00
maintainers = ["eric_G"]
[upstream]
license = "MIT"
website = "https://www.cloudlog.co.uk"
code = "https://github.com/magicbug/Cloudlog"
[integration]
2023-09-13 18:50:36 +02:00
yunohost = ">= 11.2"
2023-06-05 17:27:49 +02:00
architectures = "all"
multi_instance = true
2023-06-05 18:09:21 +02:00
ldap = false
sso = false
2023-06-05 17:27:49 +02:00
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.main]
2023-10-22 18:15:45 +02:00
url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.4.11.tar.gz"
sha256 = "e038a77cd51a1f6b79bfca7b79b638e8fe0594382f1ea749d6eb4f95c5aebe60"
2023-06-05 17:27:49 +02:00
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "mariadb-server, php8.0-curl, php8.0-mbstring, php8.0-mysql, php8.0-xml"
[resources.database]
type = "mysql"