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

67 lines
1.4 KiB
TOML
Raw Normal View History

2024-01-13 12:13:28 +01:00
#: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"
2024-04-30 03:39:58 +02:00
version = "2024.04.29~ynh1"
2024-01-13 12:13:28 +01:00
2024-01-13 14:07:49 +01:00
maintainers = []
2024-01-13 12:13:28 +01:00
[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]
2024-01-13 14:07:49 +01:00
yunohost = ">= 11.2"
2024-01-13 12:13:28 +01:00
architectures = "all"
multi_instance = false
2024-01-13 14:07:49 +01:00
2024-01-13 12:13:28 +01:00
ldap = "not_relevant"
2024-01-13 14:07:49 +01:00
2024-01-13 12:13:28 +01:00
sso = "not_relevant"
2024-01-13 14:07:49 +01:00
2024-01-13 12:40:03 +01:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2024-01-13 12:13:28 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/phplicensewatcher"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
2024-04-30 03:39:58 +02:00
url = "https://github.com/rpi-dotcio/phpLicenseWatcher/archive/bae77dc0f65a58eeda346bd5c486ea0a1bbd5c45.tar.gz"
sha256 = "5ea4c0d2a339cee1541b296f3b1e8d4633b0ece78fdcda2df6af736aada73824"
2024-01-13 12:13:28 +01:00
autoupdate.strategy = "latest_github_commit"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
2024-01-13 12:27:39 +01:00
"php7.4-mysql",
2024-01-13 12:13:28 +01:00
"mariadb-server",
]
[resources.database]
type = "mysql"