🦜 bitExpert Blog
@blog.bitexpert.de.blog@rss-parrot.net
I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline!
Brought to you by the RSS Parrot.
---
bitExpert Blog
Your feed and you don't want it here? Just
e-mail the birb.
Simplifying Symfony Containerization with DDEV at SymfonyCon 2024
https://blog.bitexpert.de/blog/symfonycon_2024_ddev
Published: October 2, 2024 00:00
I've been selected to speak at SymfonyCon Vienna 2024 in December where I will present "Simplifying Symfony Containerization with DDEV". My talk will cover our migration to DDEV, demonstrating its installation, integration, and extensibility for Symfony…
Traefik Timeout in GitLab CI Pipeline
https://blog.bitexpert.de/blog/traefik_timeout_gitlab_ci
Published: September 27, 2024 00:00
We cover the challenges we encountered in our GitLab CI pipelines when pushing docker images to our internal Docker registry. The blog post outlines how we resolved the issue by adjusting the Traefik timeouts.
Fixing Magento warning MySQL innodb_buffer_pool_size
https://blog.bitexpert.de/blog/mysql_innodb_buffer_pool_size_warning
Published: September 18, 2024 00:00
In this blog post, you will learn how to resolve MySQL warnings in Magento log files by adjusting the innodb_buffer_pool_size parameter using SQL queries.
Migrate MS Teams webhooks to Power Automate
https://blog.bitexpert.de/blog/ms_teams_webhook_changes
Published: September 13, 2024 00:00
Microsoft has announced the retirement of Office connectors in Microsoft Teams, requiring migration to the Power Platform for webhook-triggered flows. Additionally, posting messages to Teams channels or chats will now require compliance with Adaptive Cards…
PHPUGFFM 04/24 meetup
https://blog.bitexpert.de/blog/phpugffm_meetup_september_2024
Published: September 12, 2024 00:00
Join us on September 26th at the check24 office in Frankfurt for the PHPUG Frankfurt meetup featuring talks on API Contract Testing and the impact of PHP on the printing industry. Don't miss the chance to learn and network with industry professionals.
Using Basic Auth in Traefik conditionally
https://blog.bitexpert.de/blog/traefik_conditionally_http_basic_auth
Published: September 5, 2024 00:00
Learn how to conditionally use Traefik Basic Auth to solve issues with third-party tools unable to handle URLs containing basic auth credentials.
Fixing duplicate primary key problem during Magento upgrade
https://blog.bitexpert.de/blog/magento_duplicate_primary_key_problem
Published: August 26, 2024 00:00
During a recent Magento upgrade, we encountered a database issue due to duplicate entries during the setup:upgrade process. This blog post will explain how we resolved the issue using a temporary table.
SSO with Sulu CMS and Entra ID
https://blog.bitexpert.de/blog/sulu_cms_sso_azure
Published: August 20, 2024 00:00
In Sulu CMS 2.6.0, Sulu Admin now supports OIDC authentication. To enable it for Entra ID, create a new App registration and modify configuration files as outlined in a blog post.
Boundary, Traefik and haproxy
https://blog.bitexpert.de/blog/boundary_traefik_haproxy
Published: August 15, 2024 00:00
After experiencing issues with SSH sessions being terminated due to inactivity, we adjusted timeouts in our Boundary setup and HAProxy configuration. This change successfully eliminated the disconnection problem and ensured stable SSH sessions for our…
Sharing Docker Volumes in DDEV
https://blog.bitexpert.de/blog/ddev_share_volume
Published: August 8, 2024 00:00
Learn how to efficiently share files between two DDEV instances using shared Docker volumes and Docker Compose configuration.
Magento Cron via systemd timers
https://blog.bitexpert.de/blog/magento_systemd_timer
Published: August 2, 2024 00:00
Setting up cron jobs for Magento on Debian 12 now requires configuring a systemd service instead of the cron package. This blog post explains how to do this in detail.