-
-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Description
Name of the Script
Byparr
π Script Details
Description
Adds Byparr, an open-source and self-hosted alternative to FlareSolverr.
π Related PR / Issue
β 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; fiand get's an error because the correct command isuv 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 runis 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?
- The function runs
Metadata
Metadata
Assignees
Labels
No labels