post: commit a8337f3 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled

This commit is contained in:
Betty
2026-02-18 14:32:46 +01:00
parent df94a957a2
commit 3cdd30d957

View File

@@ -0,0 +1,48 @@
---
title: "[bojemoi] Fix borodino uzi-service: launch msfrpcd locally at container startup"
date: 2026-02-18T14:32:46+01:00
draft: false
tags: ["commit", "bojemoi", "main"]
categories: ["Git Activity"]
summary: "Commit a8337f3 par Betty dans bojemoi"
author: "Betty"
---
## Commit `a8337f3`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Author** | Betty |
| **Hash** | `a8337f3d02bd0786ea47fa994ff76f55d9a8781a` |
### Description
- Add start_uzi.sh entrypoint: starts msfrpcd (SSL, 127.0.0.1:55553),
waits for it to be ready, then exec thearm_uzi
- Update thearm_uzi: connect to 127.0.0.1 instead of 192.168.1.47
- Update Dockerfile.borodino: copy start_uzi.sh into image
- Update stack: use start_uzi.sh as command, raise memory limit to 1536M
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
### Files Changed
```
M borodino/Dockerfile.borodino
A borodino/start_uzi.sh
M borodino/thearm_uzi
M stack/40-service-borodino.yml
```
### Diff Summary
```
borodino/Dockerfile.borodino | 1 +
borodino/start_uzi.sh | 47 +++++++++++++++++++++++++++++++++++++++++++
borodino/thearm_uzi | 2 +-
stack/40-service-borodino.yml | 33 ++++++++++++++----------------
4 files changed, 64 insertions(+), 19 deletions(-)
```