mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2023-01-30 17:00
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
nd_version: 0.48.0
|
||||
nd_version: 0.49.0
|
||||
# URL of the archive
|
||||
nd_archive_url: https://github.com/navidrome/navidrome/releases/download/v{{ nd_version }}/navidrome_{{ nd_version }}_Linux_x86_64.tar.gz
|
||||
# Expected sha1 of the archive
|
||||
nd_archive_sha256: e8d98fb6ce73ac0878ec404b430f2a5b1589515a569072089a4cf6b419bc5f90
|
||||
nd_archive_sha256: ec99b71df13ffbae1b8223a89672d448904509c1d5ccaeeb9699271b46067dfd
|
||||
|
||||
# Should ansible handle upgrades, or only initial install ?
|
||||
nd_manage_upgrade: True
|
||||
|
@@ -7,3 +7,4 @@ ImageCacheSize = '{{ nd_image_cache_size }}'
|
||||
ReverseProxyUserHeader = '{{ nd_proxy_auth }}'
|
||||
ReverseProxyWhitelist = '{{ nd_proxy_whitelist | join(',') }}'
|
||||
{% endif %}
|
||||
EnableSharing = true
|
||||
|
Reference in New Issue
Block a user