Syncing with upstream ipfs-service-provider. Fixing merge conflicts

This commit is contained in:
Chris Troutner
2025-02-23 10:25:55 -07:00
10 changed files with 3041 additions and 4445 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ RUN git clone https://github.com/Permissionless-Software-Foundation/ipfs-bch-wal
WORKDIR /home/safeuser/ipfs-bch-wallet-consumer
# For development: switch to unstable branch
RUN git checkout ct-unstable
RUN git checkout master
# Install dependencies
#RUN mkdir .ipfsdata
+1
View File
@@ -29,6 +29,7 @@ services:
- '5015:5015' # <host port>:<container port>
- '4101:4101'
- '4103:4103'
- '4105:4105'
volumes:
- ../data/ipfsdata:/home/safeuser/ipfs-bch-wallet-consumer/.ipfsdata
- ./start-production.sh:/home/safeuser/ipfs-bch-wallet-consumer/start-production.sh
+5
View File
@@ -36,4 +36,9 @@ export IPFS_WS_PORT=4103
# 0 = no debug logs. 3 = maximum debug logs.
export DEBUG_LEVEL=0
# Use this if the IPFS node has a publically accessible IP address.
#export CONNECT_PREF=direct
# Use this if the IPFS node is behind a NAT or Firewall and cannot be accessed directly.
export CONNECT_PREF=cr
npm start