ci: docker_tag=ext chore: sync ignores, logging and backups
All checks were successful
Docker Build and Push (ext) / build (push) Successful in 1m16s

This commit is contained in:
4NK CI Bot 2025-09-25 08:58:18 +00:00
parent 310428dc42
commit 33853c7a6a
6 changed files with 39 additions and 63 deletions

View File

@ -1,25 +0,0 @@
BOOTSTRAPURL=wss://dev3.4nkweb.com/ws/
# WS
# RELAY_URLS=wss://demo.4nkweb.com/ws
RELAY_URLS=ws://sdk_relay:8090,wss://dev3.4nkweb.com/ws/
# SIGNER_WS_URL=ws://dev4.4nkweb.com/signer/
SIGNER_WS_URL=ws://dev3.4nkweb.com
SIGNER_BASE_URL=https://dev3.4nkweb.com
core_url="http://bitcoin:38332"
ws_url="0.0.0.0:8090"
wallet_name="default"
network="signet"
blindbit_url="http://blindbit:8000"
zmq_url="tcp://bitcoin:29000"
storage="https://dev4.4nkweb.com/storage"
data_dir="/home/bitcoin/.4nk"
bitcoin_data_dir="/home/bitcoin/.bitcoin"
# ===================== /!\ donnée sensible =======================
SIGNER_API_KEY=your-api-key-change-this
VITE_JWT_SECRET_KEY=52b3d77617bb00982dfee15b08effd52cfe5b2e69b2f61cc4848cfe1e98c0bc9

View File

@ -40,5 +40,3 @@ jobs:
push: true
tags: |
git.4nkweb.com/4nk/ihm_client:${{ env.DOCKER_TAG }}

6
.gitignore vendored
View File

@ -17,6 +17,10 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.cargo/
Cargo.lock
*/.cargo/
*/Cargo.lock
# Build
dist/
build/
@ -33,4 +37,4 @@ Thumbs.db
# Temporary files
tmp/
*.tmp
*.tmp.cursor-server

View File

@ -7,7 +7,7 @@
## Dépendances
- `sdk_signer` via `VITE_SIGNER_URL`.
- `sdk_relay` via `VITE_WS_URL`.
- Backend `lecoffre-back-mini` via `VITE_API_BASE_URL`.
- Backend `lecoffre-back-mini` via `VITE_API_BASE_URL`.(sur dev3.4nkweb.com)
## Réseau et ports
- Exposé derrière Nginx via `https://dev4.4nkweb.com/`.

View File

@ -5,7 +5,6 @@ Fournir linterface dinteraction utilisateur (iframe) pour les flux métier
## Parcours clés
- Authentification via redirection IdNot (depuis `lecoffre-front`).
- Connexion au `sdk_signer` pour opérations signées.
- Échanges temps réel via `sdk_relay` (WebSocket).
## Rôles