diff --git a/content/posts/commits/2026-06-22-commit-c16d23f.md b/content/posts/commits/2026-06-22-commit-c16d23f.md new file mode 100644 index 0000000..7feb7fa --- /dev/null +++ b/content/posts/commits/2026-06-22-commit-c16d23f.md @@ -0,0 +1,45 @@ +--- +title: "[bojemoi] refactor(sliver): renommer sliver-c2 en sliver-server" +date: 2026-06-22T23:30:36+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit c16d23f par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `c16d23f` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `c16d23f30565fceccff20877964abc8fc822e278` | + + +### Description + +Évite la confusion avec le C2 MSF/Fly.io. +- stack: service sliver-c2 → sliver-server, hostname et SLIVER_HOST mis à jour +- entrypoint: SLIVER_LHOST par défaut → sliver-server +- Dockerfile: commentaire mis à jour + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/Dockerfile.sliver-c2 +M borodino/sliver-entrypoint.sh +M stack/40-service-borodino.yml +``` + +### Diff Summary + +``` + borodino/Dockerfile.sliver-c2 | 2 +- + borodino/sliver-entrypoint.sh | 2 +- + stack/40-service-borodino.yml | 10 +++++----- + 3 files changed, 7 insertions(+), 7 deletions(-) +```