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

add port forwarding to omv.yaml #103

Open
goern opened this issue Aug 3, 2015 · 2 comments
Open

add port forwarding to omv.yaml #103

goern opened this issue Aug 3, 2015 · 2 comments

Comments

@goern
Copy link
Contributor

goern commented Aug 3, 2015

As a section to omv.yaml so that portforwarding could be configured by Oh-My-Vagrant. This will complement vfwd. Something like

forward:
  8443:master:8433
  80:master:8080

would be nice.

@purpleidea
Copy link
Owner

@goern agreed. Patches welcome :)

@purpleidea
Copy link
Owner

Bonus points if the values support simple math expressions, so you can do things like:

forward:
    8443+$i:omv$i:80+$i

so that you don't have to add N entries, for count: N
In fact, this could be done with a simplistic string parser (string.endswith+$i) sort of thing...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants