2019-07-23 19:45:15 amarquez80 Hi, Is the server configured to use postgres by default? 2019-07-23 19:46:55 aaron Yes 2019-07-23 19:47:43 amarquez80 Ok in which table are the users stored? 2019-07-23 19:49:00 aaron Not near a computer but I think it is just called users. #synapse:matrix.org will be more helpful since this applies to any install of Synapse. 2019-07-23 19:49:41 amarquez80 ok thank you Aaron 2019-07-23 19:57:04 amarquez80 its very rare. I have registered 3 users but the table still empty 2019-07-23 20:05:11 amarquez80 public.users 2019-07-23 20:17:22 amarquez80 thanks 2019-07-23 20:20:22 amarquez80 I find the solution, now Is there a way to connect a local application to the docker postgres instance? 2019-07-23 20:21:45 amarquez80 I would like to do a GUI app in order to manage the users 2019-07-23 21:11:00 &slavi amarquez80: you can tell the postgres container to expose its port. I don't have a computer now, so I can't tell you exactly how. Feel free to read the defaults.yml file in the matrix-postgres file though. 2019-07-24 07:46:05 <-- kpk (@freenode_kpk:matrix.org) has left #Docker + Ansible = Matrix 2019-07-24 08:14:19 --> kpk (@freenode_kpk:matrix.org) has joined #Docker + Ansible = Matrix 2019-07-24 11:10:41 --> Tony[m6 (@freenode_Tony[m6:matrix.org) has joined #Docker + Ansible = Matrix 2019-07-24 13:10:47 amarquez80 thanks Slavi 2019-07-24 17:56:43 <-- @freenode_Tony[m5:matrix.org (None) has left #Docker + Ansible = Matrix 2019-07-24 17:56:44 <-- @freenode_rakesh:matrix.org (None) has left #Docker + Ansible = Matrix 2019-07-24 17:56:45 <-- @freenode_pk12_:matrix.org (None) has left #Docker + Ansible = Matrix 2019-07-24 17:56:45 <-- @freenode_Guest98:matrix.org (None) has left #Docker + Ansible = Matrix 2019-07-24 17:56:45 <-- @freenode_Laxtour:matrix.org (None) has left #Docker + Ansible = Matrix 2019-07-26 01:45:20 <-- @freenode_suds:matrix.org (None) has left #Docker + Ansible = Matrix 2019-07-26 12:27:25 --> ptman (@ptman:matrix.org) has joined #Docker + Ansible = Matrix 2019-07-27 01:48:03 <-- @nunfred:poop.blue (None) has left #Docker + Ansible = Matrix 2019-07-27 00:27:01 <-- kpk (@freenode_kpk:matrix.org) has left #Docker + Ansible = Matrix 2019-07-27 00:28:05 --> kpk (@freenode_kpk:matrix.org) has joined #Docker + Ansible = Matrix 2019-07-28 02:25:34 munfred Hi, I'm trying to understand how the file /matrix/nginx-proxy/conf.d/matrix-synapse.conf gets configured from the playbooks. 2019-07-28 02:25:34 I'm trying to adapt an existing role to setup the mautrix-hangouts bridge, and to do so I need to include the following snippet into that config file: 2019-07-28 02:25:34 2019-07-28 02:25:34 location /login { 2019-07-28 02:25:34 proxy_pass http://127.0.0.1:8080; 2019-07-28 02:25:34 proxy_set_header X-Forwarded-For $remote_addr; 2019-07-28 02:25:34 } 2019-07-28 02:25:34 2019-07-28 02:25:34 2019-07-28 02:25:34 Thanks! 2019-07-28 02:29:28 aaron Are you trying to contribute mautrix-hangouts integration with this project or just trying to set it up for youself without ansible? 2019-07-28 02:34:07 munfred First I am trying to set it up for myself on an instance where I used the ansible playbook to setup the facebook, whatsapp and telegram bridges. Then I will try to turn that on a playbook, and if it works I'd like to contribute it back. I'm working with @linus:matrix.neurotecherslan.party on this project 2019-07-28 02:39:33 aaron If you just want to set it up for youself then you probably want to do https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-own-webserver.md and then just add that bit 2019-07-28 08:00:44 tobias Hi, if anyone else runs into this after deploying yesterdays commit (Merge pull request #228 from danbob/fix-apt-warning): I was getting a bunch of errors like 2019-07-28 08:00:45 Tobias[m]2 Hi, if anyone else runs into this after deploying yesterdays commit (Merge pull request #228 from danbob/fix-apt-warning): I was getting a bunch of errors like 2019-07-28 08:00:54 tobias ´´´W: Target Packages (stable/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list:1 and /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list:2 2019-07-28 08:00:55 Tobias[m]2 ´´´W: Target Packages (stable/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list:1 and /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list:2 2019-07-28 08:02:34 tobias (on the matrix server). I fixed it deleting the first line in /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list. Not sure if that line should have been automatically, but in my case it was not. 2019-07-28 08:02:35 Tobias[m]2 (on the matrix server). I fixed it deleting the first line in /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list. Not sure if that line should have been automatically, but in my case it was not. 2019-07-28 08:03:39 tobias is it just me or is there an echo in this room? 2019-07-28 08:03:44 tobias https://matrix.awful.club:443/_matrix/media/r0/download/spaltenberger.de/plwGeFyXKjBCjogiGkDJWubL/image.png 2019-07-28 08:03:39 Tobias[m]2 is it just me or is there an echo in this room? 2019-07-28 08:03:44 * Tobias[m]2 uploaded an image: image.png (46KB) < https://matrix.org/_matrix/media/v1/download/spaltenberger.de/plwGeFyXKjBCjogiGkDJWubL > 2019-07-28 08:05:08 ptman yes, clear echo 2019-07-28 08:09:09 tobias Hm, seems to affect just me? Who is that freenode_Tobias[m]2:matrix.org user? Why is it parroting me? Am I doing something wrong here? In any case, I will shut up to stop spamming this room ;) 2019-07-28 08:09:14 Tobias[m]2 Hm, seems to affect just me? Who is that freenode_Tobias[m]2:matrix.org user? Why is it parroting me? Am I doing something wrong here? In any case, I will shut up to stop spamming this room ;) 2019-07-28 08:26:26 &slavi Bug with the IRC bridge? 2019-07-28 08:31:39 ptman I mentioned this on #irc:matrix.org 2019-07-28 08:31:40 tobias I have no IRC bridge active/configured, at least as far as I know... 2019-07-28 08:31:41 Tobias[m]2 I have no IRC bridge active/configured, at least as far as I know... 2019-07-28 08:31:56 ptman This room is bridged 2019-07-28 08:35:22 tobias Ah, ok 2019-07-28 08:35:23 Tobias[m]2 Ah, ok 2019-07-28 09:07:30 hugh Moved CI to GitLab: https://mau.dev/tulir/mautrix-whatsapp/container_registry (mirrored with maumirror) 2019-07-28 09:07:30 Docker Hub will no longer get new builds, the docker repo is now dock.mau.dev/tulir/mautrix-whatsapp 2019-07-28 09:08:02 hugh 2019-07-28 09:08:17 hugh tulir: Does this need to be reflected in the playbook? 2019-07-28 09:08:38 tulir yes, but I haven't moved facebook and hangouts bridges yet 2019-07-28 12:21:04 spiilgriim I there I was wondering if there are special steps to follow to add an app registration path to app_service_config_files since I'm obviously messing something up because once I add it manually, synapse doesn't run anymore 2019-07-28 02:29:28 aaron Are you trying to contribute mautrix-hangouts integration with this project or just trying to set it up for youself without ansible? 2019-07-28 02:34:07 munfred First I am trying to set it up for myself on an instance where I used the ansible playbook to setup the facebook, whatsapp and telegram bridges. Then I will try to turn that on a playbook, and if it works I'd like to contribute it back. I'm working with @linus:matrix.neurotecherslan.party on this project 2019-07-28 02:39:33 aaron If you just want to set it up for youself then you probably want to do https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-own-webserver.md and then just add that bit 2019-07-28 08:00:44 tobias Hi, if anyone else runs into this after deploying yesterdays commit (Merge pull request #228 from danbob/fix-apt-warning): I was getting a bunch of errors like 2019-07-28 08:00:45 ▬▬▶ Tobias[m]2 (@freenode_Tobias[m]2:matrix.org) has joined #Docker + Ansible = Matrix 2019-07-28 08:00:45 Tobias[m]2 Hi, if anyone else runs into this after deploying yesterdays commit (Merge pull request #228 from danbob/fix-apt-warning): I was getting a bunch of errors like 2019-07-28 08:00:54 tobias ´´´W: Target Packages (stable/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list:1 and /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list:2 2019-07-28 08:00:55 Tobias[m]2 ´´´W: Target Packages (stable/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list:1 and /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list:2 2019-07-28 08:02:34 tobias (on the matrix server). I fixed it deleting the first line in /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list. Not sure if that line should have been automatically, but in my case it was not. 2019-07-28 08:02:35 Tobias[m]2 (on the matrix server). I fixed it deleting the first line in /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list. Not sure if that line should have been automatically, but in my case it was not. 2019-07-28 08:03:39 tobias is it just me or is there an echo in this room? 2019-07-28 08:03:44 tobias https://matrix.awful.club:443/_matrix/media/r0/download/spaltenberger.de/plwGeFyXKjBCjogiGkDJWubL/image.png 2019-07-28 08:03:39 Tobias[m]2 is it just me or is there an echo in this room? 2019-07-28 08:03:44 * Tobias[m]2 uploaded an image: image.png (46KB) < https://matrix.org/_matrix/media/v1/download/spaltenberger.de/plwGeFyXKjBCjogiGkDJWubL > 2019-07-28 08:05:08 ptman yes, clear echo 2019-07-28 08:09:09 tobias Hm, seems to affect just me? Who is that freenode_Tobias[m]2:matrix.org user? Why is it parroting me? Am I doing something wrong here? In any case, I will shut up to stop spamming this room ;) 2019-07-28 08:09:14 Tobias[m]2 Hm, seems to affect just me? Who is that freenode_Tobias[m]2:matrix.org user? Why is it parroting me? Am I doing something wrong here? In any case, I will shut up to stop spamming this room ;) 2019-07-28 08:26:26 &slavi Bug with the IRC bridge? 2019-07-28 08:31:39 ptman I mentioned this on #irc:matrix.org 2019-07-28 08:31:40 tobias I have no IRC bridge active/configured, at least as far as I know... 2019-07-28 08:31:41 Tobias[m]2 I have no IRC bridge active/configured, at least as far as I know... 2019-07-28 08:31:56 ptman This room is bridged 2019-07-28 08:35:22 tobias Ah, ok 2019-07-28 08:35:23 Tobias[m]2 Ah, ok 2019-07-28 09:07:30 hugh Moved CI to GitLab: https://mau.dev/tulir/mautrix-whatsapp/container_registry (mirrored with maumirror) 2019-07-28 09:07:30 Docker Hub will no longer get new builds, the docker repo is now dock.mau.dev/tulir/mautrix-whatsapp 2019-07-28 09:08:02 hugh 2019-07-28 09:08:17 hugh tulir: Does this need to be reflected in the playbook? 2019-07-28 09:08:38 tulir yes, but I haven't moved facebook and hangouts bridges yet 2019-07-28 12:21:04 spiilgriim I there I was wondering if there are special steps to follow to add an app registration path to app_service_config_files since I'm obviously messing something up because once I add it manually, synapse doesn't run anymore