-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.toml
76 lines (58 loc) · 1.97 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
67
68
69
70
71
72
73
74
75
76
packaging_format = 2
id = "shlink"
name = "Shlink"
description.en = "Self-hosted URL shortener"
description.fr = "Raccourcisseur d'URL auto-hébergé"
version = "4.4.5~ynh1"
maintainers = []
[upstream]
license = "MIT"
website = "https://shlink.io/"
userdoc = "https://shlink.io/documentation/"
code = "https://github.com/shlinkio/shlink"
[integration]
yunohost = ">= 12.0.9"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/shlink"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.front]
url = "https://github.com/shlinkio/shlink-web-client/releases/download/v4.3.0/shlink-web-client_4.3.0_dist.zip"
sha256 = "2fb296a2a6b1055b79cb513e6765099e7463a00661821317fd923bfa43491477"
autoupdate.strategy = "latest_github_release"
autoupdate.upstream = "https://github.com/shlinkio/shlink-web-client"
autoupdate.asset = "^shlink-web-client_.*_dist.zip$"
[resources.sources.main]
url = "https://github.com/shlinkio/shlink/releases/download/v4.4.5/shlink4.4.5_php8.3_dist.zip"
sha256 = "82165cd0cfe115d36aa81b57021fed2fb1b2a3faad1c951cc9bf0a01f286e175"
autoupdate.strategy = "latest_github_release"
autoupdate.upstream = "https://github.com/shlinkio/shlink"
autoupdate.asset = "^shlink.*_php8.3_dist.zip$"
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
[resources.permissions]
main.url = "/"
api.url = "/api"
api.allowed = "visitors"
api.show_tile = false
api.protected = true
[resources.apt]
packages = "postgresql, php8.4-apcu, php8.4-pgsql, php8.4-gd, php8.4-curl, php8.4-intl, php8.4-gmp, php8.4-xml"
[resources.database]
type = "postgresql"