Files
blog/content/posts/pushes/2026-03-14-push-bojemoi-main-54cb79f.md
Betty 432ced0e82
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 12s
post: push 2 commit(s) to bojemoi/main
2026-03-14 21:29:44 +01:00

44 lines
1.3 KiB
Markdown

---
title: "[bojemoi] Push 2 commit(s) to main"
date: 2026-03-14T21:29:41+01:00
draft: false
tags: ["push", "bojemoi", "main"]
categories: ["Git Activity"]
summary: "Push de 2 commit(s) par Betty dans bojemoi/main"
author: "Betty"
---
## Push to `bojemoi/main`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Commits** | 2 |
| **Pushed by** | Betty |
### Commits
- **54cb79f** feat(sentinel): add MQTT broker + collector stack (Betty)
- **988b7d2** blog: add Alpine Linux post (FR + EN) (Betty)
### Diff Summary
```
blog/choisir-alpine-linux-en.md | 93 ++++++++++
blog/choisir-alpine-linux-fr.md | 93 ++++++++++
sentinel/collector/Dockerfile | 9 +
sentinel/collector/collector.py | 337 ++++++++++++++++++++++++++++++++++++
sentinel/collector/requirements.txt | 3 +
sentinel/esp32/sentinel_probe.ino | 213 +++++++++++++++++++++++
sentinel/mosquitto/mosquitto.conf | 18 ++
sentinel/setup.sh | 50 ++++++
sentinel/sql/01-init-db.sql | 28 +++
sentinel/sql/02-tables.sql | 93 ++++++++++
sentinel/sql/03-grants.sql | 18 ++
sentinel/sql/apply.sh | 45 +++++
stack/55-service-sentinel.yml | 140 +++++++++++++++
13 files changed, 1140 insertions(+)
```