-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.toml
76 lines (57 loc) · 2.01 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 = "shiori"
name = "Shiori"
description.en = "Simple bookmark manager"
description.fr = "Gestionnaire de liens simple"
version = "1.7.4~ynh1"
maintainers = []
[upstream]
license = "MIT"
admindoc = "https://github.com/go-shiori/shiori/wiki"
userdoc = "https://github.com/go-shiori/shiori/wiki/Usage"
code = "https://github.com/go-shiori/shiori"
[integration]
yunohost = ">= 12.0.9"
helpers_version = "2.1"
architectures = ["amd64", "arm64", "armhf"]
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 = "/shiori"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
amd64.url = "https://github.com/go-shiori/shiori/releases/download/v1.7.4/shiori_Linux_x86_64_1.7.4.tar.gz"
amd64.sha256 = "58c4588fc81ef7b80b7f5676a94771c1106d3941c8204d78cee0e8fa9047e396"
arm64.url = "https://github.com/go-shiori/shiori/releases/download/v1.7.4/shiori_Linux_aarch64_1.7.4.tar.gz"
arm64.sha256 = "dae73ee916769bfd7a7c8539226771f235f4a0215cd24e4efc56ca0f6765ad1f"
armhf.url = "https://github.com/go-shiori/shiori/releases/download/v1.7.4/shiori_Linux_arm_1.7.4.tar.gz"
armhf.sha256 = "f95ab286d38f52c326f93f21eced1340aa52fad296cc44050e64a63940ef21ad"
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^shiori_Linux_x86_64_.*\\.tar\\.gz$"
autoupdate.asset.arm64 = "^shiori_Linux_aarch64_.*\\.tar\\.gz$"
autoupdate.asset.armhf = "^shiori_Linux_arm_.*\\.tar\\.gz$"
[resources.ports]
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
api.url = "/api"
api.allowed = "visitors"
api.auth_header = false
api.show_tile = false
[resources.apt]
packages = "sqlite3"