Replies: 4 comments
-
|
Good idea. We could have a static site which is served from some CDN. |
Beta Was this translation helpful? Give feedback.
-
|
GitHub pages could be generated on release or something to create JSON or copy the API response. |
Beta Was this translation helpful? Give feedback.
-
|
The RV ruby release process could write the latest release details to a file "latest.json" which could be accessed via a GitHub page. |
Beta Was this translation helpful? Give feedback.
-
|
mm now that I see the use of the API. You can just generate a "latest.json" or "available_rubies.json" in the It can works too. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Now that I am testing a bit more this tool I am often facing this error:
I know I can configure a GitHub access token and
rvwill use it. But I think it can be still a problem for other people not using GitHub.For me for example, now I wanted to install Ruby in a RaspberryPI and faces this problem, so it means that I will set that token in my raspberry and every device I have at home for preventing it. Also, my ISP use CGNAT. So probably other people trying to install Ruby (Or just using GitHub Public API) using my same ISP can face that problem too. I was thinking in places like a school or universities too.
Well I think the solution can be a proxy under the domain of
rv.devthat you already have without the restrictions of GitHub API.I can be wrong too, I just leave it here as an idea because I am facing this problem right now ;)
Beta Was this translation helpful? Give feedback.
All reactions