Leonid Makarov
Leonid Makarov
Xdebug v3 made tremendous performance improvements by reducing the overhead compared to Xdebug v2. Instead of all or nothing, there is now a new configuration option to control what debugging...
There are various complications and workaround we had to make to get the wildcard `*.docksal` domain resolution work for local environments on different systems. To remove these complexities and have...
Implement a built-in command in fin to rsync files between host and project containers. Example: ``` fin project rsync cli:/var/www/vendor ./vendor fin project rsync ./vendor cli:/var/www/vendor ```
Collect anonymous stats regarding which fin commands are used by users.
NFS may be disabled on a Mac controlled via a MDM profile (Kandji, etc.). In such cases, the organization policies need to be adjusted to allow NFS. This would go...
`vendor`, `node_modules`, `.cache`, and similar directories generated during the project build process and holding 3rd-party code are great candidates to keep inside containers and never sync with the host. This...
Logging mostly as FYI so others can find it. This has been recently mentioned on Gitter. I also ran into this issue myself today: ``` [Mon Aug 05 13:44:36.060195 2019]...
Cloudflare provides a free Argo Tunnel tier for development needs - https://try.cloudflare.com/ ```On Mac $ brew install cloudflare/cloudflare/cloudflared $ cloudflared tunnel --url https://192.168.64.100/ --no-tls-verify --http-host-header test.docksal.site ... 2021-05-17T15:47:20Z INF +-------------------------------------------------------------+...
When `docksal-dns` is disabled (`DOCKSAL_DNS_DISABLED=1`), dns container configuration in stacks should not be included (`DOCKSAL_DNS1` and `DOCKSAL_DNS2`). This fixes DNS resolution inside containers when `DOCKSAL_DNS_DISABLED=1` is set on Linux (tested...
Solr setup became more complicated with 8.x-3.x versions of Drupal's [search_api_solr](https://www.drupal.org/project/search_api_solr) module. Our Solr [images](https://github.com/docksal/service-solr) support the latest versions (e.g. `docksal/solr:8.1-2.1`), however our [Solr docs](https://docs.docksal.io/tools/apache-solr) do not cover the specifics...