Multiple conan registries and the package install instructions #11683

Open
opened 2025-11-02 09:44:36 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @lukester1975 on GitHub (Sep 20, 2023).

Feature Description

Hi

I think it would be better if the package install instructions on a conan package page use the org name for the conan remote name, rather than gitea, since as soon as you have multiple orgs the instructions conflict. I.e.

Setup this registry from the command line:
conan remote add gitea https://somehost/api/packages/myorg/conan

->

Setup this registry from the command line:
conan remote add myorg https://somehost/api/packages/myorg/conan

Super trivial but I can PR this 30207877dc if you agree.

Thanks

Screenshots

No response

Originally created by @lukester1975 on GitHub (Sep 20, 2023). ### Feature Description Hi I think it would be better if the package install instructions on a conan package page use the org name for the conan remote name, rather than `gitea`, since as soon as you have multiple orgs the instructions conflict. I.e. ``` Setup this registry from the command line: conan remote add gitea https://somehost/api/packages/myorg/conan ``` -> ``` Setup this registry from the command line: conan remote add myorg https://somehost/api/packages/myorg/conan ``` Super trivial but I can PR this https://github.com/lukester1975/gitea/commit/30207877dc61b014bed44ce19aea3bc9a398c66e if you agree. Thanks ### Screenshots _No response_
GiteaMirror added the type/proposal label 2025-11-02 09:44:36 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#11683