websites/d…and…t: Configure formsubmit
To handle the RSVP form on *dustinandtabitha.com*, we are going to use *formsubmit*. It runs on the same machine that hosts the website, so there's no dealing with CORS. The */submit/rsvp* path, which is proxied to the backend, is the RSVP form's target.
This commit is contained in:
10
roles/websites/dustinandtabitha.com/vars/main.yml
Normal file
10
roles/websites/dustinandtabitha.com/vars/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
dustinandtabitha_formsubmit:
|
||||
csvfile: /srv/www/dustinandtabitha/data/rsvp.csv
|
||||
defaults:
|
||||
adult: 0
|
||||
preschool: 0
|
||||
school: 0
|
||||
matrix:
|
||||
homeserver: hatch.chat
|
||||
room: '!qJoqJkHxCHgDSTZwwX:hatch.chat'
|
||||
access_token: '{{ dustinandtabitha_formsubmit_matrix_token }}'
|
||||
Reference in New Issue
Block a user