Update to 2022-04-27 10:00

This commit is contained in:
Daniel Berteaud 2022-04-27 10:00:09 +02:00
parent e083d9e49e
commit ee24f19034
4 changed files with 6 additions and 5 deletions

View File

@ -3,10 +3,10 @@
ampache_id: "1"
ampache_manage_upgrade: True
ampache_version: '5.2.1'
ampache_config_version: 59
ampache_version: '5.3.1'
ampache_config_version: 61
ampache_zip_url: https://github.com/ampache/ampache/releases/download/{{ ampache_version }}/ampache-{{ ampache_version }}_all.zip
ampache_zip_sha1: 71b3c18419153231f57df268f2c71ef09f11d108
ampache_zip_sha256: dda828eda42e2f16637495e77388867c79ca023537dc06e19b54ef598927eef6
ampache_root_dir: /opt/ampache_{{ ampache_id }}

View File

@ -60,7 +60,7 @@
get_url:
url: "{{ ampache_zip_url }}"
dest: "{{ ampache_root_dir }}/tmp/"
checksum: "sha1:{{ ampache_zip_sha1 }}"
checksum: "sha256:{{ ampache_zip_sha256 }}"
- name: Extract ampache archive
unarchive:

View File

@ -135,3 +135,4 @@ metadata_order_video = "filename,getID3"
registration_display_fields = "fullname,website"
registration_mandatory_fields = "fullnamep"
allow_upload_scripts = "false"
catalog_verify_by_time = "true"

View File

@ -9,7 +9,7 @@ if [ $1 == "{{ pg_letsencrypt_cert }}" ]; then
chown root:root /etc/my.ssl/server.crt
chmod 640 /etc/my.ssl/server.key
chmod 644 /etc/my.ssl/server.crt
mysql -e 'FLUSH SSL;'
mysql -e 'FLUSH SSL;' || systemctl restart mysql
fi
{% else %}