Ah. In this case it would work, since both projects are in `ui/` subpath.
On Mon, 11 Aug 2025 at 12:19, Fabian Grünbichler <[email protected]> wrote: > > On August 8, 2025 9:17 pm, Kamil Trzcinski wrote: > > Submodules refer to private git+ssh url. > > Use git.proxmox.com equivalents. > > --- > > .gitmodules | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/.gitmodules b/.gitmodules > > index fd84194..0e2d332 100644 > > --- a/.gitmodules > > +++ b/.gitmodules > > @@ -1,6 +1,6 @@ > > [submodule "pwt-assets"] > > path = pwt-assets > > - url = > > [email protected]:yew/proxmox-yew-widget-toolkit-assets > > + url = > > git://git.proxmox.com/git/ui/proxmox-yew-widget-toolkit-assets.git > > we often use relative urls that work for both servers, but I am not sure > whether that would work here.. > > @Dietmar: thoughts? > > > [submodule "proxmox-api-types"] > > path = proxmox-api-types > > - url = [email protected]:/rust/proxmox-api-types > > + url = git://git.proxmox.com/git/proxmox-api-types.git > > -- > > 2.39.5 > > > > > > _______________________________________________ > > pve-devel mailing list > > [email protected] > > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel > > > > > > > > > _______________________________________________ > pve-devel mailing list > [email protected] > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel > _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
