Live data from Hacker News

Show HN: Dply – Free temporary Linux servers

dply.co

201–205 of 205 posts

Re: Show HN: Dply – Free temporary Linux servers

#201
post #145
post #21

Earlier quoted context omitted.

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.

DigitalOcean does it's billing based on a per-minute basis based on their hourly rates. We have already implemented a feature in our backend code to allow users to "expire" free servers and are working on adding that to the dashboard UI and this option should be available this weekend.

That's not what their website claims.

How am I billed?

Each Droplet is billed per hour up to its monthly cap.

Do I have to pay the cost of the server every time I create a new one?

No—you only need to pay for 1 hour of usage. For example, spinning up a new 512MB server just to test something for a couple of minutes will only cost you $0.0074

https://www.digitalocean.com/pricing/#business

Re: Show HN: Dply – Free temporary Linux servers

#203
post #2

This 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).…

Awesome service! I've been testing it hard these days and I'm very pleased. One small request, could you allow changing the ssh port to 443 from the web?

Re: Show HN: Dply – Free temporary Linux servers

#204

Great. Free VPN on demand :)

Exactly what I did. Good practice for getting a server setup quickly. https://medium.com/@therockspush/setting-up-a-free-cloud-bas...

It can be more automated. Here's what I do.

https://gist.github.com/AntouanK/190a8e255f0d370ec875f80eaa3...

Lines 1-9 can be the cloud-init you pass to the server. Lines 12-15, run them one by one. Done.

Re: Show HN: Dply – Free temporary Linux servers

#205
post #203
post #2

This 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).…

Awesome service! I've been testing it hard these days and I'm very pleased. One small request, could you allow changing the ssh port to 443 from the web?

Done! https://dply.co/b/MBKBIJqE
Post reply on HN