chat.freenode.net #tryton log beginning Fri Sep 1 00:00:01 CEST 2017 | ||
2017-09-01 00:15 -!- thaneor1(~ldlc6@r179-25-171-115.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2017-09-01 00:20 -!- JosDzG(~Thunderbi@189.250.63.32) has joined #tryton | ||
2017-09-01 02:02 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2017-09-01 02:20 -!- JosDzG(~Thunderbi@189.250.63.32) has joined #tryton | ||
2017-09-01 03:49 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2017-09-01 03:53 -!- JosDzG(~Thunderbi@189.250.63.32) has joined #tryton | ||
2017-09-01 05:16 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2017-09-01 07:06 -!- JanGB(~jan@ipservice-092-208-133-033.092.208.pools.vodafone-ip.de) has joined #tryton | ||
2017-09-01 07:23 -!- JanGB(~jan@ipservice-092-208-133-033.092.208.pools.vodafone-ip.de) has joined #tryton | ||
2017-09-01 07:54 -!- JanGB(~jan@business-178-015-079-061.static.arcor-ip.net) has joined #tryton | ||
2017-09-01 08:20 -!- rpit(~rpit@2a02:908:e671:9f80:56ee:75ff:fe0d:d3c7) has joined #tryton | ||
2017-09-01 08:51 -!- Marleyx(~jordan@8.red-88-18-103.staticip.rima-tde.net) has joined #tryton | ||
2017-09-01 09:01 -!- hedererjs(~hedererjs@dig50-1-78-222-206-45.fbx.proxad.net) has joined #tryton | ||
2017-09-01 09:19 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | ||
2017-09-01 09:21 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2017-09-01 09:40 -!- Piiteri(~Piiteri@unaffiliated/piiteri) has joined #tryton | ||
2017-09-01 09:40 -!- Piiteri(~Piiteri@unaffiliated/piiteri) has left #tryton | ||
2017-09-01 09:46 -!- thaneor(~ldlc6@r179-25-171-115.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2017-09-01 09:51 -!- xcodinas(~xcodinas@134.ip-5-196-28.eu) has joined #tryton | ||
2017-09-01 09:51 -!- xcodinas(~xcodinas@unaffiliated/xcodinas) has joined #tryton | ||
2017-09-01 09:59 -!- meigallodixital(~meigallod@249.135.116.91.static.reverse-mundo-r.com) has joined #tryton | ||
2017-09-01 10:51 -!- semarie(~semarie@unaffiliated/semarie) has joined #tryton | ||
2017-09-01 11:05 -!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton | ||
2017-09-01 11:57 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | ||
2017-09-01 12:19 -!- thaneor(~ldlc6@r179-24-119-208.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2017-09-01 12:31 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2017-09-01 12:55 -!- rpit(~rpit@2a02:908:e671:9f80:56ee:75ff:fe0d:d3c7) has joined #tryton | ||
2017-09-01 13:13 -!- mariomop(~quassel@181.90.129.121) has joined #tryton | ||
2017-09-01 13:25 -!- csotelo(~csotelo@2001:1388:49c7:7699:77d4:51:efa6:96f9) has joined #tryton | ||
2017-09-01 14:00 -!- LordVan(~LordVan@gentoo/developer/LordVan) has joined #tryton | ||
2017-09-01 14:06 <LordVan> hi | ||
2017-09-01 14:07 <LordVan> quick question: are there any problems in using apache to forward requests to trytond using a reverse proxy? | ||
2017-09-01 14:09 <pokoli> LordVan: don't thing so | ||
2017-09-01 14:09 <pokoli> LordVan: indeed it will improve the performance to use a webserver + uwsgi server | ||
2017-09-01 14:10 <LordVan> cuz then i can run ith "through" my existing apache install with ssl as well | ||
2017-09-01 14:10 <LordVan> i haven'T looked into uwsgi yet | ||
2017-09-01 14:11 <pokoli> LordVan: there is a good thread about it on google groups: https://groups.google.com/d/msg/tryton-dev/GI2h2cSUG6A/KPd3lCiSAAAJ | ||
2017-09-01 14:11 <LordVan> ah tahnks - i was just going to look it up ;) | ||
2017-09-01 14:12 <LordVan> i have used gunicorn before with django stuff | ||
2017-09-01 14:15 <LordVan> hmm i am not sure if i will be needing that extra complexity for initially 3-4 concurrent users and later maybe 5-6 ^^ | ||
2017-09-01 14:15 <LordVan> but nice to know it can work liek taht | ||
2017-09-01 14:22 <pokoli> LordVan: the setup will be qutie similar to the django one | ||
2017-09-01 14:23 <LordVan> yeah i thought so | ||
2017-09-01 14:23 <LordVan> but i think for starters i am going to run without extra complexity (ie. reverse proxy in apache + trytond) | ||
2017-09-01 14:23 <LordVan> until i am confident everything works as i want | ||
2017-09-01 14:23 <LordVan> then i work on performance - if needed | ||
2017-09-01 14:25 <pokoli> LordVan: the main complexity is having a webserver in front, so proxy vs uwsgi it's moreless the same | ||
2017-09-01 14:25 <pokoli> s/uwsgi/wsgi/ | ||
2017-09-01 14:25 <pokoli> LordVan: but with wsgi you have the performance gains | ||
2017-09-01 14:26 <LordVan> pokoli, i want the proxy not for performance, but simply so taht i can also use it easier through vpn,.. | ||
2017-09-01 14:26 <LordVan> ie on a different network where i don't route everything | ||
2017-09-01 14:27 <pokoli> LordVan: that's up to you :) | ||
2017-09-01 14:27 <LordVan> yepp | ||
2017-09-01 14:27 <LordVan> ^^ | ||
2017-09-01 14:28 <pokoli> LordVan: in case you are interested, the flask website has a good documentation about deploying: http://flask.pocoo.org/docs/0.12/deploying/ | ||
2017-09-01 14:28 <pokoli> LordVan: then you should only change the flask imported function for the tryton one | ||
2017-09-01 14:28 <LordVan> :) thanks | ||
2017-09-01 14:29 <LordVan> yet again :d | ||
2017-09-01 14:29 <pokoli> LordVan: you are welcome | ||
2017-09-01 14:29 <LordVan> :) | ||
2017-09-01 14:30 <LordVan> hmm wasnT' ther esome tryton event some time soon? | ||
2017-09-01 14:33 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2017-09-01 15:01 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2017-09-01 15:23 -!- udono(~udono@023-059-210-188.ip-addr.inexio.net) has joined #tryton | ||
2017-09-01 15:43 -!- csotelo_at_work(~csotelo@179.43.97.56) has joined #tryton | ||
2017-09-01 16:00 <mrichez> hi, is there more informations about TUL2017 ? | ||
2017-09-01 16:06 <pokoli> hi, it's possible to extend then route decorator of stripe checkout? | ||
2017-09-01 16:07 <pokoli> I want to customize how the module behaves on a succefull checkout, this is a post method to this url: http://hg.tryton.org/modules/account_payment_stripe/file/a9a202467f9f/routes.py#l40 | ||
2017-09-01 16:08 <cedk> mrichez: we are waiting for one answer and we will be ready to make an announce | ||
2017-09-01 16:08 <mrichez> cedk: ok thanks :-) | ||
2017-09-01 16:08 <cedk> mrichez: probably next week but the dates are almost fixed: 7-10 December | ||
2017-09-01 16:09 <cedk> pokoli: not really, you should create a new route | ||
2017-09-01 16:09 <cedk> pokoli: but this checkout is more an example than a real use case | ||
2017-09-01 16:09 <mrichez> cedk: ok good to know. | ||
2017-09-01 16:10 <pokoli> cedk: I imagine, i'm just working on a PoC | ||
2017-09-01 16:15 <cedk> pokoli: what do you want to do? | ||
2017-09-01 16:18 <pokoli> cedk: once a stripe payment is suceed (I will need the webhooks patch here), a sale_subscription should be generated | ||
2017-09-01 16:18 <pokoli> cedk: and then invoice all the subscription invoices should be paid using the stripe customer details | ||
2017-09-01 16:19 <pokoli> something very common in SAAS companies. I imgine | ||
2017-09-01 16:19 -!- kstenger(~karla@r186-49-251-218.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2017-09-01 16:25 -!- JanGB(~jan@ipservice-092-208-133-033.092.208.pools.vodafone-ip.de) has joined #tryton | ||
2017-09-01 16:31 -!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton | ||
2017-09-01 16:36 <pokoli> at least I managed to process payment (easy part) now I need to test the weebhooks | ||
2017-09-01 17:00 <cedk> pokoli: You can just plug your code on the succeed transition of the payment | ||
2017-09-01 17:00 <cedk> and of course you need the webhooks | ||
2017-09-01 17:03 <pokoli> is thera eny problem with bugs.tryton.org? | ||
2017-09-01 17:03 <pokoli> i can not connect | ||
2017-09-01 17:12 <nicoe> bugs.tryton.org is DOWN for everyone. | ||
2017-09-01 17:12 <nicoe> http://www.isitdownrightnow.com/bugs.tryton.org.html | ||
2017-09-01 17:22 <pokoli> didn't now about this page (www.iidrn.com) | ||
2017-09-01 17:24 <cedk> fixed | ||
2017-09-01 17:46 -!- JosDzG(~Thunderbi@189.250.63.32) has joined #tryton | ||
2017-09-01 18:11 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | ||
2017-09-01 18:48 -!- kstenger1(~karla@r186-48-245-78.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2017-09-01 19:31 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2017-09-01 19:32 -!- JosDzG(~Thunderbi@189.250.63.32) has joined #tryton | ||
2017-09-01 21:03 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2017-09-01 22:00 -!- semarie(~semarie@unaffiliated/semarie) has joined #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!