Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pydonate for recaptcha #286

Merged
merged 1 commit into from
Dec 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 26 additions & 20 deletions group_vars/m5_noisebridge_net/pydonate-secrets.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
$ANSIBLE_VAULT;1.1;AES256
38626435643962356563333762363764326235353064323739316262306439363165393036306362
3361323637396266646366323138306361613238393562360a363633393738656139306337316336
34336161646337653432323539666339313961333737366133323537663764343837303437626132
3265336433633662620a653832636539653231303538343137333565343533383265303738623265
36306431653034626532306137316662633863336166363738343738656238383663313832333931
62653966663866376262386137363336333731373333393433303364646334613935653062343335
38313864346566353766613364643633356638383234626334656262373034366234396663616332
30386463656665386639356662303231616464353364663333313165346634356236353965333861
35666362303330356165353466373235646336666230356435376634356434363933623430356234
61623064333835636466343437363863303038656631353665633232356663376562303563316433
35613662373736363563346531323532336436646161313434633530626539656537353830623937
32653738613332343536663637353739346337643463363637363038343035326565373761633265
36336163643331313665666136373165663737373462373238336361366132393765303632313731
38633234376263643361323932343136316239616266643337383632653034386232633938653537
37393431363339363035383039376331323039363562616161396363393962366461656333663166
36623731343363626462366432396339653239313562343333366336633235343635626237613030
64633931613762393662333466656463663938346234303765326332373933363733373232353031
36353835656432393730613564336561623666396530363162306636666563373039616432333163
33336363343430323463663535363534323866346530376332623137613566383765613833326263
62343530383335393430
63636234373436346366616331663162346530623964386236663461353637323136333063333063
3834393930613761336631373365333566373631373132320a306464393537653236613537393030
32636139643732333365616666353166316264353432323861623439333432336331623838636239
3632316362336366330a646431316133386135396562313930343131393766313735393236366332
32616164346434323235303739313435623839643834666263666361303734663434343731613363
37333961323735363737613836333663303037343266633036303930363761653561633362343464
62376234323939346666623334336135623539313631363464613534383433623937623363646537
62343566626464616530363531633838356235643064393934636334633061623261656139653333
66616631313738636233633061306366326339663831363438353033646564613266633066643038
31386665356335313434343334616236626337613530333339653766633761326434613939613466
66393963656264356663653063626665353435656537666465653564333732356439333131393636
66373332336465363731613764643638323432386438643530393633613963343264303633373662
39643032346265363239396464666435663137393563653135303564333833396433393331373135
33656232396132323231356264376238626161323763653134653362393531323261376630623532
36646636646364386639373633376334623636616134356339316465616437303237356638313336
34633435326235393037323561663436626432316239366436666663323931353966333365656434
66363033386561316561333463653235333464616465353736313835393631313564383230653730
30393366313566653930316230316264633932613566333165363066373538343133366162396238
63656134313736646438643738326563373435323530383735643566623733633132396365666364
66313038633636646333336633376139373139623764653838303537336163323231623265636632
32613032386436613332613537346532356336613961386634373630323338646230653631373665
66623533653164643765303830346434333061353831646263623161393535616231333065326366
34376464653466366435633964646261353366616463353436333532353935633337663338653738
65663437646333366130663136636232373363386230346136393465643936386337353031373336
37383366376131656435353961333564613662323262616430633066663163363638316236313764
3561643561363733396539643633313637633437393631663338
2 changes: 1 addition & 1 deletion group_vars/m5_noisebridge_net/pydonate.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
pydonate_version: a8df070f164f6fa666a1a1e748f2db9941beb54f
pydonate_version: 2710fa94082451bc8654116a89d5e22d4448d8aa
1 change: 1 addition & 0 deletions roles/pydonate/templates/pydonate.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ User={{ pydonate_user }}
Group={{ pydonate_user }}
Environment="FLASK_APP={{ pydonate_base }}/autoapp.py"
Environment="DONATE_DOTENV={{ pydonate_dotenv }}"
Environment="RECAPTCHA_SECRET_KEY={{ pydonate_config.secrets.recaptcha_secret_key }}"

[Install]
WantedBy=multi-user.target