This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
umbrel-dev
mirror of
https://github.com/lukechilds/umbrel-dev.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
9
Branches
7
Tags
70 KiB
Tree:
d83b637138
1.2.1
docker
fix-kernel-headers
improve-reliability
master
no-destroy-on-error
reduce-vm-resources
umbrel-beta
update-docker-compose
0.1.0
1.0.0
1.0.1
1.0.2
1.1.0
1.2.0
1.2.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd83b637138'
${ noResults }
umbrel-dev
/
Vagrantfile
5 lines
105 B
Raw
Normal View
History
Add Vagrantfile
5 years ago
Vagrant.configure(2) do |config|
config.vm.box = "debian/buster64"
config.vm.hostname = "umbrel"
end