this post was submitted on 14 May 2025
322 points (99.4% liked)

Programming

20182 readers
219 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

An update from GitHub: https://github.com/orgs/community/discussions/159123#discussioncomment-13148279

The rates are here: https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28

  • 60 req/hour for unauthenticated users
  • 5000 req/hour for authenticated - personal
  • 15000 req/hour for authenticated - enterprise org
you are viewing a single comment's thread
view the rest of the comments
[–] ArsonButCute@lemmy.dbzer0.com 11 points 1 day ago (2 children)

THIS is why I clone all my commonly used Repos to my personal gitea instance.

[–] SmoothLiquidation@lemmy.world 7 points 1 day ago (1 children)

I recently switched my instance from gitea to forgejo because everyone said to do it and it was easy to do.

[–] lazynooblet@lazysoci.al 3 points 1 day ago (1 children)
[–] emmanuel_car@fedia.io 10 points 1 day ago

Mostly people stopped telling them to do it, I guess 🤷‍♂️

[–] douglasg14b@lemmy.world 2 points 1 day ago (1 children)

That's actually kind of an interesting idea.

Is there a reasonable way that I could host my own ui that will keep various repos. I care about cloned and always up to date automatically?

Afict, you should be able to follow the instructions for migrating the repo and it will clone it to your instance and track for updates. It's been a minute since I've read up on it though