Remix.run Logo
worldsayshi 3 days ago

> Don't use ghcr for anything

What is the alternative for small budget private code projects?

TheDong 3 days ago | parent [-]

Assuming you're not distributing container images to a huge number of people, you can just run your own docker registry with a hard-to typo name. It costs hardly anything to do: https://github.com/cloudflare/serverless-registry

worldsayshi 3 days ago | parent [-]

Yeah I've been thinking about doing this and I probably will. I just have a tendency to scope creep my own projects and I just decided that maybe I should just use ghcr since it's free.