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

Docker image usability #2996

Merged
merged 5 commits into from
Feb 9, 2024

Commits on Feb 4, 2024

  1. Move Docker content directory to /mnt/content

    - unless overwritten, `/mnt/content` is just a symlink to `/content`
    mzuther committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    9e725c4 View commit details
    Browse the repository at this point in the history
  2. Add Docker directory for custom JavaScript files

    - the new directory is located at `/mnt/customization/js
    
    - this directory is automatically added to `custom.xml` on creation
    mzuther committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    0f08582 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Add Docker shell hook to customize config.xml

    - add directory `/mnt/customization/shell`
    
    - run `/mnt/customization/shell/gerbera_config.sh` whenever
      Gerbera creates `config.xml`
    mzuther committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ec210c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    59dd5f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Fix content directory in configuration (Docker)

    - improve readability of regular expressions for `sed`
    mzuther committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8c97ae6 View commit details
    Browse the repository at this point in the history