jaydrogers Profile Banner
Jay Rogers πŸ‘¨β€πŸ’» Profile
Jay Rogers πŸ‘¨β€πŸ’»

@jaydrogers

Followers
3K
Following
2K
Media
682
Statuses
5K

Maker, DevOps Nerd, UX Designer πŸ€–πŸŽ¨πŸ”₯ πŸš€ Shipping https://t.co/ODCzaif9wu 🌎 Open Source @serversideup #Laravel #PHP #Docker #SelfHost

Server Side Up β†’
Joined January 2009
Don't wanna be here? Send us removal request.
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
23 days
Huge update: @danpastori and I are going full-time on Server Side Up! . To celebrate, we threw a new coat of paint on and dumped WordPress πŸ₯³. πŸ‘‡Check it out!. Read the thread for how we did it:
9
4
84
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
5 hours
This is a known side effect of Kubernetes πŸ˜ƒ.
@aschmelyun
Andrew Schmelyun
5 hours
Is it normal to dislike kubernetes the more you learn about it, asking for a friend.
0
0
2
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
7 days
I also just added an "Advanced install options" where you can configure if you want your application to auto-start after the install. You can even run special initialization commands (like seeding your database, create your first admin user, etc). I'm getting pretty stoked! πŸ˜ƒ
Tweet media one
0
0
2
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
7 days
Just added this feature to SelfHost Pro:. SelfHost Pro provides a one-line installer that:. 🐳 Installs Docker (any Linux OS).πŸ“¦ Sets up your app (with Docker Compose).πŸš€ Starts your app. You can set minimum server requirements to check. πŸ€“
Tweet media one
2
4
26
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
8 days
We're creating a product to scratch the itch of another product. Problem.We want @getbugflow to be available as "buy once" and a cloud version. Our Solution."SelfHost Pro" will allow use to:. πŸ“¦ Upload docker image to a private registry.⚑️ Connect Stripe or LemonSqueezy.πŸ”
Tweet media one
0
0
17
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
9 days
RT @dhh: Speed of the @Hi_MINISFORUM MS-A2 9955HX is bonkers. Fastest machine I've tested so far with the HEY test suite (30K assertions us….
0
44
0
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
17 days
RT @_priyashpatil: Docker PHP images from @serversideup are amazing. Just few lines of code for production ready Laravel deployments, and….
0
3
0
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
17 days
RT @PovilasKorop: Is There an Official Laravel Certification? . Finally, OFFICIAL answer from Taylor. And it's pro….
0
20
0
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
17 days
πŸ‘‡ How to level up and improve your Docker game. Use Docker health checks on all services
Tweet media one
0
0
18
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
20 days
RT @nuxtlabs: Docus, the Comeback.
0
9
0
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
20 days
Obligatory "it's happening" GIF for this one
0
0
66
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
20 days
Oh my gosh! It's happening 😡. Here's me on macOS 26 Beta running containers *without Docker installed*. 😱 NATIVE CONTAINER SUPPORT IN MACOS.
144
348
4K
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
20 days
😡1 MILLION DOCKER PULLS 😡. Thanks PHP community! I never guessed serversideup/php would grow to this volume and power platforms like Laravel Cloud. When we started, I figured using GitHub for free runners was a good deal πŸ˜†. It's been a pleasure learning from you all ✌️
Tweet media one
4
7
127
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
22 days
Now that we have a CMS that lets us publish without friction, give us some topics that you'd like to learn about. We have so many ideas, we just don't even know where to get started πŸ˜†. We can cover anything:.- Docker.- Laravel.- Nuxt.- JavaScript.- more!. πŸ‘‡ Comment below.
6
0
17
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
23 days
Now you know why I've been quiet the last few months πŸ˜ƒ. I promise -- it's only the beginning. We finally have a CMS to create content without friction. Excited to hear your feedback!. This thread is available as a post below for normal humans πŸ€“.
1
0
1
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
23 days
Once we had everything migrated, it was time to test. Bugflow saved the day. We flooded our self-hosted GitLab with feedback for us to address. After rounds and rounds of QA, this thing started flying together. (More big news on Bugflow soon πŸ˜ƒ).
1
0
1
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
23 days
Migrating was our biggest worry. Thankfully, we found a super helpful project on getting our content into Markdown. We still had to make changes to match our new front matter, but with the help of AI it wasn't bad at all.
1
0
1
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
23 days
As you can see, this server is "nuthin' fancy". Here's all we need: . - 1 core (AMD Ryzen 2700).- 1 GB RAM 35 mbps upload connection πŸ™ƒ.- Dynamic WAN IP address 🀠 . This site is still FAST AF. We have it behind a free CDN with CloudFlare.
Tweet media one
1
0
1
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
23 days
You're probably thinking:. "Cool -- you're using JavaScript, but you need to deploy to Vercel.". Nope, we're self hosting the site in my basement with:. - Proxmox.- Ubuntu.- Self-hosted GitLab.- Spin (Docker Swarm). Zero-downtime deployments with GitLab CI/CD too πŸ€“
Tweet media one
1
0
4
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
23 days
If you've been following me, you know I strongly believe in this statement:. πŸ’― Always run a 100% replica of production in development. So of course we containerized everything with Spin πŸ˜ƒ. (More news on Spin + Nuxt coming? πŸ‘€).
1
0
0
@jaydrogers
Jay Rogers πŸ‘¨β€πŸ’»
23 days
WordPress had it's time, but created too much friction for us today. We wanted our next CMS to be:. ❀️Free and open source.⚑️Fast and flexible.πŸ’ͺAble to be self-hosted.🀩Provide a great developer experience. So we settled on @nuxt_js Content πŸ₯³.
1
0
2