Skip to content

Add event_port input to enable Firebird RemoteAuxPort (events support)#13

Merged
juarezr merged 2 commits into
juarezr:masterfrom
mariuz:master
Apr 10, 2026
Merged

Add event_port input to enable Firebird RemoteAuxPort (events support)#13
juarezr merged 2 commits into
juarezr:masterfrom
mariuz:master

Conversation

@mariuz
Copy link
Copy Markdown
Contributor

@mariuz mariuz commented Apr 10, 2026

Firebird uses a secondary auxiliary port (RemoteAuxPort) for database event notifications. Without a fixed, published port, event listeners from outside the container cannot function.

Changes

  • action.yml: New optional event_port input (default: empty/disabled)
  • entrypoint.sh: When event_port is set, injects FIREBIRD_CONF_RemoteAuxPort=<port> into the container and adds --publish <port>:<port> to the docker run invocation
  • README.md: Documents the new parameter

Example

- uses: juarezr/firebirdsql-github-action@v2
  with:
    version: 'latest'
    firebird_database: 'my_database.fdb'
    firebird_root_password: 'masterkey'
    event_port: '3051'

This pins RemoteAuxPort to 3051 in firebird.conf and publishes it on the host, allowing event listeners to connect reliably.

Copilot AI and others added 2 commits April 9, 2026 13:11
Add event_port input to enable Firebird RemoteAuxPort (events support)
@juarezr juarezr added the enhancement New feature or request label Apr 10, 2026
@juarezr juarezr merged commit ee7e6b9 into juarezr:master Apr 10, 2026
13 checks passed
@juarezr juarezr linked an issue Apr 10, 2026 that may be closed by this pull request
@juarezr
Copy link
Copy Markdown
Owner

juarezr commented Apr 10, 2026

@mariuz,

I've issued a new release with this feature.

How about adding a news item in Firebird News to make FirebirdSQL users aware of this GitHub Action?

@mariuz
Copy link
Copy Markdown
Contributor Author

mariuz commented Apr 13, 2026 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add option to configure and publish RemoteAuxPort (event port)

3 participants