Creating a custom registry

I am currently trying to use LocalRegistry and managed to

  • Create a new registry
  • Push it on a local NAS storage
  • Register packages into this registry
  • Push the modified registry

From there, I wanted to “share” this registry with some of my team members.
However, upon registry add <url_to_the_nas_registry_folder> it did not work at all, returning a git error.

My idea was that my teammates would only need to handle the registry in order to use / develop my packages, is this right or did i miss something ? For instance, is it reguired to use LocalPackageServer too ?