-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.toml
72 lines (49 loc) · 1.68 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
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "linkwarden"
name = "Linkwarden"
description.en = "Collaborative bookmark manager to collect, organize and archive webpages"
description.fr = "Gestionnaire de signets collaboratif pour collecter, organiser et archiver les pages Web"
version = "2.9.2~ynh1"
maintainers = [ "Lapineige" ]
[upstream]
license = "AGPL-3.0-only"
website = "https://linkwarden.app/"
admindoc = "https://docs.linkwarden.app/self-hosting/installation"
userdoc = "https://docs.linkwarden.app/Usage/overview"
code = "https://github.com/linkwarden/linkwarden"
[integration]
yunohost = '>= 12.0.9'
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = true
disk = "50M"
ram.build = "1500M"
ram.runtime = "100M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/linkwarden/linkwarden/archive/refs/tags/v2.9.2.tar.gz"
sha256 = "c75225d25d6c644804affdd3fb14ff56ca3dc0ade9104339d17adec93c690280"
autoupdate.strategy = "latest_github_release"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
[resources.apt]
packages = "postgresql, postgresql-contrib"
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"
[resources.database]
type = "postgresql"