Skip to content

ByparrΒ #1113

@luismco

Description

@luismco

Name of the Script

Byparr

πŸ“‹ Script Details

Description

Adds Byparr, an open-source and self-hosted alternative to FlareSolverr.

πŸ”— Related PR / Issue

#2959
#2960

βœ… Prerequisites

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No breaking changes – Existing functionality remains intact.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

πŸ“‹ Additional Information

  • Currently waiting for the logo to be uploaded to selfhst Byparr (Pending develoer)Β selfhst/icons#560
  • There's currently an issue when using the cleanup_lxc function at the end of the install script:
    • The function runs if command -v uv &>/dev/null; then $STD uv cache clear || true; fi and get's an error because the correct command is uv cache clean, as per https://docs.astral.sh/uv/concepts/cache/ - I can open a separate issue for this, if nedded.
    • I don't know about other scripts using uv, but since uv run is used to start this specific application, it also can't modify the cache while the application is running. It's ok to not use the cleanup_lxc function at all or it's best to stop the service and start it again after the cleanup_lxc function is called?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions