James Gayfer · @jgayfer
148 followers · 217 posts · Server fosstodon.org

What's your favourite out of the box serverless hosting provider?

I've been using Digital Ocean's app platform for a few small web services, but it's becoming clear they've somewhat soft abandoned the product with how many critical features are still missing.

is an obvious option, but they're pretty spendy.

I didn't realize provides full compute hosting beyond static sites, and looks to have a fairly compelling feature set.

#heroku #render #devops #it #hosting

Last updated 1 year ago

FastRuby.io · @FastRuby
47 followers · 164 posts · Server ruby.social

🧠 What if we told you…

That you could level up your Rails deployment game on Heroku.

Learn how to utilize buildpacks and gemfile for a smooth upgrade process. Check out our latest guide: fastruby.io/blog/how-to-run-mu

#gemfile #heroku #rubyonrails

Last updated 1 year ago

FastRuby.io · @FastRuby
47 followers · 162 posts · Server ruby.social
Stark · @Stark9837
123 followers · 2615 posts · Server techhub.social

I hate that I miss . Using Heroku is so nostalgic to me. They are the OG in hobbyists hosting, and it's where I made my start. Sadly, they fell to and .

Using now, however, I miss the Heroku CLI and the deployment process. It was just so much better and easier.

#heroku #BigTech #salesforce #linode

Last updated 1 year ago

Ben 🌹 :NERevs: · @bensaufley
357 followers · 2570 posts · Server thefooty.club

Now that has killed its free tier, anyone have any suggestions for where to small fun projects for *actually cheap*? I know there's an argument that , , etc are "cheap" per-month but it adds up over a year for goofy and inconsequential stuff. Are there any options for this anymore? Esp stuff that isn't static HTML but has a server component?

#heroku #host #aws #digitalocean

Last updated 1 year ago

Toby · @tosbourn
133 followers · 996 posts · Server masto.ai

Anyone else getting infinte redirects/reloads on Heroku?

Tried different browsers etc.

#heroku

Last updated 1 year ago

Ryan Townsend · @ryantownsend
231 followers · 271 posts · Server webperf.social

Hell just froze over…

After *years* of asking, are finally allowing non-enterprise accounts to use Private Spaces.

I’m a firm believer that security features should be available to all, even if there’s a small cost impact. It shouldn’t require enormous contractual changes nor a 25% price uplift.

#heroku

Last updated 1 year ago

My third package is on ! Use heroku.el to as easily manage your instances, as you manage git with . Transient is the most efficient interface possible! You can tail logs, run commands like bash and python, restart and promote dynos, connect to Heroku Postgres with using built-in Emacs sql functionalityand more!

github.com/licht1stein/heroku.

#emacs #melpa #heroku #magit #psql

Last updated 1 year ago

Todd A. Jacobs · @todd_a_jacobs
12 followers · 100 posts · Server ruby.social

Since did away with their free tier and dropped Heroku Toolbelt, it's lost a lot of shine for me. EngineYard is too expensive for non-commercial projects. DigitalOcean and AWS are decent options, but less of a PaaS and more of a VPS or k8s solution.

What are people using for Ruby on Rails and Sinatra hosting these days, and why?

#heroku #homebrew

Last updated 1 year ago

yangtheman · @yangtheman
0 followers · 3 posts · Server mas.to

Signed up with and deployed three personal projects easily via . They were previously hosted on , and it was getting to be more expensive. I hesitated because I thought it would be too complicated, but no. It was very easy to do. and FTW!

#heroku #dokku #hetzner

Last updated 1 year ago

Esparta :ruby: · @esparta
228 followers · 1110 posts · Server ruby.social

@Ryanbigg @jremsikjr it's all jokes and fun until the day when a RCE would need to be fixed while also is not able do to releases or what not...

Or depending on your app, a previous deployment broke production and now you can't fix it because Heroku's API is down (again).

#heroku

Last updated 1 year ago

Esparta :ruby: · @esparta
227 followers · 1091 posts · Server ruby.social

You call it , we call it "Yet another Friday when we are not able to deploy for3 hours to production because Heroku is having issues with their API"

status.heroku.com/incidents/25

#heroku #outage

Last updated 1 year ago

Joe Lanman · @joelanman
565 followers · 1080 posts · Server hachyderm.io

question - I'm working on a Node package, and I need to test it deployed on Heroku as a dependency of another project. I'm using npm's GitHub link to test a branch of the package.

The problem is Heroku caches the npm build, so new changes don't show up. I found the manual cache purge command, but I have to run it manually every deploy. Is there a better way?

#heroku #nodejs

Last updated 1 year ago

Tito Ciuro · @titociuro
69 followers · 662 posts · Server mstdn.social

To host a and app, would you recommend , or another service? I have used Digital Ocean, but I wanted to know if there are better options.

#digitalocean #heroku #postgres #vapor

Last updated 1 year ago

Jason Raimondi · @jasonraimondi
44 followers · 148 posts · Server indieweb.social

I was having some trouble with a self signed Heroku Redis certificate + the Node Redis library. Finally figured it out and I feel pumped! The solution ended up being super simple too...

```ts
import { createClient } from "redis";

createClient({
socket: {
tls: true,
rejectUnauthorized: false,
}
});
```

#heroku #redis #typescript

Last updated 1 year ago

Esparta :ruby: · @esparta
224 followers · 1060 posts · Server ruby.social

@elight ohh, I didn't know you use to work at Heroku.

BTW I'm not blaming engineers nor the engineering team at all. Perhaps you can tell if this just because the gigantic bureaucracy at that enable and made this kind of issue to extend to unacceptable level was not used to have - because that's how it looks from the outside.

#salesfoce #heroku

Last updated 1 year ago

Esparta :ruby: · @esparta
221 followers · 1054 posts · Server ruby.social

You call it outage, we call it "Yet another Thursday when we are not able to deploy for 4 hours to production because Heroku is having issues with their API"

status.heroku.com/incidents/25

#heroku

Last updated 1 year ago

Joe Lanman · @joelanman
561 followers · 1066 posts · Server hachyderm.io

once again, a status page that does not report an error is completely useless. On right now I can't:
- deploy from github
- sign in on the command line
- access support(!)
and their status page is all green. Useless

#heroku

Last updated 1 year ago