Show HN: Dply – Free temporary Linux servers
141–150 of 205 posts
Re: Show HN: Dply – Free temporary Linux servers
#142Pretty cool! Spun up a new server in like 30 seconds. I can see this being helpful for small POC's and the like. I'd say a good next step would be to add some more user-data example scripts for common setups. Awesome job!
Re: Show HN: Dply – Free temporary Linux servers
#143Nice service! I could see this being really useful for web scraping or for offloading compilation. (Or any relatively short computation, really.) I caught a bit of an awkward sentence on the FAQ though: "Unless specifically specified otherwise.." Just "specified" will do :)
Wouldn't web scraping be considered abusive usage as it is frowned upon by most websites?
Re: Show HN: Dply – Free temporary Linux servers
#144The pricing seems very fair, you should make it more prevalent.
Re: Show HN: Dply – Free temporary Linux servers
#145Is it possible to destroy a server before it's time is up? What if I made a server, but now want to try out a different one without waiting 2 hours.
I think DigitalOcean probably bills Dply for one hour minimum so if you could immediately destroy and recreate then you'd quickly add up to a lot more OpEx.
Re: Show HN: Dply – Free temporary Linux servers
#146I kept on getting the "Server name must be etc.". Took me a while to realise that there's a server name field at the top of the page. Maybe make it look like the other fields?
Re: Show HN: Dply – Free temporary Linux servers
#147I'm wondering what the digital ocean terms and conditions are around this, Dply looks like it is subcontracting their infrastructure, is that allowed?
Dply operates with DO's blessing but is otherwise unrelated in any official sense. We launched under a credit like those offered in the Hatch program for startups: https://www.digitalocean.com/hatch/
Re: Show HN: Dply – Free temporary Linux servers
#148Earlier quoted context omitted.
Why wouldn't Dply just become a DigitalOcean reseller and only cost $5? I could definately see this working out as a customer aquistion channel for DO, eith Dply getting a referral fee.
Because he works for AWS :D. But ditto for AWS
Automatic deletion, the built in user-data button system and our acceptance of Bitcoin and Alipay provide options that DO itself currently does not offer.
This is the MVP/Initial Beta of Dply and we're hoping to learn a lot from it. One thing we are testing is whether we'll see high enough conversion rates by users adding time to their servers to cover the costs of the free servers and hopefully make a profit. Acting as a DO referrer is a backup option that could add credit to the platform to help cover costs if the current model proves unsustainable.
Re: Show HN: Dply – Free temporary Linux servers
#149This is a project I've been working on for a while. Dply allows you to quickly create a temporary cloud server (1CPU/512MB RAM/20GB SSD) for free. You can have one free server running at any time. Log in with your Github account and it will allow you to create your server using your Github ssh-key. Servers are free for 2 hours and expire after that time (unless you choose to add more time via credit card or bitcoin).…
That's a pretty cool service, I think I can use that for a github project of mine. You should consider adding a "shutdown and delete" button to get rid of VMs when your users are done with them.
Re: Show HN: Dply – Free temporary Linux servers
#150This is a project I've been working on for a while. Dply allows you to quickly create a temporary cloud server (1CPU/512MB RAM/20GB SSD) for free. You can have one free server running at any time. Log in with your Github account and it will allow you to create your server using your Github ssh-key. Servers are free for 2 hours and expire after that time (unless you choose to add more time via credit card or bitcoin).…
Suggestion, after the server successfully created, show the command that they can execute to access the server (ssh root@ , with being replaced with the real ip).