Compare commits
1 Commits
docs/ops-m
...
docs/ops-m
| Author | SHA1 | Date | |
|---|---|---|---|
| cd4ce80ac1 |
@@ -71,7 +71,8 @@ Ce document décrit la synchronisation **sans ambiguïté** entre :
|
||||
|
||||
### Étape B — NAS : aligner `current` sur `origin/main`
|
||||
Sur NAS, git n’est pas forcément installé : on utilise un conteneur git.
|
||||
en sh :
|
||||
|
||||
en sh:
|
||||
|
||||
APP="/volume2/docker/archicratie-web/current"
|
||||
U_ID="$(id -u)"; G_ID="$(id -g)"
|
||||
|
||||
@@ -58,7 +58,7 @@ en sh :
|
||||
curl -fsS http://127.0.0.1:8082/archicratie/archicrat-ia/chapitre-4/ > /tmp/page.html
|
||||
grep -n "window.open" /tmp/page.html | head
|
||||
|
||||
Fix
|
||||
# Fix
|
||||
|
||||
garder un seul mécanisme d’ouverture
|
||||
|
||||
@@ -101,7 +101,6 @@ git fetch impossible sur le NAS.
|
||||
Git non installé sur DSM shell.
|
||||
|
||||
# Fix standard (recommandé)
|
||||
|
||||
Utiliser un conteneur git :
|
||||
|
||||
APP="/volume2/docker/archicratie-web/current"
|
||||
@@ -177,9 +176,9 @@ BuildKit is enabled but the buildx component is missing
|
||||
|
||||
client version ... too new. Maximum supported API version ...
|
||||
|
||||
# Fix “robuste” (principe)
|
||||
Fix “robuste” (principe)
|
||||
|
||||
installer buildx si nécessaire
|
||||
# installer buildx si nécessaire
|
||||
|
||||
si DSM/docker API ancienne : définir DOCKER_API_VERSION=<compatible> (selon ton environnement)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user