1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-24 17:06:24 -07:00

Add basic captcha support

This commit is contained in:
Eggbertx 2019-11-24 14:42:39 -08:00
parent 9a247cc7b2
commit 21e01d7708
15 changed files with 292 additions and 46 deletions

3
vagrant/Vagrantfile vendored
View file

@ -16,6 +16,7 @@ Vagrant.configure("2") do |config|
end
config.vm.provision :shell, path: "bootstrap.sh", env: {
:DBTYPE => DBTYPE
:DBTYPE => DBTYPE,
:FROMDOCKER => ""
}, args: "install"
end