diff --git a/content/posts/commits/2026-02-18-commit-a8337f3.md b/content/posts/commits/2026-02-18-commit-a8337f3.md new file mode 100644 index 0000000..cf6cd13 --- /dev/null +++ b/content/posts/commits/2026-02-18-commit-a8337f3.md @@ -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 + +### 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(-) +```