-
Notifications
You must be signed in to change notification settings - Fork 6
/
manifest.toml
81 lines (61 loc) · 2.49 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
packaging_format = 2
id = "navidrome"
name = "Navidrome"
description.en = "Modern Music Server and Streamer compatible with Subsonic/Airsonic"
description.fr = "Serveur de musique moderne et Streamer compatibles avec Subsonic/Airsonic"
version = "0.54.3~ynh1"
maintainers = []
[upstream]
license = "GPL-3.0-only"
website = "https://www.navidrome.org"
demo = "https://demo.navidrome.org/app/#/login"
admindoc = "https://www.navidrome.org/docs"
code = "https://github.com/navidrome/navidrome"
[integration]
yunohost = ">= 12.0.9"
helpers_version = "2.1"
architectures = ["amd64", "arm64", "armhf"]
multi_instance = false
ldap = false
sso = true
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/navidrome"
[install.init_main_permission]
help.en = "You must activate 'Visitors' if you want to connect a client player to Navidrome. This can be changed later via the webadmin."
help.fr = "Vous devez activer 'Visiteurs' si vous souhaitez connecter un lecteur client à Navidrome. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["de", "en", "es", "fr", "it", "nl", "pt"]
default = "fr"
[resources]
[resources.sources]
[resources.sources.main]
amd64.url = "https://github.com/navidrome/navidrome/releases/download/v0.54.3/navidrome_0.54.3_linux_amd64.tar.gz"
amd64.sha256 = "395d2ee24680d9dd599c7dc7f75dda28819aa9e4a20850c61c496b739ebe3a4a"
arm64.url = "https://github.com/navidrome/navidrome/releases/download/v0.54.3/navidrome_0.54.3_linux_arm64.tar.gz"
arm64.sha256 = "938139502494e3b6535895cbee924c8dabd2f126192c25e31ba2ab018d5bbea4"
armhf.url = "https://github.com/navidrome/navidrome/releases/download/v0.54.3/navidrome_0.54.3_linux_armv7.tar.gz"
armhf.sha256 = "1712b518cb394f78e9f0e96c87676b2d3610789edbf1c4bffd29087b1e4eaa0f"
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^navidrome_.*_linux_amd64.tar.gz$"
autoupdate.asset.arm64 = "^navidrome_.*_linux_arm64.tar.gz$"
autoupdate.asset.armhf = "^navidrome_.*_linux_armv7.tar.gz$"
[resources.system_user]
[resources.install_dir]
[resources.ports]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "ffmpeg"