Fabien's Avatar

Fabien

@fab1en.bsky.social

Web and mobile developer, tireless learner , devops enthusiast. I love my servers and take great care of my apps. Entrepreneurial spirit. Particularly skilled with TYPO3, Laravel, Neos CMS, and React JS / Native.

40 Followers  |  114 Following  |  16 Posts  |  Joined: 28.11.2024
Posts Following

Posts by Fabien (@fab1en.bsky.social)

Preview
Headlamp Headlamp is a user-friendly Kubernetes UI focused on extensibility

The Kubernetes Dashboard was officially retired and archived on January 21, 2026.

To continue providing a modern, extensible web UI for the community, the project now recommends transitioning to Headlamp.

Check out the project and docs here:
πŸ”— headlamp.dev

17.02.2026 16:06 β€” πŸ‘ 14    πŸ” 7    πŸ’¬ 1    πŸ“Œ 1
Preview
Release v5.8.0 Β· containers/podman Features The podman quadlet install command can now install files which contain multiple separate Quadlet files. The files must be separated with a --- delimeter on a new line, and each section mu...

Podman v5.8.0 has just been released! It's on its way to Fedora and other distros shortly. Features include changes to Quadlet, changes to the artifact and update commands, and more! Check out the release notes! github.com/containers/p... #podman #OpenSource

12.02.2026 19:24 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
nushell / nushell A new type of shell

nushell: A new type of shell β˜…38167 https://github.com/nushell/nushell

07.02.2026 12:49 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
Towards Data Science Your home for data science and AI. The world’s leading publication for data science, data analytics, data engineering, machine learning, and artificial intelligence professionals.

towardsdatascience.com

06.02.2026 05:21 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
DDEV Adds Experimental Support for Podman and Docker Rootless in Version 1.25.0

DDEV Adds Experimental Support for Podman and Docker Rootless in Version 1.25.0

πŸ§ͺ DDEV 1.25.0 @ddev.bsky.social adds experimental support for Podman and Docker Rootless!

Great for Linux/WSL2 setups with strict security, but not ready for mainstream workflows.

Full changelog + runtime notes:
https://bit.ly/3M3JqjX

#DDEV #DockerRootless #Podman #DrupalDev

05.02.2026 12:45 β€” πŸ‘ 2    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Docker Compose Tip #23: Multi-platform builds with platforms Build Docker images for multiple CPU architectures with one command

🐳 πŸ™ Docker Compose Tip #23

Build for ARM and x86!

build:
platforms:
- linux/amd64
- linux/arm64

One image, multiple architectures. Perfect for M1 Macs and cloud.

Details: lours.me/posts/compose-tip-023-multi-platform/

#Docker #ARM #CrossPlatform #Compose

04.02.2026 09:01 β€” πŸ‘ 4    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0
Docker Compose Tip #22: Using secrets in Compose files How to securely manage passwords and API keys in Docker Compose

🐳 πŸ™ Docker Compose Tip #22

Secure your sensitive data!

secrets:
db_password:
file: ./secrets/db_pass.txt

Never commit secrets. Use files or external managers.

Learn more: lours.me/posts/compose-tip-022-secrets/

#Docker #Security #BestPractices

03.02.2026 08:43 β€” πŸ‘ 8    πŸ” 2    πŸ’¬ 2    πŸ“Œ 1
Preview
TUXEDO Computers Unveils Intel-Powered InfinityBook Max 15 Gen10 Linux Laptop - 9to5Linux TUXEDO Computers unveils an Intel-powered InfinityBook Max 15 Linux notebook with Intel Core Ultra 7 255H, NVIDIA GPU, and up to 128 GB RAM.

TUXEDO Computers Unveils Intel-Powered InfinityBook Max 15 Gen10 #Linux Laptop 9to5linux.com/tuxedo-compu...

28.01.2026 12:43 β€” πŸ‘ 11    πŸ” 1    πŸ’¬ 0    πŸ“Œ 1
TYPO3 Modern Backend

TYPO3 Modern Backend

TYPO3 Classic Backend

TYPO3 Classic Backend

TYPO3 Fresh Backend

TYPO3 Fresh Backend

Have you noticed new TYPO3 backend appearance ?
1. Modern
2. Classic
3. Fresh

Btw - Which is your personal favourite ? 🧑

Mine is in the comment section ..! 😊

#TYPO3
#TYPO3CMS
#CMS

27.01.2026 17:15 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Building a Kubernetes Cluster with Talos on Hetzner bare metal servers
Alex Oprisan (Engineer, Bunnyshell) Building a Kubernetes Cluster with Talos on Hetzner bare metal servers We’ll explore particularities and challenges of building cost effective Kubernetes clusters… Building a Kubernetes Cluster with Talos on Hetzner bare metal servers

Talos Linux + Hetzner + video format β†’ Here’s a little throwback to Alex Oprisan’s TalosCon talk.

www.youtube.com/watch?v=hJue...

27.01.2026 14:00 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Preview
Bagisto Visual: Theme Framework with Visual Editor for Laravel E-commerce - Laravel News Bagisto Visual is a theme framework and visual editor for the Bagisto e-commerce platform. The package includes a JSON-based template system for developers and a drag-and-drop interface for shop owners.

Bagisto Visual: Theme Framework with Visual Editor for Laravel E-commerce laravel-news.com/bagisto-visu...

27.01.2026 14:00 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Docker Compose Tip #18: Graceful shutdown with stop_grace_period How to configure graceful shutdown timeouts for containers in Docker Compose

🐳 πŸ™ Docker Compose Tip #18

Give containers time to clean up!

stop_grace_period: 2m
stop_signal: SIGTERM

Ensures databases close properly, transactions complete, and data saves.

Learn more: lours.me/posts/compose-tip-018-graceful-shutdown/

#Docker #Runtime #Reliability

28.01.2026 09:25 β€” πŸ‘ 5    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0
Preview
Dozzle 9.0 Real‑Time Docker Log Viewer Improves Log Grouping Dozzle 9.0 real‑time Docker log viewer adds collapsible homepage sections, container group counters, and multiple UI refinements for better log navigation.

Dozzle 9.0 real‑time Docker log viewer adds collapsible homepage sections, container group counters, and multiple UI refinements for better log navigation.
linuxiac.com/dozzle-9-0-r...

#Docker #Containerization #OpenSource

09.01.2026 15:16 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

Happy New Year from TYPO3 πŸŽ†πŸ§‘

A new year means new ideas, stronger collaboration, and even better digital experiences with TYPO3. Thank you for being part of the journey πŸš€ Wishing you successful projects and smooth launches.

What are your goals with TYPO3 in 2026?
_____
#TYPO3 #HappyNewYear

01.01.2026 07:00 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
Laravel News 2025 Recap - Laravel News We've hand-picked some of the biggest stories at Laravel News and the Laravel community in 2025. This year, we saw huge product and open-source releases from Laravel, including Laravel 12, Laravel Cloud, and more!

Laravel News 2025 Recap laravel-news.com/laravel-news...

30.12.2025 14:00 β€” πŸ‘ 3    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Post image

2025 was big for TYPO3 πŸš€
Website relaunch, global events, growing partnerships and the release of TYPO3 v14.0.

Catch up on all the highlights and what’s ahead for 2026 πŸ‘‰ buff.ly/25vWXLX

18.12.2025 11:00 β€” πŸ‘ 7    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Preview
Automate Your Release Workflow with Shipmark - Laravel News Shipmark automates your release workflow with an interactive CLI that generates changelogs, manages versions, and creates tags.

Automate Your Release Workflow with Shipmark laravel-news.com/automate-you...

18.12.2025 14:01 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
First stable release 1.0 Proxmox Datacenter Manager

First stable release 1.0 Proxmox Datacenter Manager

Proxmox Datacenter Manager 1.0 is here! πŸš€
Your single control plane for Proxmox VE & Proxmox Backup Server: manage clusters, sites & data centers in one place, with dashboards, live migration & enterprise access control.
More info: πŸ‘‰ forum.proxmox.com/threads/prox...

04.12.2025 12:18 β€” πŸ‘ 12    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - Gu1llaum-3/sshm: SSHM is a beautiful command-line tool that transforms how you manage and connect to your SSH hosts. Built with Go and featuring an intuitive TUI interface, it makes SSH conne... SSHM is a beautiful command-line tool that transforms how you manage and connect to your SSH hosts. Built with Go and featuring an intuitive TUI interface, it makes SSH connection management effort...

Nice tool github.com/Gu1llaum-3/s... #ssh #manager

Install and just execute `sshm`

04.12.2025 07:01 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Why local, open LLMs matter again:

β€’ Full control
β€’ Privacy-first
β€’ Runs anywhere

πŸ¦™ llamafile brings this to life β†’ https://github.com/mozilla-ai/llamafile

13.11.2025 19:55 β€” πŸ‘ 6    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Preview
Release v5.7.0-RC2 Β· containers/podman Features The remote Podman client and podman system service API server now support encrypting connections with TLS and mTLS, including client authentication by certificate (#24583). The podman sys...

Podman v5.7.0 RC2 has dropped! It's now headed to Fedora and other distros. The kube play and down commands can now use multiple files, TLS additions, a number of changes to Quadlet, and more! Details: github.com/containers/p... #podman @opensource

30.10.2025 18:16 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
mainmatter / 100-exercises-to-learn-rust A self-paced course to learn Rust, one exercise at a time.

mainmatter / 100-exercises-to-learn-rust: A self-paced course to learn Rust, one exercise at a time. β˜…8384 https://github.com/mainmatter/100-exercises-to-learn-rust

02.10.2025 22:24 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
Messenger It's a small planet, but someone's gotta make the deliveries.

Impressionnant ce petit jeu en WebGL :
messenger.abeto.co

28.09.2025 00:11 β€” πŸ‘ 18    πŸ” 8    πŸ’¬ 3    πŸ“Œ 2
Preview
TYPO3 Meets SEAL: A Breath of Fresh Air for Search When I submitted the Q3/2025 budget request, one of the most exciting parts of the proposal was the integration of the Search Engine Abstraction Layer (SEAL) into TYPO3. My intention was to address…

Fresh thinking for #TYPO3 search πŸš€
Tim LochmΓΌller introduces three new extensions: Index, SEAL, and SEAL Search AI. Together they decouple indexing from search and open the door to AI-driven, semantic solutions. A big step forward!

Read more at

26.09.2025 08:00 β€” πŸ‘ 3    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Introducing Incus 6.17!
YouTube video by Zabbly Introducing Incus 6.17!

youtu.be/LtrA-_uU--A?...

27.09.2025 06:50 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Apt Command is Finally Getting the Much Needed History Features In the upcoming versions of apt, you'll be able to see the history of package transactions and get details on them.

Apt is set to get a major upgrade!

news.itsfoss.com/apt-upcoming...

22.09.2025 08:14 β€” πŸ‘ 16    πŸ” 3    πŸ’¬ 1    πŸ“Œ 0
Preview
Release v5.6.0 Β· containers/podman Features A new set of commands for managing Quadlets has been added as podman quadlet install (install a new Quadlet for the current user), podman quadlet list (list installed Quadlets), podman qu...

If you have been holding your breath waiting for Podman v5.6 to come out, it's time to Exhale! A bunch of Quadlet additions to help your orchestration, artifacts commands in the REST API, bugs, and more! Details: github.com/containers/p... #podman #opensource

15.08.2025 17:17 β€” πŸ‘ 6    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Release announcement for Proxmox Backup Server 4.0

Release announcement for Proxmox Backup Server 4.0

PROXMOX BACKUP SERVER 4.0 is here! Packed with new features and improvements! See all detail forum.proxmox.com/threads/prox...

06.08.2025 12:56 β€” πŸ‘ 14    πŸ” 5    πŸ’¬ 0    πŸ“Œ 1
OpenStack on One Node with Kolla-Ansible β€” Full Guide for Production-Like Use
YouTube video by LinuxCloudHacks OpenStack on One Node with Kolla-Ansible β€” Full Guide for Production-Like Use

youtu.be/Mc70SjV72ck?...

26.07.2025 16:34 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
nushell / nushell A new type of shell

nushell: A new type of shell β˜…35855 https://github.com/nushell/nushell

25.07.2025 14:55 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0