mirror of
https://github.com/YunoHost-Apps/cloudlog_ynh.git
synced 2024-09-03 18:16:23 +02:00
55 lines
1.2 KiB
TOML
55 lines
1.2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "cloudlog"
|
|
name = "CloudLog"
|
|
description.en = "Web based amateur radio logging application"
|
|
description.fr = "Application Web d'enregistrement radioamateur"
|
|
|
|
version = "2.5.0~ynh1"
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
website = "https://www.cloudlog.co.uk"
|
|
code = "https://github.com/magicbug/Cloudlog"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "150M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.5.0.tar.gz"
|
|
sha256 = "074bdf9320ceb29e3705a8a63b2bdcddf1f9e6893be4b85522bc531ef12d06a6"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "mariadb-server, php8.2-curl, php8.2-mbstring, php8.2-mysql, php8.2-xml"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|