mirror of
https://github.com/YunoHost-Apps/phplicensewatcher_ynh.git
synced 2024-09-03 19:56:32 +02:00
66 lines
1.4 KiB
TOML
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.06.24~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/1093955a16fb5b3cde099fd32cc544a1a1fdd855.tar.gz"
|
|
sha256 = "7648e14bc8373efbe9ad013caaafddf57c7972652c1595bcd5e9a016496bf2ed"
|
|
|
|
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"
|