Update to 2021-10-25 11:00

master
Daniel Berteaud 3 years ago
parent ce1f7f65dd
commit 260671fc11
  1. 6
      roles/ampache/defaults/main.yml
  2. 3
      roles/ampache/templates/ampache.cfg.php.j2

@ -3,10 +3,10 @@
ampache_id: "1"
ampache_manage_upgrade: True
ampache_version: '5.0.0'
ampache_config_version: 56
ampache_version: '5.1.0'
ampache_config_version: 57
ampache_zip_url: https://github.com/ampache/ampache/releases/download/{{ ampache_version }}/ampache-{{ ampache_version }}_all.zip
ampache_zip_sha1: 3ae83e37667102e385607b4207c068bab89c654d
ampache_zip_sha1: f3617d0010f39b003c6e310f8dc2711d9ab82f3f
ampache_root_dir: /opt/ampache_{{ ampache_id }}

@ -132,4 +132,5 @@ proxy_pass = "{{ system_proxy | urlsplit('password') }}"
{% endif %}
metadata_order_video = "filename,getID3"
registration_display_fields = "fullname,website"
registration_mandatory_fields = "fullname"
registration_mandatory_fields = "fullnamep"
allow_upload_scripts = "false"

Loading…
Cancel
Save