wordpress icon indicating copy to clipboard operation
wordpress copied to clipboard

Rephrase config.yml 'avahi: true' option

Open l3ku opened this issue 6 years ago • 1 comments

The actual meaning of the option is currently to expose the Vagrant box on OS X to the local network via bridge interface: https://github.com/Seravo/wordpress/blob/54b867da64991451487fee23fbef0f41d6ffbd19/Vagrantfile#L89-L99 As we currently already always use Avahi in the box by default, we should maybe rephrase this option to be more logical, like public: true, bridge: true or something else. We could also consider either dropping this feature or also enable the feature for Linux depending on the actual value this feature currently provides for our customers.

l3ku avatar Oct 18 '19 15:10 l3ku

The question is, what would be a better name then? If it is changed, it needs to be coordinated so that the Vagrantfile, config-example.yml in the project template and also scripts inside the Vagrant box all update at the same time, and there needs to be enough documentation in place so those who use the current setting name knows to update their config.yml files.

ottok avatar Jan 27 '21 13:01 ottok