Results 18 issues of CoRNeRNoTe

I want to run several gearman clients, however some of them should be restricted to which jobs they run. Eg, my jobs are: - build - quote - push -...

I needed this in my Apache `000-default.conf`: ``` SetHandler php5-fcgi-virt Action php5-fcgi-virt /php5-fcgi virtual ``` Perhaps this can be added to the docs?

also slight changes in `widgets/JsTreeWidget.php`: - rename `Yii_js.csrf` to `JsTreeBehavior.csrfToken` - remove `Yii_js` (its empty now) - use `json_encode()` to format the entire `JsTreeBehavior` array - only call `Yii::app()->clientScript` once,...

ref: https://stackoverflow.com/questions/40944479/how-to-use-bash-with-an-alpine-based-docker-image

You have code like this in the JS ```js $.post('/supervisor/default/supervisor-control', { actionType: actionType }, responseHandler); ``` The problem is this takes you to an absolute URL. Perhaps you can init...

Hello, I moved my docker services from an intel server to a Raspberry Pi, and when starting this service I get an error: ``` # docker compose up -d [+]...

Thanks for this awesome repo! This has saved me loads of time setting up, and is better than Sail because you don't need anything except docker on the host. This...