mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-29 23:26:55 +00:00
Use a CNAME to redirect to the correct CDN for metadata
The current CDN (~$100/month) is kindly sponsored by Amazon, but that won't last forever. In the future we can switch to a 'dumb' provider like BunnyCDN for 1/10th of the cost. Use a CNAME we control to make switching CDN providers easy in the future.
This commit is contained in:
parent
a0f9f619ca
commit
4ee0836ff3
@ -4,7 +4,7 @@
|
|||||||
Enabled=false
|
Enabled=false
|
||||||
Title=Linux Vendor Firmware Service (testing)
|
Title=Linux Vendor Firmware Service (testing)
|
||||||
Keyring=gpg
|
Keyring=gpg
|
||||||
MetadataURI=https://s3.amazonaws.com/lvfsbucket/downloads/firmware-testing.xml.gz
|
MetadataURI=https://cdn.fwupd.org/downloads/firmware-testing.xml.gz
|
||||||
ReportURI=https://fwupd.org/lvfs/firmware/report
|
ReportURI=https://fwupd.org/lvfs/firmware/report
|
||||||
Username=
|
Username=
|
||||||
Password=
|
Password=
|
||||||
|
@ -4,6 +4,6 @@
|
|||||||
Enabled=true
|
Enabled=true
|
||||||
Title=Linux Vendor Firmware Service
|
Title=Linux Vendor Firmware Service
|
||||||
Keyring=gpg
|
Keyring=gpg
|
||||||
MetadataURI=https://s3.amazonaws.com/lvfsbucket/downloads/firmware.xml.gz
|
MetadataURI=https://cdn.fwupd.org/downloads/firmware.xml.gz
|
||||||
ReportURI=https://fwupd.org/lvfs/firmware/report
|
ReportURI=https://fwupd.org/lvfs/firmware/report
|
||||||
OrderBefore=fwupd
|
OrderBefore=fwupd
|
||||||
|
Loading…
Reference in New Issue
Block a user