Skip to content

Reliability: Hard-coded Python port range (5000-5100) may conflict with other services, should be configurable #206

@anshul23102

Description

@anshul23102

Problem

Port range hardcoded 5000-5100 (main.js lines 16-17). May conflict with other services using these ports.


Recommended Solution

Make ports configurable:

const DEFAULT_PORT = parseInt(process.env.DEVSHELL_DEFAULT_PORT || '5000', 10);
const MAX_SCAN_PORT = parseInt(process.env.DEVSHELL_MAX_PORT || '5100', 10);

Program Template

  • GSSoC '26

Suggested Labels

configuration, port-management, gssoc-eligible
EOF
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions