mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
commit
fa146a3a23
2 changed files with 3 additions and 6 deletions
|
@ -31,7 +31,6 @@ ram.runtime = "50M"
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
full_domain = true
|
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
help.en = "If enabled, Funkwhale will be accessible by Funkwhale for Android and by users without a YunoHost account. This can be changed later in the webadmin."
|
help.en = "If enabled, Funkwhale will be accessible by Funkwhale for Android and by users without a YunoHost account. This can be changed later in the webadmin."
|
||||||
|
@ -46,14 +45,14 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
[resources.sources.api]
|
[resources.sources.api]
|
||||||
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.1/download?job=build_api"
|
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.1/download?job=build_api"
|
||||||
sha256 = "c662458cc40e48a3cf2599bb937c4621249a543fe9d4a10e3878ef8eff9a424a"
|
sha256 = "22c6cf75397d860d39d4f014b2f0b5f09c3aab3fb6768c13f1aaa3ed831e4649"
|
||||||
in_subdir = true
|
in_subdir = true
|
||||||
extract = true
|
extract = true
|
||||||
format = "zip"
|
format = "zip"
|
||||||
|
|
||||||
[resources.sources.front]
|
[resources.sources.front]
|
||||||
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.3.1/download?job=build_front"
|
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.1/download?job=build_front"
|
||||||
sha256 = "a5ac6749a36593d475c834506709b7a60422a2935eba9c2772253bb15116170f"
|
sha256 = "9c26b043fa88a8993b25a700376241239bec4a31c34725c63095d03f18a82a82"
|
||||||
in_subdir = true
|
in_subdir = true
|
||||||
extract = true
|
extract = true
|
||||||
format = "zip"
|
format = "zip"
|
||||||
|
@ -65,7 +64,6 @@ ram.runtime = "50M"
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
|
|
||||||
[resources.data_dir]
|
[resources.data_dir]
|
||||||
group = "www-data:rx"
|
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
|
@ -6,5 +6,4 @@ test_format = 1.0
|
||||||
|
|
||||||
test_upgrade_from.7a50028.name = "1.2.9"
|
test_upgrade_from.7a50028.name = "1.2.9"
|
||||||
test_upgrade_from.ae7b6c5.name = "1.2.10"
|
test_upgrade_from.ae7b6c5.name = "1.2.10"
|
||||||
test_upgrade_from.a5006b9.name = "1.3.0"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue