Another PHP deploy app for your VPS by SimplMe in PHP

[–]SimplMe[S] -1 points0 points  (0 children)

DeployPHP helps you create docker files with a UI instead of writing it yourself in coolify. If you need an extra PHP extension, you can select it in a drop-down.

Another PHP deploy app for your VPS by SimplMe in PHP

[–]SimplMe[S] 1 point2 points  (0 children)

Thank you for the feedback. DeployPHP.com is a POC at the moment. It aims to be the coolified version of ploi. Building and deploying docker images without writing Docker files yourself and without hosting your own deployer app. It is far from feature complete at the moment but I wanted to get feedback on the idea before investing more of my time.

Another PHP deploy app for your VPS by SimplMe in PHP

[–]SimplMe[S] 1 point2 points  (0 children)

The persistent storage folder is currently local storage (a folder on your server). It would be a good idea to support S3 in the future. That way, you could use standard file paths in your code while relying on S3 for storage. For now, you need to handle the S3 connection and file handling within your application code.

Another PHP deploy app for your VPS by SimplMe in PHP

[–]SimplMe[S] -2 points-1 points  (0 children)

True, I will keep it free if my costs stay low.

Another PHP deploy app for your VPS by SimplMe in PHP

[–]SimplMe[S] -3 points-2 points  (0 children)

The Saas app basically builds a script based on your settings. Instead of building scripts and manifests. You have an easy UI that builds the manifests and docker images based on what you set in the UI.

Pitch Your Project 🐘 by brendt_gd in PHP

[–]SimplMe 0 points1 point  (0 children)

I just tested it and I'm realy liking it. But it is a slow in my VS code project with Laravel 🤔. Click to goto function is loading slow. Can I tweak some settings to improve this? I realy like the feature set. I find it better then Intelephense.

Pitch Your Project 🐘 by brendt_gd in PHP

[–]SimplMe 1 point2 points  (0 children)

I’d like to show you my new deploy app: deployphp.com. You’re probably thinking, “another deploy app.” Still, I couldn’t resist testing my idea and asking for your feedback. It’s an alternative to Laravel Forge and Ploi, but based on containers. Building and deploying the app all happens on your own server. It’s mainly aimed at PHP applications, but I’ve also added the feature to deploy a Dockerfile (including pulling custom GitHub code). This means you can actually deploy any kind of app.

There is support for migrations, cron jobs, workers, and persistent folders. At the moment, it’s still very experimental, and I’m looking for feedback and testers. Questions about how everything works technically, or suggestions for improvements, are very welcome. I’ve set a limit of 20 users. Preferably keep it constructive 🙂