summary refs log tree commit diff
path: root/setup.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-22Fix demo script on ipv6-supported boxes (#6229)Andrew Morgan2-2/+2
The synapse demo was a bit flakey in terms of supporting federation. It turns out that if your computer resolved `localhost` to `::1` instead of `127.0.0.1`, the built-in federation blacklist specified in `start.sh` would still block it, since it contained an entry for `::/127`. Removing this no longer prevents Synapse from contacting `::1`, federation works again on these boxes.
2019-10-22Update postgres.md (#6234)Adrien Luxey1-3/+7
Added database owner authentication with `sudo` when `su` does not work
2019-10-19