Skip to content
Snippets Groups Projects
Select Git revision
  • 236e743357cab7a09f22b3b9601e978c5315ccf7
  • master default
  • host01
  • ns4
  • kodi
5 results

nextcloud.shore.co.il.conf

Blame
    • nimrod's avatar
      236e7433
      Collabora Online and Nextcloud, another try. · 236e7433
      nimrod authored
      I swear it should be the other way round (it looks to me like Nextcloud
      is embedding the code iframe), but disabling CSP on Nextcloud worked and
      I saw a comment on the Internet about it so lets give it a try.
      236e7433
      History
      Collabora Online and Nextcloud, another try.
      nimrod authored
      I swear it should be the other way round (it looks to me like Nextcloud
      is embedding the code iframe), but disabling CSP on Nextcloud worked and
      I saw a comment on the Internet about it so lets give it a try.
    main.yml NaN GiB
    ---
    # tasks file for example
    
    - name: Assertions
      assert:
        that:
            - ansible_os_family in ['OpenBSD', 'Debian']
            - ansible_distribution_release in ['xenial', 'trusty', 'precise', 'stretch', 'jessie', 'wheezy'] or ansible_distribution_version in ['6.0', '5.9']