generated from YunoHost/example_ynh
-
Notifications
You must be signed in to change notification settings - Fork 5
/
manifest.toml
64 lines (49 loc) · 1.42 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
packaging_format = 2
id = "audiobookshelf"
name = "Audiobookshelf"
description.en = "Audiobook server for managing and playing your audiobooks"
description.fr = "Serveur de livres audio pour gérer et lire vos livres audio"
version = "2.17.6~ynh1"
maintainers = ["Navan Chauhan"]
[upstream]
license = "AGPL-3.0-only"
website = "https://audiobookshelf.org/"
userdoc = "https://www.audiobookshelf.org/docs"
code = "https://github.com/advplyr/audiobookshelf"
[integration]
yunohost = ">= 11.2.18"
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.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.17.6.tar.gz"
sha256 = "795e5755ea2156dfd534f177aa69acd7329b4417e2a8d6df49fd6653eceae2fa"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
main.auth_header = false
api.url = "/api"
api.allowed = "visitors"
api.show_tile = false
api.protected = true
api.auth_header = false
[resources.ports]
main.default = 8095
[resources.apt]
packages = "ffmpeg"