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

61 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"
2024-09-01 21:31:36 +02:00
version = "2.6.15~ynh2"
2023-06-05 17:27:49 +02:00
2024-03-07 23:04:58 +01:00
maintainers = [ ]
2023-06-05 17:27:49 +02:00
[upstream]
license = "MIT"
website = "https://www.cloudlog.co.uk"
code = "https://github.com/magicbug/Cloudlog"
[integration]
2024-09-01 12:38:35 +02:00
yunohost = ">= 11.2.29"
helpers_version = "2.1"
2023-06-05 17:27:49 +02:00
architectures = "all"
multi_instance = true
2023-12-20 18:31:18 +01:00
2023-06-05 18:09:21 +02:00
ldap = false
2023-12-20 18:31:18 +01:00
2023-06-05 18:09:21 +02:00
sso = false
2023-12-20 18:31:18 +01:00
2023-06-05 17:27:49 +02:00
disk = "50M"
2023-10-22 18:24:20 +02:00
ram.build = "150M"
2023-06-05 17:27:49 +02:00
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
2024-06-27 03:31:33 +02:00
url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.6.15.tar.gz"
sha256 = "bfe098e978f03d53d244565e71a8c959a718034525bdb7496ffa4f1a834fee37"
2023-06-05 17:27:49 +02:00
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
2023-06-05 17:27:49 +02:00
[resources.permissions]
main.url = "/"
[resources.apt]
2023-11-03 19:34:46 +01:00
packages = "mariadb-server, php8.2-curl, php8.2-mbstring, php8.2-mysql, php8.2-xml"
2023-06-05 17:27:49 +02:00
[resources.database]
type = "mysql"