mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-03 05:24:29 +00:00
Merge pull request #204 from glitch-soc/with-mastodon-go
Introducing: Mastodon GO!
This commit is contained in:
commit
73bf0ea7d1
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -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
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
|
||||
|
|
1
app/javascript/themes/mastodon-go
Submodule
1
app/javascript/themes/mastodon-go
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 1ba394d1d7c38fd92159548824d1ba42719df6c3
|
Loading…
Reference in a new issue