-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest.toml
88 lines (65 loc) · 2.32 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
77
78
79
80
81
82
83
84
85
86
87
88
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "kavita"
name = "Kavita"
description.en = "Media server for your comics, manga and books"
description.fr = "Serveur multimédia pour vos bandes dessinées, mangas et livres"
version = "0.8.5.3~ynh1"
maintainers = []
[upstream]
license = "MIT"
website = "https://www.kavitareader.com/"
demo = "https://demo.kavitareader.com/"
admindoc = "https://wiki.kavitareader.com/en"
code = "https://github.com/Kareadita/Kavita"
[integration]
yunohost = ">= 11.2"
architectures = [ "amd64", "arm64", "armhf" ]
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "300M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/kavita"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
in_subdir = true
amd64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.8.5.3/kavita-linux-x64.tar.gz"
amd64.sha256 = "847ca9ae6f54c9da32133729f791477bb43b1456a57ab4ca68a1ea6f9f62c335"
arm64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.8.5.3/kavita-linux-arm64.tar.gz"
arm64.sha256 = "fb4555761ce8019784250a3062714326c1c5103944fafcd5eba3fb9adc7b6451"
armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.8.5.3/kavita-linux-arm.tar.gz"
armhf.sha256 = "5f8dfb86adca596ad5bba7e6c852ca7daf762a2b58dc7f3e8349d79036e65c2f"
# https://yunohost.org/fr/packaging_apps_resources#regarding-autoupdate
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "kavita-linux-x64.tar.gz"
autoupdate.asset.arm64 = "kavita-linux-arm64.tar.gz"
autoupdate.asset.armhf = "kavita-linux-arm.tar.gz"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
api.url = "/api"
api.show_tile = false
api.protected = true
api.allowed = [ "visitors", "all_users" ]
api.auth_header = false
hubs.url = "/hubs"
hubs.show_tile = false
hubs.protected = true
hubs.auth_header = false
hubs.allowed = [ "visitors", "all_users" ]
[resources.ports]
main.default = 5000
[resources.apt]
packages = "sqlite3"