Roundcube - hardcoded "postgres"" container name as database host crashing the app

Hi folks,

Trying to install roundcube in Scale 25.10.
As accessing the GUI was showing an internal error I investigated the container variables;

            "ROUNDCUBEMAIL_DB_TYPE=pgsql",
            "ROUNDCUBEMAIL_DB_NAME=roundcube",
            "ROUNDCUBEMAIL_SKIN=elastic",
            "ROUNDCUBEMAIL_DB_HOST=postgres",

“postgres” is actually hardcoded while deploying the app as no field in TrueNAS gui screen is allowing a change. Should be “ix-roundcube-postgres-1” instead.

Thus making application unusable.

Please file a bug report on the truenas GitHub in the apps repo