--
You received this message because you are subscribed to the Google Groups "Mitro developers list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mitro-dev+...@googlegroups.com.
To post to this group, send email to mitr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mitro-dev/668e5351-c42a-451c-b164-f010497224c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/mitro-dev/CAE32uS7wYB52PPo1Y7zQVArBfMqQHVq_kk5cb8mwrEbEMM_EtQ%40mail.gmail.com.
I suspect that getting the ios and android version to support custom hosts should not be _so_ difficult. Probably the hostname is only in a couple of places which could be added to a settings page easily.
On Tue Nov 04 2014 at 1:40:08 AM Bri Hatch <b...@ifokr.org> wrote:
Right now my company is looking to either run mitro services ourselves, or use some alternative. Most alternatives are fairly expensive in comparison to $35/month, but of course then you don't require any maintenance yourself.So I'd be very interested in looking at using hosted mitro.We would want to have support for chrome/iOS/android though. There's a secret way of configuring the former to work with our own target, but not for the other two - and the iOS version is now gone, of course. To make hosted mitro work, we'd need to fork and build new iOS and android clients that can take a target parameter.Anyone else interested in working on this? We don't have the java skills to do much dev, but we could help w/ admin time, and maybe even help w/ some funding.
On Tue, Nov 4, 2014 at 7:06 PM, Shane <shane...@gmail.com> wrote:
I've got hosting on Heroku (mostly) working. It uses a custom buildpack that compiles the server and tells Heroku how to start it up. The coolest thing is that it works with the Heroku button so you can install with 2 clicks (requires a Heroku account or else more clicks...). Try it out here:You can see the deploy code in the bin/compile and there are some notes on the page as well. There are 2 things missing.
- The heroku button requires an app.json file to be in the root of the github repo. I've added this to my fork (the only change in that branch from official mitro repo is the addition of the app.json file) and button currently uses my fork. If you mitro guys think this is cool, you would want to put the app.json file in there. If you don't like it, there are manual steps to make this deployable that don't require you to do anything, but no cool button.
- I don't have the mailer working yet. It would be trivial to have the python service start up on deploy, but Heroku only gives you 1 process for free (and we all like free). Another process costs $35/month and that's quite a bit just to send a few emails. I'm thinking we could implement an emailer in Java that runs in the same process as the server, different thread... OR make the python mailer cron-able and run a job every 10 minutes or hour. I like option 2 but would love to hear any suggestions.
Let me know what you all think, and if anyone is even interested in this project. I think having a free, easy deploy that only requires a couple button clicks would really help this gain some traction but maybe I'm just excited and nobody really cares to host this themselves... :-)
--
You received this message because you are subscribed to the Google Groups "Mitro developers list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mitro-dev+unsubscribe@googlegroups.com.
To post to this group, send email to mitr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mitro-dev/668e5351-c42a-451c-b164-f010497224c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
----Bri Hatch, Systems and Security Engineer. http://www.ifokr.org/bri/I have a deep and profound love for this new licensing setup. I get all misty even writing about it.--matt
You received this message because you are subscribed to the Google Groups "Mitro developers list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mitro-dev+unsubscribe@googlegroups.com.
Great work with heroku btw. I think you could re-implement the mailer in java pretty easily, but getting the python script to run in cron is pretty easy. The problem you face is that users won't receive emails for a long time if you do that, which would suck.
On Tue Nov 04 2014 at 1:45:07 AM Vijay Pandurangan <vij...@gmail.com> wrote:
I suspect that getting the ios and android version to support custom hosts should not be _so_ difficult. Probably the hostname is only in a couple of places which could be added to a settings page easily.
On Tue Nov 04 2014 at 1:40:08 AM Bri Hatch <b...@ifokr.org> wrote:
Right now my company is looking to either run mitro services ourselves, or use some alternative. Most alternatives are fairly expensive in comparison to $35/month, but of course then you don't require any maintenance yourself.So I'd be very interested in looking at using hosted mitro.We would want to have support for chrome/iOS/android though. There's a secret way of configuring the former to work with our own target, but not for the other two - and the iOS version is now gone, of course. To make hosted mitro work, we'd need to fork and build new iOS and android clients that can take a target parameter.Anyone else interested in working on this? We don't have the java skills to do much dev, but we could help w/ admin time, and maybe even help w/ some funding.
On Tue, Nov 4, 2014 at 7:06 PM, Shane <shane...@gmail.com> wrote:
I've got hosting on Heroku (mostly) working. It uses a custom buildpack that compiles the server and tells Heroku how to start it up. The coolest thing is that it works with the Heroku button so you can install with 2 clicks (requires a Heroku account or else more clicks...). Try it out here:You can see the deploy code in the bin/compile and there are some notes on the page as well. There are 2 things missing.
- The heroku button requires an app.json file to be in the root of the github repo. I've added this to my fork (the only change in that branch from official mitro repo is the addition of the app.json file) and button currently uses my fork. If you mitro guys think this is cool, you would want to put the app.json file in there. If you don't like it, there are manual steps to make this deployable that don't require you to do anything, but no cool button.
- I don't have the mailer working yet. It would be trivial to have the python service start up on deploy, but Heroku only gives you 1 process for free (and we all like free). Another process costs $35/month and that's quite a bit just to send a few emails. I'm thinking we could implement an emailer in Java that runs in the same process as the server, different thread... OR make the python mailer cron-able and run a job every 10 minutes or hour. I like option 2 but would love to hear any suggestions.
Let me know what you all think, and if anyone is even interested in this project. I think having a free, easy deploy that only requires a couple button clicks would really help this gain some traction but maybe I'm just excited and nobody really cares to host this themselves... :-)
--
You received this message because you are subscribed to the Google Groups "Mitro developers list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mitro-dev+...@googlegroups.com.
To post to this group, send email to mitr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mitro-dev/668e5351-c42a-451c-b164-f010497224c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
----Bri Hatch, Systems and Security Engineer. http://www.ifokr.org/bri/I have a deep and profound love for this new licensing setup. I get all misty even writing about it.--matt
You received this message because you are subscribed to the Google Groups "Mitro developers list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mitro-dev+...@googlegroups.com.
I'll look into doing a java mailer, looks pretty simple. Would you rather the code be part of the mitro server source, or a separate project that pulls in the mitro jar?
As for ios/android, I would be willing to do some work to set custom hostname for ios. I would only want to do this if there was a good chance an official mitro app could get re-added to app store, though. What are the chances of that happening?
Also, I don't have a lot of time to spend on this but I'll get there eventually. But if someone wanted to pick up the java or phone work, that would be helpful and would make this go a little quicker.
--
You received this message because you are subscribed to the Google Groups "Mitro developers list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mitro-dev+...@googlegroups.com.
To post to this group, send email to mitr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mitro-dev/CAE32uS6_OYudnhyC19PovGf%3DFH7pfiQAbj6aF3ucaybaNbeS0w%40mail.gmail.com.
Either way is fine I think. If you so it as a separate thread be sure to add run the unit test and regression test and also make the thread immune to transient mail server or other words and make sure the thread can't die without killing the server. I think the logger thread should be a good example.
To view this discussion on the web visit https://groups.google.com/d/msgid/mitro-dev/a1398560-fde6-4da0-8a3d-de2d6aa64171%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mitro-dev/c40369c6-db52-43fe-8ed2-4c3a1c33a379%40googlegroups.com.