this post was submitted on 21 Feb 2025
259 points (100.0% liked)

Selfhosted

61708 readers
744 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

AFAIK every NAS just uses unauthenticated connections to pull containers, I'm not sure how many actually allow you to log in even (raising the limit to a whopping 40 per hour).

So hopefully systems like /r/unRAID handle the throttling gracefully when clicking "update all".

Anyone have ideas on how to set up a local docker hub proxy to keep the most common containers on-site instead of hitting docker hub every time?

you are viewing a single comment's thread
view the rest of the comments
[–] Dunstabzugshaubitze@feddit.org 20 points 2 years ago (1 children)

https://distribution.github.io/distribution/

is an opensource implementation of a registry.

you could also self host something like gitlab, which bundles this or sonatype nexus which can serve as a repository for several kinds of artifacts including container images.

[–] PassingThrough@lemm.ee 8 points 2 years ago (3 children)

Gitea and therefore Forgejo also have container registry functionality, I use that for private builds.

[–] possiblylinux127@lemmy.zip 3 points 2 years ago

Codeberg as woodpecker CI

[–] macattack@lemmy.world 3 points 2 years ago

Jumping on the forgejo love train

[–] Dunstabzugshaubitze@feddit.org 2 points 2 years ago

oh, thats good to know, forgejo seems way nicer for self hosting than the limited gitlab open source core.