This website works better with JavaScript.
Explore
Help
Sign In
titanz
/
matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
You've already forked matrix-docker-ansible-deploy
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c1aea7c3fc
housekeeping
development
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c1aea7c3fc'
${ noResults }
matrix-docker-ansible-deploy
/
roles
/
matrix-base
/
templates
/
static-files
/
well-known
/
matrix-server.j2
5 lines
86 B
Raw
Normal View
History
Unescape
Escape
Fix indentation in templates Use Jinja2 lstrip_blocks option in templates to ensure consistent indentation in generated files.
6 years ago
#jinja2: lstrip_blocks: "True"
Initial work on Synapse 0.99/1.0 preparation
6 years ago
{
Rename some variables
6 years ago
"m.server": "{{ matrix_server_fqn_matrix }}:8448"
Initial work on Synapse 0.99/1.0 preparation
6 years ago
}