spantaleev / matrix-docker-ansible-deploy

šŸ³ Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
GNU Affero General Public License v3.0
4.76k stars 1.03k forks source link

Setting up mxisd defaults matrix_mxisd_enable: false do not work #238

Closed ralfi closed 5 years ago

ralfi commented 5 years ago

Setting up this to false seems to me should not install and activate kamax/mxisd but do so.

Also i am a little bit confused about the mxisd state because the development is closed and some people tells me why this happens. BTW the selfhoster should be able to use vector.im or matrix.org as ID server if he needed.

spantaleev commented 5 years ago

matrix_mxisd_enable: false is wrong. There's a typo in it (enable -> enabled).

Using mxisd, even though discontinued, is still very much compatible and works well. It's a much much much better choice for your privacy than using vector.im/matrix.org.

See details here:

aaronraimist commented 5 years ago

Just to add on to that, even if you do setup an identity server there is nothing stopping one of your users from signing in using vector.im/matrix.org as their identify server. Accounts are not tied to identity servers so we donā€™t need to build in an option to ā€œbe able to use vector.im or matrix.org as ID server if he neededā€œ. You can always use any identity server you want.

Also we should probably consider switching to https://github.com/ma1uta/ma1sd which is the active form of mxisd.