Questions tagged [vagrant-share]

Vagrant Share allows you to share your Vagrant environment with anyone in the world, enabling collaboration directly in your Vagrant environment in almost any network environment with just a single command: `vagrant share`.

Vagrant Share allows you to share your Vagrant environment with anyone in the world, enabling collaboration directly in your Vagrant environment in almost any network environment with just a single command:

vagrant share

https://www.vagrantup.com/docs/share/

10 questions
14
votes
5 answers

Laravel and ngrok: url domain is not correct for routes and assets

My setup: Homestead on Mac OSX with multiple sites configured I have one site setup using domfit.test as the local domain (auto mapped using hostsupdater) My problem: If I vagrant ssh, and then share domfit.test I get a random generated ngrok url…
Dominic Williams
  • 1,538
  • 2
  • 13
  • 17
5
votes
1 answer

Vagrant share throwing "No space left on device" error

I am trying to share my vagrant using ssh. During the sharing process it creates a new virtual machine and trying to copy the VBoxGuestAdditions.iso file to it, but it throwing "No space left on device (RuntimeError)" exception. Because it is a new…
SANN3
  • 9,459
  • 6
  • 61
  • 97
2
votes
1 answer

How to share a vagrant machine with https

I have a working vagrant VM I want to Share. In my Vagrantfile I have: config.vm.network "forwarded_port", guest: 80, host: 8080 config.vm.network "private_network", ip: "192.168.1.15" config.vm.network "forwarded_port", guest: 443, host: 443 in…
user3174311
  • 1,714
  • 5
  • 28
  • 66
1
vote
1 answer

vagrant-share plugin installation error -- fog-core gem mismatch

I'm learning Vagrant's vagrant-share plugin and ran into a Bundler error: "conflicting dependencies fog-core (~> 1.43.0) and fog-core (= 1.45.0). activated fog-core-1.45.0 which does not match conflicting dependency (~> 1.43.0)." I've uninstalled…
Brian Piercy
  • 631
  • 1
  • 7
  • 22
1
vote
0 answers

Vagrant: Is there a Vagrant Share hook

I am using Magento which creates its urls based on a base_url, what I want to achieve is to automate the modification of this base_url based on the url returned from Atlas when starting a Vagrant share session. Looking into the vagrant…
Nathan Day
  • 11
  • 1
0
votes
1 answer

How to acees the exact total memory from vagrant VM

Ex : here I am able to see the base memory in vagrant machine 11800 Is there any Linux or any other command to extract this memory value it should retrive 11800
0
votes
1 answer

Why are my styles showing up on desktop view but not showing up on a physical device when running "share abc123.com" inside Vagrant box?

Anyone have any idea why whenever I run share abc123.com while in my Vagrabt box, the ngrok URL won't display styles on a physical device but does display styles on a desktop view? I've connected my iPhone to my Macbook to check Safari if my style…
someone
  • 83
  • 6
0
votes
1 answer

How to protect vagrant virtual box with password?

I'm using vagrant to provide some APIs to my clients (using high computational power) so some of my clients want to run these boxes on their own machines and willing to pay well this source code is my whole business so how can I protect this source…
0
votes
1 answer

Vagrant folder sync not working correctly. Seeing the files but PHP cant detect function (does work on different enviroment)

Just got a new Ubunut Laptop with an SSD. Trying to run my project on Vagrant which works on my desktop (with normal hdd) but I am not able to run it on this laptop. I am getting weird error that php function can not be found. Futher investigation…
NashPL
  • 461
  • 1
  • 4
  • 19
0
votes
1 answer

Vagrant Share - Laravel Homestead, Ubuntu

When I run vagrant share id-goes-here --http 80, the terminal gets stuck and it does not show me a URL: ==> homestead-7: Detecting network information for machine... homestead-7: Local machine address: 127.0.0.1 homestead-7: …
padawanTony
  • 1,348
  • 2
  • 22
  • 41