devbox icon indicating copy to clipboard operation
devbox copied to clipboard

Instant, easy, and predictable development environments

Results 427 devbox issues
Sort by recently updated
recently updated
newest added

## Summary Per #2680, this adds a comment to the php plugin's `devbox.d/php/php-fpm.conf` explaining where to find `error_log()` output for PHP scripts running under PHP-FPM - because despite appearances, they...

The following commands both return `503` errors: ```bash curl "https://search.devbox.sh/v2/search?q=python" ``` **Output**: `Service Unavailable` ```bash devbox search python ``` **Output**: `Error: GET https://search.devbox.sh/v1/search?q=python: unexpected status code 503 Service Unavailable: Service...

### What happened? I'm trying to install the package [email protected] The install looks fine and a `devbox update` gives me `Info: Already up-to-date [email protected] 1.15.0` but if I run `php...

bug
triage

### What happened? Having a space in a directory name that `devbox shell` is called in, will result in bash stating: ``` me@main-lt:~/Documents/rm scripts$ devbox shell Starting a devbox shell......

bug
triage

## Summary The pull request introduces the ability to add plugins from private sources, which includes GitHub, GitLab, Bitbucket and arbitrary hosts. The JSON schema was reworked to be more...

### What happened? With devbox 0.13.7, `devbox global shellenv` works fine on zsh. With 0.14, it breaks: ``` $ ~/.cache/devbox/bin/0.14.0_linux_amd64/devbox global shellenv Error: We found a /nix directory but nix...

bug
triage

### What happened? I want to use the `caddy` binary separately. Why does it install a service I can't get rid of automatically? ### Steps to reproduce ```sh ❯ devbox...

bug
triage

I use process compose and dont need the nix or docker. I tend to write task plugins to do any step I want. so I was thinking if there is...

### What problem are you trying to solve? I never want to activate plugins, no matter what package it is from; however, there is currently no way to disable all...

feature
triage

### What problem are you trying to solve? Im in love with this proyect, seems it fixed a problem i didn't know i had but is one of the best...

feature
triage