Chris Croome

Results 79 comments of Chris Croome

Sounds good, FWIW my plan is to generate `Match` blocks using Ansible and for each block to be in a separate file that is `Include`'d, see [this issue](https://git.coop/webarch/ssh/-/issues/3). I also...

I must be doing something wrong as I can't get chain commands to register either, for example, if I create `~/.console/chain/site-new-dev.yml` containing: ```yml --- command: name: site:new:dev description: 'Download Drupal...

I have, almost the same issue, the list of databases does appear for a moment in the left hand column and then vanishes and all that is shown is the...

@williamdes I installed the development version you suggested and it doesn't have the problem, it appears to be fine.

On Debian Buster, using the Debian packaged version: ```bash mycli --version Version: 1.23.2 ``` One work-around for this error: ```bash mycli Connecting to socket /var/run/mysqld/mysqld.sock, owned by user mysql (1698,...

@nickvergessen thanks for looking at this, I'm trying to debug this issue, as far as I'm aware the default `.htaccess` file is being used: ```apache SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1 RequestHeader...

Answering myself after reading [the documentation](https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/basic.html)... :roll_eyes: I don't have a Nextcloud account on the instance in question, however on a development server which I believe is more-or-less configured the...

The Apache log entry for that request: ``` X.X.X.X - - [10/Aug/2022:12:33:34 +0000] "PROPFIND /remote.php/dav/ HTTP/2.0" 400 13937 "-" "curl/7.81.0" ``` And the PHP log entry: ``` - - XXX...

There is some background context that can be found to this in [this issue](https://github.com/mailcow/mailcow-dockerized/issues/4315#issue-1047738303) and also [in this one](https://github.com/mailcow/mailcow-dockerized/issues/4648#issuecomment-1169679198).

Perhaps check the location of `docker-compose` and your `$PATH` ```bash sudo -i which docker-compose echo $PATH ```