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

Fix command parsing, add env var, host entry #264

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Commits on Mar 28, 2024

  1. Fix command parsing, add env var, host entry

    - Fixes handling of target applications with spaces in the name. This
      applies for the target application and also postup and predown host
      scripts. Fixes issue #259
    - Add argument handling for postup and predown scripts, so these can be
      passed arguments now.
    - Add `vopono.host` entry to the hosts file in the network namespace
      with the `$VOPONO_HOST_IP` if `--allow-host-access` is used. This
      allows you to access services on the host at `http://vopono.host:80`
      etc. from inside the network namespace. Addresses issue #262
    - Add `$VOPONO_FORWARDED_PORT` environment variable if
      `--port-forwarding` or `--custom-port-forwarding` are used for
      provider port forwarding. Addresses issue #260
    - Added details on Plex port forwarding configuration to the
      USERGUIDE.md
    jamesmcm committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5eea56e View commit details
    Browse the repository at this point in the history