Re: Need a hosting solution that is free for my flask app

2021-03-09 Thread AudioGames . net Forum — Off-topic room : chrisnorman7 via Audiogames-reflector


  


Re: Need a hosting solution that is free for my flask app

Not quite what you're looking for, but there's always ngrok.

URL: https://forum.audiogames.net/post/621458/#p621458




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Need a hosting solution that is free for my flask app

2021-03-09 Thread AudioGames . net Forum — Off-topic room : Phoenix009 via Audiogames-reflector


  


Re: Need a hosting solution that is free for my flask app

Actually, your point does make sense. Guess I'll have to wait. Since I'm underage, money is hard to collect, and since we're non-profit, revenue doesn't usually come in.

URL: https://forum.audiogames.net/post/621377/#p621377




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Need a hosting solution that is free for my flask app

2021-03-09 Thread AudioGames . net Forum — Off-topic room : Phoenix009 via Audiogames-reflector


  


Re: Need a hosting solution that is free for my flask app

Nah, these dont update in realtime. I just need to store like 2 or 3 files, that play according to the U.I and voice recognition.

URL: https://forum.audiogames.net/post/621370/#p621370




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Need a hosting solution that is free for my flask app

2021-03-09 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector


  


Re: Need a hosting solution that is free for my flask app

Whether they're dynamically updating doesn't matter.  That doesn't affect the outgoing bandwidth requirements.  Uploading them is almost always free.But shrug.  If you're not willing to spend $10/month none of us can help you in a way that's going to guarantee any sort of quality of service.

URL: https://forum.audiogames.net/post/621375/#p621375




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Need a hosting solution that is free for my flask app

2021-03-09 Thread AudioGames . net Forum — Off-topic room : Phoenix009 via Audiogames-reflector


  


Re: Need a hosting solution that is free for my flask app

Nah, these arent dynamically updating

URL: https://forum.audiogames.net/post/621370/#p621370




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Need a hosting solution that is free for my flask app

2021-03-09 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector


  


Re: Need a hosting solution that is free for my flask app

100MB audio files are pretty large though.  Not as bad as videos but a lot of my points still apply to that.  Do you know the volume of what you're expecting?  Really I'd give up on free.  Cheap, yeah.  Free, no.

URL: https://forum.audiogames.net/post/621369/#p621369




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Need a hosting solution that is free for my flask app

2021-03-09 Thread AudioGames . net Forum — Off-topic room : Phoenix009 via Audiogames-reflector


  


Re: Need a hosting solution that is free for my flask app

Nah, I only need to store sound files that are like only a hundred megs in size.

URL: https://forum.audiogames.net/post/621352/#p621352




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Need a hosting solution that is free for my flask app

2021-03-09 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector


  


Re: Need a hosting solution that is free for my flask app

If you need to host videos reliably, you're not going to be able to do so on a free solution unless you have an incredibly tiny audience because of the bandwidth requirements.  Storage is not your primary concern in this regard.  You can do it for $10 a month maybe, but not for free.Your cheapest option is DigitalOcean or similar, nginx config to host the files configured to rate limit so that no one can use all of your bandwidth allotment, letsencrypt for SSL, and Cloudflare's free offering in front of it.If you're going to try to stay on something like Heroku then you need to 301 redirect to storage.  I'm not sure if e.g. Django's integrations to S3 offer this.  Otherwise all the bandwidth goes through your tiny server that probably can't handle it because it's free.A GCP trial account will give you $300 in credit so that's maybe an option for a little while.   But if you're talking about a significant volume of viewers you will need to be careful to quantify how much outgoing bandwidth that is because the bigger cloud providers charge by the outgoing gigabyte.  One of the reasons I hesitate to use GCP etc. myself is that they are essentially a pay-as-you-go server linked to your credit card and the first DDOS can fuck you over if you're not prepared and configured properly to prevent it.

URL: https://forum.audiogames.net/post/621301/#p621301




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Need a hosting solution that is free for my flask app

2021-03-09 Thread AudioGames . net Forum — Off-topic room : lightningdragon via Audiogames-reflector


  


Re: Need a hosting solution that is free for my flask app

Take a look at pythonanywhere.  I believe they give you 500mb for free, however I might be wrong.  A benefit of this solution is that you don’t have to ensure that your website is running every six hours.  Keep in mind, every free solution has some sort of limitation so please look at the feature listing before using it.

URL: https://forum.audiogames.net/post/621239/#p621239




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Need a hosting solution that is free for my flask app

2021-03-09 Thread AudioGames . net Forum — Off-topic room : Phoenix009 via Audiogames-reflector


  


Re: Need a hosting solution that is free for my flask app

HiThanks so much! I'll try that out. Also, is there anyway, without buying Dino's, to improve initial performance for my app? I've specified the workers and threads in the Procfile, but it doesn't seem to be doing much.

URL: https://forum.audiogames.net/post/621229/#p621229




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Need a hosting solution that is free for my flask app

2021-03-09 Thread AudioGames . net Forum — Off-topic room : MasterChief via Audiogames-reflector


  


Re: Need a hosting solution that is free for my flask app

My advice is to stay on heroku. As for files, just use s3.Heroku obviously is free, and s3 gives you 5 GB per month for your first year, as well as 2,000 Put, Copy, Post or List Requests of S3. It also gives you 2 get requests.Currently I'm doing it this way:I put my app on heroku and use s3 for file storage. Keep in mind if you have a route that download stuff, heroku has a 30 second timeout limit.So if your app downloads stuff, you need to do a bit more work to actually get it working as you'd expect with using celery and redis.I'm just putting it for you here since I've struggled with this myself for the last few days and I managed to get around that timeout limit.

URL: https://forum.audiogames.net/post/621219/#p621219




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector