chore(release): keep SFU sidecar download on Forgejo (git.blax.at), not GitHub
We host the canonical package on our own Forgejo for independence; Packagist indexes it from there. The prebuilt binary ships committed in rust/dist/ and is resolved before any download, so this URL is only the cross-platform fallback. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c0b43ed84d
commit
4a00173c74
|
|
@ -68,12 +68,12 @@ return [
|
||||||
'version' => env('WEBRTC_SFU_VERSION'), // default: the version pinned by this package
|
'version' => env('WEBRTC_SFU_VERSION'), // default: the version pinned by this package
|
||||||
'download_url' => env(
|
'download_url' => env(
|
||||||
'WEBRTC_SFU_DOWNLOAD_URL',
|
'WEBRTC_SFU_DOWNLOAD_URL',
|
||||||
'https://github.com/blax-software/laravel-webrtc/releases/download/{version}/blax-webrtc-sfu-{platform}',
|
'https://git.blax.at/blax-software/laravel-webrtc/releases/download/{version}/blax-webrtc-sfu-{platform}',
|
||||||
),
|
),
|
||||||
// sha256 verification is REQUIRED when set; null opts out explicitly.
|
// sha256 verification is REQUIRED when set; null opts out explicitly.
|
||||||
'checksum_url' => env(
|
'checksum_url' => env(
|
||||||
'WEBRTC_SFU_CHECKSUM_URL',
|
'WEBRTC_SFU_CHECKSUM_URL',
|
||||||
'https://github.com/blax-software/laravel-webrtc/releases/download/{version}/blax-webrtc-sfu-{platform}.sha256',
|
'https://git.blax.at/blax-software/laravel-webrtc/releases/download/{version}/blax-webrtc-sfu-{platform}.sha256',
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue