You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
It seems the addition of shellexpand broke the handling of spaces in the path for the exec command.
e.g.
Now fails.
The text was updated successfully, but these errors were encountered: