Slavi Pantaleev
fc1655cd4b
Merge pull request #633 from thedanbob/certbot-1.7.0
...
Update certbot (1.6.0 -> 1.7.0)
4 years ago
Dan Arnfield
c8754f422a
Update certbot (1.6.0 -> 1.7.0)
4 years ago
Dan Arnfield
8d373409b8
Update nginx (1.19.1 -> 1.19.2)
4 years ago
Slavi Pantaleev
c6ab1c6a90
Riot is now Element
...
Fixes #586 (Github Issue)
4 years ago
Dan Arnfield
c47a55d170
Update nginx (1.19.0 -> 1.19.1) and certbot (1.5.0 -> 1.6.0)
4 years ago
Slavi Pantaleev
88a4a3ab55
Update components
5 years ago
Slavi Pantaleev
7a2dbdc2d7
Update components
5 years ago
Slavi Pantaleev
554da8338a
Merge pull request #463 from hooger/architecture
...
Architecture
5 years ago
Dan Arnfield
e2de6a1569
Update nginx (1.17.9 -> 1.17.10)
5 years ago
Horvath Gergely
bd61598faf
add experimental(?) architecture support for arm32 and arm64
...
the changes are necessary because certbot images are tagged, so docker does not recognize the necessary architecture
5 years ago
Marcel Partap
874e2e1fc0
Rename variables (s/mxisd/ma1sd/) and adapt roles
5 years ago
Slavi Pantaleev
8bcc9712d0
Make follow_redirects configurable when checking /.well-known/matrix/client
...
Discussed in #101 (Github Issue).
5 years ago
Slavi Pantaleev
cdd9ee1962
Add Jitsi support
5 years ago
Dan Arnfield
c7440b723a
Update certbot (1.2.0 -> 1.3.0)
5 years ago
Dan Arnfield
4065d74a5f
Update nginx (1.17.8 -> 1.17.9)
5 years ago
Slavi Pantaleev
da98a06553
Merge pull request #377 from thedanbob/certbot-1.2.0
...
Update certbot (1.0.0 -> 1.2.0)
5 years ago
Dan Arnfield
bb08022623
Update certbot (1.0.0 -> 1.2.0)
5 years ago
Dan Arnfield
74235df820
Update nginx (1.17.7 -> 1.17.8)
5 years ago
Daniel Hoffend
b280b05c25
matrix-nginx-proxy: adding additional configuration blocks
5 years ago
Slavi Pantaleev
f18037ae42
Disable TLSv1.1 by default
5 years ago
Slavi Pantaleev
a84a24d9f5
Upgrade nginx (1.17.6 -> 1.17.7)
5 years ago
Slavi Pantaleev
89dbe5cfc5
Add the ability to control the certbot HTTP bind port
...
Fixes #330 (Github Issue).
5 years ago
Slavi Pantaleev
a78002f12b
Upgrade certbot (0.40.1 -> 1.0.0)
5 years ago
Slavi Pantaleev
ca3b158d94
Add support to matrix-nginx-proxy to work in HTTP-only mode
5 years ago
Dan Arnfield
24646dc506
Update nginx (1.17.5 -> 1.17.6)
5 years ago
Dan Arnfield
140002ed49
Update certbot (0.38.0 -> 0.40.1)
5 years ago
Dan Arnfield
9b187eca8f
Update nginx (1.17.4 -> 1.17.5)
5 years ago
Paul Tötterman
aabb16d78b
Fix spelling ngnix -> nginx
5 years ago
Slavi Pantaleev
810d0fb0e4
Make it possible to serve static websites from the base domain
5 years ago
Slavi Pantaleev
1dd1f9602f
Merge pull request #271 from thedanbob/certbot-0.38
...
Update certbot (0.37.1 -> 0.38.0)
5 years ago
Dan Arnfield
c12ca8fff0
Update certbot (0.37.1 -> 0.38.0)
5 years ago
Dan Arnfield
2dd9dc4882
Update nginx (1.17.3 -> 1.17.4)
5 years ago
Slavi Pantaleev
db57618abd
Update nginx and certbot
5 years ago
p5t2vspoqqw
c32a3e3204
correct defaults
5 years ago
p5t2vspoqqw
51d5741bb3
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
5 years ago
Dan Arnfield
9296dfd094
Update nginx (1.17.1 -> 1.17.2)
5 years ago
p5t2vspoqqw
d88e261150
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
5 years ago
Dan Arnfield
f83bbf8525
Bump nginx version
5 years ago
p5t2vspoqqw
9874c3df90
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
5 years ago
Dan Arnfield
ae3a1bb148
Update nginx to 1.17.0
5 years ago
p5t2vspoqqw
8fcdac3738
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
6 years ago
Slavi Pantaleev
7d3adc4512
Automatically force-pull :latest images
...
We do use some `:latest` images by default for the following services:
- matrix-dimension
- Goofys (in the matrix-synapse role)
- matrix-bridge-appservice-irc
- matrix-bridge-appservice-discord
- matrix-bridge-mautrix-facebook
- matrix-bridge-mautrix-whatsapp
It's terribly unfortunate that those software projects don't release
anything other than `:latest`, but that's how it is for now.
Updating that software requires that users manually do `docker pull`
on the server. The playbook didn't force-repull images that it already
had.
With this patch, it starts doing so. Any image tagged `:latest` will be
force re-pulled by the playbook every time it's executed.
It should be noted that even though we ask the `docker_image` module to
force-pull, it only reports "changed" when it actually pulls something
new. This is nice, because it lets people know exactly when something
gets updated, as opposed to giving the indication that it's always
updating the images (even though it isn't).
6 years ago
p5t2vspoqqw
4315b472af
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
6 years ago
Dan Arnfield
171c6db41e
Add option to proxy 3pid registration endpoints
6 years ago
Slavi Pantaleev
e0b7b4dc61
Merge pull request #159 from TheLastProject/feature/docker_add_hosts
...
Add the possibility to pass extra flags to the docker container
6 years ago
p5t2vspoqqw
79ad60cf0a
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
6 years ago
Slavi Pantaleev
0e391b5870
Add explicit |int casting for more variables
...
As discussed in #151 (Github Pull Request), it's
a good idea to not selectively apply casting, but to do it in all
cases involving arithmetic operations.
6 years ago
Sylvia van Os
75b1528d13
Add the possibility to pass extra flags to the docker container
6 years ago
Hugues De Keyzer
6aa6633ee7
Fix value of nginx-proxy tmpfs size
...
Use an int conversion in the computation of the value of
matrix_nginx_proxy_tmp_directory_size_mb, to have the integer value
multiplied by 50 instead of having the string repeated 50 times.
6 years ago
p5t2vspoqqw
c2eabf2b9d
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
6 years ago