Releases widget rate limited by GitHub

Hey folks!! I'm getting an error with the new (and absolutely incredible) releases widget. Is there any way to resolve this? I have a github account and would love to authenticate it to increase my rate limit, but that doesn't seem supported within the widget just yet. ``` { "message": "API rate limit exceeded for {my_IP}. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)", "documentation_url": "https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting" }
GitHub Docs
Getting started with the REST API - GitHub Docs
Learn how to use the GitHub REST API.
No description
Solution:
Please submit a feature request on GitHub. We do not accept feature requests via discord.
Jump to solution
9 Replies
Cakey Bot
Cakey Bot4mo ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
JJMonester
JJMonesterOP4mo ago
Operating system: Synology DS-423+, on DSM 7.2.2-72806 Update 3. Homarr: 1.20.0 Configuration:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:v1.20.0
restart: unless-stopped
volumes:
- ./homarr:/appdata
environment:
- SECRET_ENCRYPTION_KEY={my_precious}
- DOCKER_HOSTNAMES=socket-proxy
- DOCKER_PORTS=2375
ports:
- '5006:7575'
security_opt: #new
- no-new-privileges:true
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:v1.20.0
restart: unless-stopped
volumes:
- ./homarr:/appdata
environment:
- SECRET_ENCRYPTION_KEY={my_precious}
- DOCKER_HOSTNAMES=socket-proxy
- DOCKER_PORTS=2375
ports:
- '5006:7575'
security_opt: #new
- no-new-privileges:true
Other relevant information: - Running within a compose project in Synology's Container Manager.
No description
Solution
Manicraft1001
Manicraft10014mo ago
Please submit a feature request on GitHub. We do not accept feature requests via discord.
JJMonester
JJMonesterOP4mo ago
Isn't this a bug request? I'd love to know if there's something in the compose file to fix this Or if it's just a matter of adding different providers
JJMonester
JJMonesterOP4mo ago
Regardless, submitted 🙂 https://github.com/homarr-labs/homarr/issues/3137 Feel free to close this. Thanks!
GitHub
bug: Releases widget rate limited by GitHub · Issue #3137 · homar...
Describe the bug Hey folks!! I'm getting an error with the new (and absolutely incredible) releases widget. The error I'm getting (below) seems to say that GitHub has rate limited the reque...
Manicraft1001
Manicraft10014mo ago
Bugs also need to be reported to GitHub. And no, this is a feature, not a bug, since it works in the intended way and additional work needs to be done to support authentication.
Manicraft1001
Manicraft10014mo ago
Thanks for submitting the issue. Let us know if you have any other questions or problems. Thanks
c137trooper
c137trooper2mo ago
I am now encountering this. Has this been implemented (the fix, of this not bug I guess)?
Meierschlumpf
Meierschlumpf2mo ago
Not yet, but somebody is working on it and it we be part of one of the neyt few releases

Did you find this page helpful?