Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to set user and password using environment variables at runtime #426

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Feb 11, 2024

  1. Update reset-password.ts

    You can use a variable in order to set password value : 
    docker exec -e PASSWORD=value -it dockge npm run reset-password
    and you still have the standard behavior when no PASSWORD provided : 
    docker exec -it dockge npm run reset-password
    laurentlemercier committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    4fe1625 View commit details
    Browse the repository at this point in the history
  2. Update compose.yaml

    Usefull for interactive action within the container
    laurentlemercier committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    be72cdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff92223 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9615b84 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Update reset-password.ts

    Set User and Password (previous version had a bug).
    docker exec --e USER=uservalue -e PASSWORD=passwordvalue -it dockge npm run reset-password
    laurentlemercier committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    c451067 View commit details
    Browse the repository at this point in the history
  2. Update reset-password.ts

    Indent changes...
    laurentlemercier committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d5e8f17 View commit details
    Browse the repository at this point in the history
  3. Update reset-password.ts

    Spaces...
    laurentlemercier committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    8533d18 View commit details
    Browse the repository at this point in the history
  4. Update reset-password.ts

    Spaces...
    laurentlemercier committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    165a944 View commit details
    Browse the repository at this point in the history