Skip to content

Conversation

@jpillora
Copy link
Owner

@jpillora jpillora commented Apr 18, 2025

Fixes #34


For more details, open the Copilot Workspace session.

@jpillora jpillora requested a review from Copilot April 18, 2025 11:04
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements the "Custom Peer ID" feature to enable users to set a custom Peer ID for their configuration.

  • Added an input field for Peer ID in the configuration HTML template.
  • Updated the engine configuration logic to include the custom Peer ID when specified.
  • Extended the configuration struct in Go to support the Peer ID field.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
static/files/template/config.html Added a new field for users to input a custom Peer ID.
engine/engine.go Updated the configuration setup to use the custom Peer ID.
engine/config.go Extended the configuration struct with a new PeerID field.

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.

Feature: Custom Peer ID

2 participants