Compare commits
4 Commits
docs/ops-m
...
docs/ops-s
| Author | SHA1 | Date | |
|---|---|---|---|
| d2963673c9 | |||
| d59e10dfc6 | |||
| 214f930e56 | |||
| 9e903607bb |
3
.env
3
.env
@@ -1,3 +0,0 @@
|
|||||||
PUBLIC_GITEA_BASE=https://gitea.archicratie.trans-hands.synology.me
|
|
||||||
PUBLIC_GITEA_OWNER=Archicratia
|
|
||||||
PUBLIC_GITEA_REPO=archicratie-edition
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
PUBLIC_GITEA_BASE=https://gitea.archicratie.trans-hands.synology.me
|
|
||||||
PUBLIC_GITEA_OWNER=Archicratia
|
|
||||||
PUBLIC_GITEA_REPO=archicratie-edition
|
|
||||||
PUBLIC_SITE=https://archicratie.trans-hands.synology.me
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
FORGE_API=http://192.168.1.20:3000
|
|
||||||
FORGE_BASE=https://gitea.archicratie.trans-hands.synology.me
|
|
||||||
FORGE_TOKEN=aW73wpfJ4MiN2!3UU69qL*vWF9$9V7f@2
|
|
||||||
PUBLIC_GITEA_OWNER=Archicratia
|
|
||||||
PUBLIC_GITEA_REPO=archicratie-edition
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
PUBLIC_SITE=https://archicratie.trans-hands.synology.me
|
|
||||||
PUBLIC_RELEASE=0.1.0
|
|
||||||
|
|
||||||
PUBLIC_GITEA_BASE=https://gitea.archicratie.trans-hands.synology.me
|
|
||||||
PUBLIC_GITEA_OWNER=Archicratia
|
|
||||||
PUBLIC_GITEA_REPO=archicratie-edition
|
|
||||||
@@ -71,8 +71,7 @@ Ce document décrit la synchronisation **sans ambiguïté** entre :
|
|||||||
|
|
||||||
### Étape B — NAS : aligner `current` sur `origin/main`
|
### Étape B — NAS : aligner `current` sur `origin/main`
|
||||||
Sur NAS, git n’est pas forcément installé : on utilise un conteneur git.
|
Sur NAS, git n’est pas forcément installé : on utilise un conteneur git.
|
||||||
|
en sh :
|
||||||
en sh:
|
|
||||||
|
|
||||||
APP="/volume2/docker/archicratie-web/current"
|
APP="/volume2/docker/archicratie-web/current"
|
||||||
U_ID="$(id -u)"; G_ID="$(id -g)"
|
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
|
curl -fsS http://127.0.0.1:8082/archicratie/archicrat-ia/chapitre-4/ > /tmp/page.html
|
||||||
grep -n "window.open" /tmp/page.html | head
|
grep -n "window.open" /tmp/page.html | head
|
||||||
|
|
||||||
# Fix
|
Fix
|
||||||
|
|
||||||
garder un seul mécanisme d’ouverture
|
garder un seul mécanisme d’ouverture
|
||||||
|
|
||||||
@@ -101,6 +101,7 @@ git fetch impossible sur le NAS.
|
|||||||
Git non installé sur DSM shell.
|
Git non installé sur DSM shell.
|
||||||
|
|
||||||
# Fix standard (recommandé)
|
# Fix standard (recommandé)
|
||||||
|
|
||||||
Utiliser un conteneur git :
|
Utiliser un conteneur git :
|
||||||
|
|
||||||
APP="/volume2/docker/archicratie-web/current"
|
APP="/volume2/docker/archicratie-web/current"
|
||||||
@@ -176,9 +177,9 @@ BuildKit is enabled but the buildx component is missing
|
|||||||
|
|
||||||
client version ... too new. Maximum supported API version ...
|
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)
|
si DSM/docker API ancienne : définir DOCKER_API_VERSION=<compatible> (selon ton environnement)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user