[GH-ISSUE #872] [FEATURE REQUEST] Enhanced Registry Authentication Templates #11124

Open
opened 2026-05-12 21:26:46 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @Samaze123 on GitHub (Sep 22, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/872

Feature Request: Enhanced Registry Authentication Templates

Summary

Add pre-configured templates and documentation for common container registry providers to improve the authentication setup experience.

Problem

When connecting different registry accounts (Docker Hub, GitHub, LinuxServer, etc.) to improve rate limiting for update checks, the configuration process requires multiple attempts and documentation research. Specific domain formats and credential requirements aren't always intuitive (e.g., whether to use https://registry-1.docker.io or simply https://docker.io).

Proposed Solution

Add template configurations for major registry providers in the settings UI, including short explanatory text for each field explaining where to find or generate the required credentials.

Registry Configuration Reference Table

Provider Domain Username Token/Password
Docker Hub https://docker.io Docker ID (Find at app.docker.com) Generate at Docker Access Tokens
GitHub https://ghcr.io GitHub username Generate at GitHub Tokens
LinuxServer https://ghcr.io GitHub username GitHub Personal Access Token

Additional Context

This enhancement would significantly improve user experience during initial setup and reduce the trial-and-error process currently required.

Originally created by @Samaze123 on GitHub (Sep 22, 2025). Original GitHub issue: https://github.com/moghtech/komodo/issues/872 # Feature Request: Enhanced Registry Authentication Templates ## Summary Add pre-configured templates and documentation for common container registry providers to improve the authentication setup experience. ## Problem When connecting different registry accounts (Docker Hub, GitHub, LinuxServer, etc.) to improve rate limiting for update checks, the configuration process requires multiple attempts and documentation research. Specific domain formats and credential requirements aren't always intuitive (e.g., whether to use `https://registry-1.docker.io` or simply `https://docker.io`). ## Proposed Solution Add template configurations for major registry providers in the settings UI, including short explanatory text for each field explaining where to find or generate the required credentials. ## Registry Configuration Reference Table | Provider | Domain | Username | Token/Password | | ----------- | ------------------- | ------------------------------------------------------------ | ----------------------------------------------------------------------------------- | | Docker Hub | `https://docker.io` | Docker ID (Find at [app.docker.com](https://app.docker.com)) | Generate at [Docker Access Tokens](https://docs.docker.com/security/access-tokens/) | | GitHub | `https://ghcr.io` | GitHub username | Generate at [GitHub Tokens](https://github.com/settings/tokens) | | LinuxServer | `https://ghcr.io` | GitHub username | GitHub Personal Access Token | ## Additional Context This enhancement would significantly improve user experience during initial setup and reduce the trial-and-error process currently required.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#11124