Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

21 строка
864 B

  1. ---
  2. matrix_ntfy_enabled: true
  3. matrix_ntfy_base_path: "{{ matrix_base_data_path }}/ntfy"
  4. matrix_ntfy_data_path: "{{ matrix_ntfy_base_path }}/data"
  5. matrix_ntfy_version: v1.27.2
  6. matrix_ntfy_docker_image: "{{ matrix_container_global_registry_prefix }}binwiederhier/ntfy:{{ matrix_ntfy_version }}"
  7. matrix_ntfy_docker_image_force_pull: "{{ matrix_ntfy_docker_image.endswith(':latest') }}"
  8. # Controls whether the container exposes its HTTP port (tcp/8080 in the container).
  9. #
  10. # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:8768"), or empty string to not expose.
  11. matrix_ntfy_container_http_host_bind_port: ''
  12. # A list of extra arguments to pass to the container (`docker run` command)
  13. matrix_ntfy_container_extra_arguments: []
  14. # Controls whether the self-check feature should validate SSL certificates.
  15. matrix_ntfy_self_check_validate_certificates: true