Johan Swetzén

Results 23 comments of Johan Swetzén

We're actually not using mdns in my project any longer but switched to the bonjour package. It's a pure js implementation.

It’s strange, I can’t build the image. It fails at `gpg: requesting key 5044912E from hkp server pgp.mit.edu`

Aha, I got it working by installing ca-certificates before the first `RUN` command. But it’s in there too, so I’m not sure why it won’t work. Possibly the `apt-get` comes...

I've added a link to that documentation in #3254, but have been unsuccessful in completing it. A few issues: 1. The migration feature isn't there in v0.2.0, so it needs...

@Joshndroid But did you get chat history? 😱

Thank you @spantaleev for the comprehensive review. I will try to make time for another commit this week. Regarding iMessage/Android, the proxy supports multiple matrix users, but only one external...

I do want to get this finished up, but have a hard time prioritizing it. What I have is working for me right now, whoever wants to rebase on master...

@spantaleev I've got this working with nginx, but not Traefik. There seems to be a few pieces needed, can you advise me here?

Yeah, I started testing this morning and I'd missed changing "docker start" to "docker create" when I copied things to add networks. Sorry for committing a mess! Fix is on...