Files
blog/content/posts/commits/2026-02-18-commit-a8337f3.md
Betty 3cdd30d957
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit a8337f3 in bojemoi
2026-02-18 14:32:47 +01:00

1.2 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] Fix borodino uzi-service: launch msfrpcd locally at container startup 2026-02-18T14:32:46+01:00 false
commit
bojemoi
main
Git Activity
Commit a8337f3 par Betty dans bojemoi 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(-)