Skip to content

v1.27.2 - Registry pulls fixed end-to-end, plus template reliability for FerretDB, Authorizer, Formbricks and more

Choose a tag to compare

@stoicsoft stoicsoft released this 15 Jun 02:37
e53f3d0

Improvements

Stack Wizard Layout

  • Roomier wizard on narrow windows — the Stack Wizard, registry image picker, and services editor now stay tidy when the window is small, with controls wrapping cleanly instead of stretching off-screen
  • Compose editor button stays in place — "Open advanced editor" no longer pushes other controls off the row when space is tight

App Templates

  • FerretDB now installs the v2 stack — the template uses the official FerretDB 2.7 image with the matching DocumentDB-compatible PostgreSQL backend, so connections accept the modern mongodb://user:password@host URL
  • Authorizer ships with the maintained image — the template switches to the official Authorizer build and now collects a JWT signing secret and default OAuth client values during setup
  • Carbone documentation matches reality — install steps now point to the API status endpoint and explain that Studio requires an Enterprise license, instead of promising features the free image doesn't expose
  • RabbitMQ stays private by default — only the management UI port is exposed; AMQP stays inside the Docker network unless you explicitly publish it

Bug Fixes

Registry Pulls

  • Fixed "Pull Images from Registry" deployments failing to save — registry pulls no longer crash with a database error when the app record is written
  • Fixed registry pull deployments grabbing the wrong host port — the port you configure in the wizard is now used as written, instead of being silently replaced with the default 3000
  • Fixed registry pull apps showing the wrong port in the app list — the saved port now matches what's in your compose file

App Template Reliability

  • Fixed Formbricks, Browserless, Cloudcmd, Dashy, Chibisafe, Ackee, and code-server ignoring your chosen port — these templates were hardcoded to their default container port, so changing the port in the wizard did nothing; your selected port is now actually used
  • Fixed Formbricks scheduled tasks failing without a cron secret — the template now generates and sets the required cron secret automatically
  • Fixed Pretix, Planka, Kimai, and LimeSurvey not collecting their public URL — these apps now ask for the external address they need so links and redirects work correctly after deployment
  • Fixed Kimai rejecting requests from your domain — the template now includes the trusted-host setting Kimai's framework requires
  • Fixed Heimdall asking for an unused HTTPS port — the variable is gone, since HTTPS should run through a reverse proxy
  • Fixed FerretDB external connection instructions missing the username — the connection string now shows the full mongodb://user:password@host format