Skip to content

Add IPFS remote startup handling in initializeDb function#2402

Merged
pablomendezroyo merged 1 commit intodevelopfrom
pablo/add-ipfs-remote-startup
Mar 4, 2026
Merged

Add IPFS remote startup handling in initializeDb function#2402
pablomendezroyo merged 1 commit intodevelopfrom
pablo/add-ipfs-remote-startup

Conversation

@pablomendezroyo
Copy link
Copy Markdown
Contributor

Context

This update introduces handling for the IPFS package container during the database initialization process. If the IPFS container is not found, the system defaults to a remote configuration to ensure IPFS content can still be resolved.

Approach

The solution checks for the existence of the IPFS package container and sets the ipfsClientTarget accordingly. If the container is absent, it configures the target to remote, ensuring continued functionality.

Test instructions

  1. Ensure the IPFS package container is present and verify that the ipfsClientTarget is set to local.
  2. Remove the IPFS package container and confirm that the ipfsClientTarget switches to remote.
  3. Test the system's ability to resolve IPFS content in both scenarios.

@pablomendezroyo pablomendezroyo requested a review from a team as a code owner March 4, 2026 10:38
@github-actions github-actions bot temporarily deployed to commit March 4, 2026 10:40 Inactive
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 4, 2026

@pablomendezroyo pablomendezroyo merged commit a9d0094 into develop Mar 4, 2026
9 checks passed
@pablomendezroyo pablomendezroyo deleted the pablo/add-ipfs-remote-startup branch March 4, 2026 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants