Introducing: Mastodon GO!

master
kibigo! 7 years ago
parent 516eeeb43d
commit 276432790a
  1. 3
      .gitmodules
  2. 2
      Vagrantfile
  3. 1
      app/javascript/themes/mastodon-go

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "app/javascript/themes/mastodon-go"]
path = app/javascript/themes/mastodon-go
url = https://github.com/marrus-sh/mastodon-go

2
Vagrantfile vendored

@ -83,7 +83,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provider :virtualbox do |vb|
vb.name = "mastodon"
vb.customize ["modifyvm", :id, "--memory", "2048"]
vb.customize ["modifyvm", :id, "--memory", "4096"]
# Disable VirtualBox DNS proxy to skip long-delay IPv6 resolutions.
# https://github.com/mitchellh/vagrant/issues/1172

@ -0,0 +1 @@
Subproject commit 1ba394d1d7c38fd92159548824d1ba42719df6c3
Loading…
Cancel
Save