-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
12 changed files
with
279 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.