1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phplicensewatcher_ynh.git synced 2024-09-03 19:56:32 +02:00
phplicensewatcher_ynh/manifest.toml
2024-04-16 03:40:05 +02:00

66 lines
1.4 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "phplicensewatcher"
name = "PHPLicenseWatcher"
description.en = "License manager"
description.fr = "Gestionnaire de licences"
version = "2024.04.15~ynh1"
maintainers = []
[upstream]
license = "GPL-3.0"
website = "http://phplicensewatch.sourceforge.net"
admindoc = "https://phplicensewatch.sourceforge.io/index.html#Documentation"
code = "https://github.com/rpi-dotcio/phpLicenseWatcher"
[integration]
yunohost = ">= 11.2"
architectures = "all"
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 = "/phplicensewatcher"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://github.com/rpi-dotcio/phpLicenseWatcher/archive/bb2a70eae5dd91c3d72cec00ec85d13136d9591f.tar.gz"
sha256 = "22eb3498e258b7cb3184d69c681cefe8a90de791c411a5159e6cf1475f02fb85"
autoupdate.strategy = "latest_github_commit"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"php7.4-mysql",
"mariadb-server",
]
[resources.database]
type = "mysql"