host the chrome zip on my network
gubas opened this issue · 6 comments
gubas commented
I want to host the chrome zip on my network.
I think i can manage it with the "ChromiumUpdateUrl" parameter.
But how can i do it ?
gubas commented
Because i want to keep some version on my network.
And sometimes i didn't have internet on some parts on my network.
@woolyss, can you help me ?
henrypp commented
you need hosting (localhost for start is okay) for create REST API script and some programming skills.
"chromiumupdateurl" is url to your script. (important notice: all percent-formating operand (%d, %s) ang GET arguments need to be ordered as in chrlauncher.ini example).
returned data is single string as "key:val" with semicolon delimeter.
for example you can open "chromiumupdateurl" with replaced percents as %d to 32 or 64 and %s to <any of build type> (all values in chrlauncher.ini).
i cannot post any better example for some time, but all is simple.
gubas commented
thank you, it works like a charm 👍
TPS commented
saxobroko commented
how do i do this with a github download link?