-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Support ident
server on matrix-appservice-irc
#4178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The Traefik Ansible role should also be extensible enough to allow you to define new entrypoints ( Still, it would probably be simpler if Based on the state of things (#4177 and the abandoned #3512 PR), I'd say Given that most people are using Heisenbridge for simple bridging to IRC, it doesn't seem like anyone cares about |
Is there some way to migrate rooms that exist on |
Heinsenbridge and matrix-appservice-irc are fundamentally different in the sense that the former is a 1:N type of bridge, while the latter is an N:N type. On the Matrix side things are pretty equal, but on IRC you will only see a relay bot when using Heisenbridge, while with matrix-appservice-irc you'll see puppet users for every Matrix counterpart. Unfortunately, if your use case requires you to have an N:N bridge (as does mine), then you're stuck with matrix-appservice-irc for now. |
Yeah I use matrix as a replacement for IRC clients such as Quassel or IRCCloud, for multiple users, so I think that I need this double-puppeting. |
Hi,
Realistically, IRC networks (like Libera.Chat) will require admins running matrix-appservice-irc to also provide an
ident
server accompanying it. The bridge software has support for a built-inident
server; all one has to do is to enable it:However, there's no easy way to adjust Traefik and make it listen to the correct external port and then route the requests to the container. It'd be great if the container supported labels so that we could at least implement our own routers/entrypoints for this.
The text was updated successfully, but these errors were encountered: