Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

7 satır
285 B

  1. #!/bin/sh
  2. # Fetch the synapse worker documentation and extract endpoint URLs
  3. # matrix-org/synapse master branch points to current stable release
  4. URL=https://github.com/matrix-org/synapse/raw/master/docs/workers.md
  5. curl -L ${URL} | awk -f workers-doc-to-yaml.awk > ../vars/workers.yml