Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- #!/bin/sh
- # Fetch the synapse worker documentation and extract endpoint URLs
- # matrix-org/synapse master branch points to current stable release
-
- URL=https://github.com/matrix-org/synapse/raw/master/docs/workers.md
- curl -L ${URL} | awk -f workers-doc-to-yaml.awk > ../vars/workers.yml
|