Skip to content

Add Docker Registry support for private images#928

Open
altendorfme wants to merge 2 commits intolouislam:masterfrom
altendorfme:master
Open

Add Docker Registry support for private images#928
altendorfme wants to merge 2 commits intolouislam:masterfrom
altendorfme:master

Conversation

@altendorfme
Copy link
Copy Markdown
Contributor

@altendorfme altendorfme commented Feb 24, 2026

  • I have read and understand the pull request rules.

Description

Adds support for Docker registry authentication, so users can pull images from private registries.

What’s included:

  1. Backend support for managing registry credentials:
  • New socket handlers to add, update, and remove registries
  • Secure storage of registry credentials in the settings database
  • Automatic authentication before pulling images during updates
  1. Authentication features:
  • Support for multiple registry configurations
  • Enable/disable specific registries
  • Support for insecure registry connections
  • Safe handling of registry tokens with sanitized messages
  1. Integration with the existing stack update flow:
  • Keeps full backward compatibility with public images
  • This makes it easier to work with private Docker images in Dockge

Type of change

  • New feature (non-breaking change which adds functionality)

Screenshots

image

Checklist

  • My code follows the style guidelines of this project
  • I ran ESLint and other linters for modified files
  • I have performed a self-review of my own code and tested it
  • I have commented my code, particularly in hard-to-understand areas (including JSDoc for methods)
  • My changes generate no new warnings
  • My code needed automated testing. I have added them (this is optional task)

@altendorfme
Copy link
Copy Markdown
Contributor Author

Add dark mode table support:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant