Ivo Bathke
Ivo Bathke
Switching to acme.json as store instead of Consul makes at least the main domain obtain a letsencrypt certificate.
The following happened on Ubuntu 20.04. For the provided versions: ``` - src: geerlingguy.pip version: 1.3.0 - src: geerlingguy.docker version: 2.5.3 ``` i had to install python3-pip on cloud machine,...
Ok i see (how could i not find this thread?) I would still prefer constants over DocBlocks, resp. DocBlocks as additionally. Constants feel like a very common, intuitive approach. Using...
I made it work with 2 tasks and 2 hosts, one for local and one for remote. ``` localhost('local')->set('deploy_path', __DIR__ . '/.build'); host('remote') ->setHostname('server-host.com') ->set('remote_user', 'user') ->set('deploy_path', '/www/blog') ->set('http_user', 'user');...
This might be related: when i want to upgrade from v0.11.11 to v0.11.12 composer says: > - Uninstalling overblog/graphql-bundle (v0.11.11) > - Updating webonyx/graphql-php (v0.12.6) to webonyx/graphql-php (v0.13.1) > -...
Still valid in 4.0.0. I added the fix from @wolthers manually : https://github.com/ivoba/obfuscate-wc/blob/main/src/index.ts
I got into the same situation, with having the first link being a a print css with `media=print`.