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

Added support for a new env variable that sets the listen port #76

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

Commits on Nov 7, 2022

  1. Added support for a new env variable that sets the listen port

    This will enable vsftpd to set listen port higher than 1024 if required
    so that we can run the container using podman in rootless mode.
    osadalakmal committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0d0b1e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d04ae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0323bee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3140f90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee9b89f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Added shellcheck as a github action

    Also fixed the issues identified by running shellcheck manually.
    osadalakmal committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    76da763 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. corrected syntax

    osadalakmal authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    1dbc885 View commit details
    Browse the repository at this point in the history
  2. Add env as well

    osadalakmal authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    18c95e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Merge pull request #1 from osadalakmal/add-shellcheck

    Added shellcheck as a github action
    osadalakmal authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    3ff2da4 View commit details
    Browse the repository at this point in the history