Page 1 of 1

Company-managed idf component registry

Posted: Fri Apr 14, 2023 8:37 am
by dbahrdt
We're currently in the process of splitting our projects into smaller components. The new idf-component-manager comes in handy to manage these components. So far we're using git repositories with respective urls to include dependencies. However it is not possible to specify version ranges for git-based dependencies. As a workaround we're using release branches.

The documentation mentions company-managed component registries. As I did not find any repository or documentation about how to setup my own component registry, I'm wondering if this will be published any time soon. Additionally I'm wondering whether some form authentication will be available.