Skip to content

Fixes#314

Merged
cmyers-mieweb merged 5 commits into
mainfrom
rgingras/05-15
May 15, 2026
Merged

Fixes#314
cmyers-mieweb merged 5 commits into
mainfrom
rgingras/05-15

Conversation

@runleveldev
Copy link
Copy Markdown
Collaborator

@runleveldev runleveldev commented May 15, 2026

Migration

  1. Install the new container-creator*.service files
  2. Copy /opt/opensource-server/create-a-container/.env to /etc/default/container-creator
  3. systemctl daemon-reload
  4. systemctl restart container-creator

Copilot Summary

This pull request introduces two main improvements: enhanced error handling across all major routes by standardizing error messages with a utility function, and some minor UI/UX and configuration enhancements. The error handling changes will make it easier to debug issues and provide more consistent feedback to users. Additionally, there are updates to the sidebar's responsive behavior and a new configuration option for access log output.

Error handling improvements:

UI/UX and configuration enhancements:

  • The sidebar's responsive breakpoint was updated to match the navbar's, ensuring the sidebar collapses more consistently with the navigation toggler.
  • The loadSites middleware now loads and exposes a push notification URL setting to all views, making it easier to display links like "MFA Admin" in the sidebar. [1] [2] [3]
  • Added a new ACCESS_LOG environment variable in example.env and updated the server to optionally write access logs to a file instead of stdout. [1] [2] [3]

@runleveldev runleveldev force-pushed the rgingras/05-15 branch 2 times, most recently from 1afb1b8 to a866c10 Compare May 15, 2026 19:17
@cmyers-mieweb cmyers-mieweb merged commit 7e67278 into main May 15, 2026
8 checks passed
@cmyers-mieweb cmyers-mieweb deleted the rgingras/05-15 branch May 15, 2026 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up manager logs CSS issue Surface better errors on database constraint failures [Bug]: MIEAuth issue

2 participants