Skip to content

Support ident server on matrix-appservice-irc #4178

Open
@sergiodj

Description

@sergiodj

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-in ident server; all one has to do is to enable it:

ircService:
  ident:
    address: 0.0.0.0
    enabled: true
    port: 113
...

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    suggestionThis issue is a feature request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions