Remco van der Velde

Results 17 comments of Remco van der Velde

then i think it is a docker desktop bug, where can i place the issue or can you handle it ? I only use docker-compose and have no idea of...

How to do that? i used your latest binary in a docker debian image.

When using doctrine schema manager i get an array of data describing the column definition of a sqlite db file. ($schema_manager->listTableColumns($sanitized_table)) When using a combination of bigint with auto increment...

@derrabus its `$schema_manager->listTableColumns($stable);` should the type not be casted to string ?

I think a timeout / max execution time per fork should be preferable too, to timeout to the main thread again if something is hanging in the forked process. This...

Thanks for that one, will probably implement it in my framework. I have json #parallel property to execute in parallel and with timeout its way more production ready instead of...

@icing as much defaults as possible, are there different ones ? this is letsencrypt do you need the apache2 config file ?

@icing ```apache2 ServerAdmin {{$options.server.admin|default:''}} MDomain {{$options.server.name|default:''}} auto MDCertificateAgreement accepted MDRequireHttps {{$options.md.https|default:'permanent'}} SSLCipherSuite {{$options.server.cipher.suite|default:'ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384'}} SSLHonorCipherOrder {{$options.server.cipher.order|default:'off'}} SSLSessionTickets off Protocols {{$options.server.protocol|default:'h2 http/1.1 acme-tls/1'}} ServerName {{$options.server.name|default:''}} ServerAlias www.{{$options.server.name|default:''}} {{if(!is.empty($options.server.alias))}} {{for.each($options.server.alias as $alias)}} ServerAlias...

@icing the other method, to allow wildcards but can handle millions, power off power on configurable ?

Hey @icing any news of supporting large amounts of defined subdomains (automated) i see a usecase for a router. Subdomain is a word and with vectors we can "generalize" this,...