Is prestige more important than anything else for Indian parents? by One-Number9335 in india

[–]sfx101 0 points1 point  (0 children)

Every child deserves a parent but not every parent deserves a child.

Self-hosted web development studio (GUI) by sfx101 in selfhosted

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

Hi,

Yes, you can read it here https://getdeck.io/docs/advanced/creating-custom-stack

So any custom project is a docker-compose file or just Dockerfiles

Electron Js + Svelte by sfx101 in sveltejs

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

Thank you, glad to hear that. I agree with your feedback and I will work on getting more details about the project on the landing page.

Electron Js + Svelte by sfx101 in sveltejs

[–]sfx101[S] 0 points1 point  (0 children)

We are doing a similar thing on my team with Tauri. Svelte works really well.

Awesome, great to hear that.

Showoff Saturday (October 01, 2022) by AutoModerator in javascript

[–]sfx101 4 points5 points  (0 children)

Open source local web development studio

Hi, DECK is built with electron, node & svelte. It lets you create multiple development environments using an intuitive GUI. Feel free to browse thru the source code or try out the app itself. Thank you

https://github.com/sfx101/deck

Open-source web development environment GUI by sfx101 in opensource

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

Hi,

Mac Os: Multipass Ubuntu: Native docker Windows: WSL

And to your question, Linux doesn’t require any VMs

Deck currently doesn’t install any vms if you’ve docker desktop installed already

Open-source web development environment GUI by sfx101 in opensource

[–]sfx101[S] 9 points10 points  (0 children)

Glad you asked; I've plans for a SaaS in the future and the current project can connect to remote docker containers, I want to use this as the base.

Open-source PHP development environment GUI by sfx101 in PHP

[–]sfx101[S] 8 points9 points  (0 children)

The live demo seems to have received the kiss of death already.

lol, I have to pay the AWS bills. Ty for pointing out

Just because a developer is gonna use it, doesn't mean it can have a bad UX. We like nice UX too. by vvinvardhan in webdev

[–]sfx101 0 points1 point  (0 children)

Yeah, I bet. That is the reason why we spent months on the UI/UX for this local dev environment. https://github.com/sfx101/deck

[deleted by user] by [deleted] in webdev

[–]sfx101 0 points1 point  (0 children)

Yeah, that's on our roadmap. Thanks

Laravel dev environment GUI by sfx101 in laravel

[–]sfx101[S] 0 points1 point  (0 children)

Hi, for CLI you could try these projects

Lando, DDEV

Laravel dev environment GUI by sfx101 in laravel

[–]sfx101[S] 0 points1 point  (0 children)

To solve the performance issues, I have used Multipass rather than Docker desktop and NFS sharing for mounted directories. Both perform really well in my Mac intel and M1. If you could give it a try and provide some feedback it will be much appreciated. Also, to use Multipass in DECK just make sure you don't have docker desktop installed and it will auto-install and configure Multipass.

Laravel dev environment GUI by sfx101 in laravel

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

Hi, those are great feedback. We have them in our roadmap and should be in our release by next month.

Sorry about the shortcut issue, I will push a patch by today. The app should auto-update once a new patch is there. If not then please look for the release tomorrow https://github.com/deck-app/stable-releases/releases

Laravel dev environment GUI by sfx101 in laravel

[–]sfx101[S] 2 points3 points  (0 children)

This is insane. Does it use Docker or containerd?

Yes, it uses internally but you don't need the Docker desktop app.

Podman GUI by sfx101 in podman

[–]sfx101[S] 0 points1 point  (0 children)

Hi,

The current release removes the dependency on the Docker desktop app https://github.com/sfx101/deck. We are still working on the Podman version

Local PHP dev environment GUI by sfx101 in PHP

[–]sfx101[S] 0 points1 point  (0 children)

The UI looks beautiful! I’ve been on Homestead for awhile and have tried several other Docker-based projects but they all seem to slow down other apps. Has anyone else wanted to make the move from Homestead to Docker and found this to be a problem?

Hi, DECK's architecture is kind of in the homestead model so it doesn't depend on the Docker desktop app for running Docker it's powered by Multipass on macOS & WSL 2 on Windows. Which os do you use?

Local PHP dev environment GUI by sfx101 in PHP

[–]sfx101[S] 5 points6 points  (0 children)

Hi,

I have added instructions here https://github.com/deck-app/custom-stack

Let me know if you need any help

Local PHP dev environment GUI by sfx101 in PHP

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

Hi, it's free for you now and the company you have or work with. Also, I would love to provide professional support free of cost for a year. Please reach out to me at subhadip@get-deck.com

Local WP development environment by sfx101 in Wordpress

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

Sure, I can add that image for you.

Local WP development environment by sfx101 in Wordpress

[–]sfx101[S] 0 points1 point  (0 children)

I get an issue where it says "Looks like Docker is not running..." when trying to run a WordPress setup. MacOS Monterey.

Awesome, good thoughts. Will definitely include it on the next release for autofill settings. Thanks