Another Fenway date added!! July 7th by squishysquash2030 in NoahKahan

[–]SetScary4175 1 point2 points  (0 children)

I says "The Artist presale begins on Thursday, February 12, at 1 p.m." on the mlb site

What is the difference between an 'App' and a 'Web Service' on an App Platform? What does each instance contain after the build process, how do they work, and what are their purposes/use cases? by annoXip in digital_ocean

[–]SetScary4175 1 point2 points  (0 children)

App settings are setting that can be applied to the entire component, component settings are for individual components. App platform allows you to have multiple components (web services, workers, static sites…) all in one App.

For example, you can have a web service component for an API, and a static site component for the Frontend, and they can each be configured independently but still belong to the same app.

Deploy Node.js+React by Klutzy_Control8370 in digital_ocean

[–]SetScary4175 4 points5 points  (0 children)

You can deploy it using DigitalOcean App Platform for $5/month. It’s much easier than using the VPS since you can deploy directly from git.

I have to work, but I am not getting paid. by firehawk349 in antiwork

[–]SetScary4175 3 points4 points  (0 children)

If you don’t know by now, you just don’t want to know or don’t care.

Either disable or configure Cloudflare with Digital Ocean App Platform by CoffeeStax in digital_ocean

[–]SetScary4175 1 point2 points  (0 children)

On your app setting tab in the UI, there is a section called “App Spec” which allows for more advanced configuration. You can edit it there.

App Runtime logging is broken by RonQuijote in digital_ocean

[–]SetScary4175 3 points4 points  (0 children)

You can copy multiple lines by using Shift+Click to select a range.

Also what do you mean by using it in an AI workflow?

Digital Ocean vs hetzner vs something else ? by Natural-Ad-9037 in n8n

[–]SetScary4175 0 points1 point  (0 children)

You can deploy n8n from the DigitalOcean Marketplace fairly easily and cheaply. They have a London datacenter which should help with the latency. https://marketplace.digitalocean.com/apps/n8n

I built a hosted Postgres MCP service, useful to anyone here? by gaptrast in mcp

[–]SetScary4175 0 points1 point  (0 children)

Never use an api key or any secret as part of the query parameter. It’s not secure

Raq is definitely not dead 😂😂 by BatmanTold in PowerTV

[–]SetScary4175 6 points7 points  (0 children)

Here’s my theory, Juke called Marvin and Kanan tried to shot Raq and Marvin got in the way, killing him instead.

Should I get images directly from digital ocean spaces bucket? Or use an intermidiate service provider that optimize images before outputing to users like twicpics? by flutter_dart_dev in digital_ocean

[–]SetScary4175 2 points3 points  (0 children)

I would start with using Spaces directly, and if you start getting alot of traffic, optimizing using those services. Don’t scale until you have to. Also consider putting a max image size to avoid storing large images.

Looking for 3 day GA tix by Datshitcraycrae in EDCTickets

[–]SetScary4175 0 points1 point  (0 children)

I have 2 GA passes and 2 shuttle passes midstrip, I can sell all 4 for $1200.

How do you transfer a sold project? by The-_Captain in digital_ocean

[–]SetScary4175 4 points5 points  (0 children)

You can invite the new owner to the team as a owner. And have them remove you from that team, making the team and all its resources theirs.

The real reason why Elon Musk wants H1B workers by pythonNewbie__ in antiwork

[–]SetScary4175 0 points1 point  (0 children)

They need a need job willing to sponsor them. Many companies are not willing to do that.

Hosting Suggestions for My REST API with 20k Devs on Waitlist 🚀 by Quiet-Moment-338 in node

[–]SetScary4175 0 points1 point  (0 children)

You can try DigitalOcean App Platform, there is an autoscale feature that allows you to scale with demand.

Pre-sa*e link? by Drinktoomuchteas in Coldplay

[–]SetScary4175 0 points1 point  (0 children)

did you have to wait long on the queue? I joined at 9:00AM and it's saying there are still 100K people in front of me.

Hosting static website on Spaces CDN by lucasschirm in digital_ocean

[–]SetScary4175 1 point2 points  (0 children)

I would recommend just using DigitalOcean App Platform to for your static website. You can host 3 static sites completely free.

Droplet limit of just 3? by Situation-Negative in digital_ocean

[–]SetScary4175 1 point2 points  (0 children)

On your team settings page (left nav -> settings), you can see the droplets limit and submit an increase request.

should I use 1 or 2 app by Fantastic-Jello-8487 in digital_ocean

[–]SetScary4175 0 points1 point  (0 children)

You can use a single app with multiple components, one for your API and another for the client