Skip to content

Comments

All: support env-based default credentials#73

Open
ohmyfelix wants to merge 3 commits intodockette:masterfrom
ohmyfelix:feat/default-credentials-env
Open

All: support env-based default credentials#73
ohmyfelix wants to merge 3 commits intodockette:masterfrom
ohmyfelix:feat/default-credentials-env

Conversation

@ohmyfelix
Copy link
Contributor

Summary

  • add runtime bootstrap in all image entrypoints to prefill Adminer login fields from ADMINER_DRIVER, ADMINER_SERVER, ADMINER_USERNAME, ADMINER_PASSWORD, and ADMINER_DB
  • support ADMINER_AUTOLOGIN (single client-side auto-submit attempt) and ADMINER_NAME (page title/heading override)
  • document all new login-related environment variables in README.md with a runnable example

Why

Issue #57 requests parity with older images that can prefill credentials and autologin from environment variables.

Verification

  • for f in adminer-*/entrypoint.sh; do bash -n "$f"; done
  • docker build/runtime validation could not be run in this environment because Docker daemon is unavailable (Cannot connect to the Docker daemon at unix:///var/run/docker.sock)

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant