Update to 2023-01-30 17:00

This commit is contained in:
Daniel Berteaud
2023-01-30 17:00:13 +01:00
parent d36feab3eb
commit 5db6e9407a
11 changed files with 39 additions and 36 deletions

View File

@@ -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

View File

@@ -7,3 +7,4 @@ ImageCacheSize = '{{ nd_image_cache_size }}'
ReverseProxyUserHeader = '{{ nd_proxy_auth }}'
ReverseProxyWhitelist = '{{ nd_proxy_whitelist | join(',') }}'
{% endif %}
EnableSharing = true