-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.toml
66 lines (47 loc) · 1.4 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#: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 = "2025.02.27~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/f9049559e2766d3463a4bfed18bf07b4496ad8d5.tar.gz"
sha256 = "cebf7ed70d9a968cbfbab50d8a0e13eba56ae4f7287a3e0e16b068c9584abd55"
autoupdate.strategy = "latest_github_commit"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"php8.4-mysql",
"mariadb-server",
]
[resources.database]
type = "mysql"