Github hosting question #101
-
Hello, I have just set up a cloud VM to host an image which points to one of my repositories where I am uploading builds as releases. However, I was wondering if the updater app will download the data through my VM, or will it download it directly from Github? I ask because I have to pay for every GB of download, and I'd like to share my builds with the community, but also don't want to be ruined by too many people downloading my 1.3GB update files... I have a feeling due to the cache mechanism being used that the updater app downloads directly from the VM, and it only goes to Github to download the file which it then relays to the updater, but thought it couldn't hurt to ask :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, As per #85 description AFAIK it should cache only the release information ( a JSON payload ) to avoid querying the Github API everytime a request is made, but the files to be downloaded would still live on Github and the direct links would come from Github's release asset links ( the Github CDN ). But I'd also wait for @toolstack feedback on this just to have a double confirmation. Hope this answers your question. Enjoy using LineageOTA. BR, |
Beta Was this translation helpful? Give feedback.
-
Thank you both for answering!
Sent from Proton Mail mobile
…-------- Original Message --------
On Nov 26, 2022, 17:36, Julian Xhokaxhiu wrote:
Thanks a lot for coming back ***@***.***(https://github.com/toolstack)
—
Reply to this email directly, [view it on GitHub](#101 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ADNTFCDE5ZTCSGIX5N5CZADWKI4CNANCNFSM6AAAAAASLXK2JM).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Hi,
As per #85 description AFAIK it should cache only the release information ( a JSON payload ) to avoid querying the Github API everytime a request is made, but the files to be downloaded would still live on Github and the direct links would come from Github's release asset links ( the Github CDN ). But I'd also wait for @toolstack feedback on this just to have a double confirmation.
Hope this answers your question. Enjoy using LineageOTA.
BR,
Julian