beeper / self-host

Learn how to self-host Beeper
Apache License 2.0
1.05k stars 35 forks source link

ansible_connection unclear in README #38

Open mwk24 opened 10 months ago

mwk24 commented 10 months ago

The readme suggests the line:

matrix.YOUR.DOMAIN ansible_host=YOUR_SERVERS_IP ansible_connection=local ansible_ssh_user=root ansible_connection=community.docker.nsenter

This seems off to me:

nsenter is useful when ansible is run in a container on the matrix host itself, afaik. (how this is different to --privileged would be useful to know also)

mwk24 commented 10 months ago

Also - not sure why docker installation is disabled for the target matrix host.