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:
parent
9a247cc7b2
commit
21e01d7708
15 changed files with 292 additions and 46 deletions
3
vagrant/Vagrantfile
vendored
3
vagrant/Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue