Christian Seyfferth
Christian Seyfferth
I may have an addition: Can I adjust task options per node? (Example: Customizing the host header for the WebOpCache ResetExecutionTask)
@t3easy I tried that with opcache-reset. ```php foreach ($targets1 as $t) { $node = new Node($t); $node->setHostname($t); $node->setOption('username', $deploymentUser); $node->setOption( \TYPO3\Surf\Task\Php\WebOpcacheResetExecuteTask::class, [ 'scriptIdentifier' => 'erase-all-humans', 'baseUrl' => 'https://'.$node->getHostname(), 'stream_context' =>...
@simonschaufi thats why I would suggest maybe an boolean meta-option for `abstract class Task` which can be set like any other options to disable or enable Tasks for some Nodes.
@t3easy: worked like a charm. Did I miss this in the documentation?
Seems like i have the same error. ```bash > lsusb | grep -e "048d:6004" -e "048d:ce00" Bus 003 Device 004: ID 048d:6004 Integrated Technology Express, Inc. ``` ```bash > ls...
My laptop is a `TUXEDO Stellaris 15 Gen3` the instructions from Tuxedo did not work well with my laptop either. I cannot see how to control light of the lightbar...
i did a quick check if i did these steps: ```bash > sudo make dkmsinstall cp -R . /usr/src/tuxedo-keyboard-3.0.9 dkms install -m tuxedo-keyboard -v 3.0.9 Module tuxedo-keyboard/3.0.9 already installed on...
most likely i did, check resulted in nothing to install ```bash > sudo apt install git dkms build-essential linux-headers-$(uname -r) Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.......
I can reproduce this error on a single Context (Production/Staging). In DDEV (Development/Local) i have ho Problems. I'm still into debugging the cause. so it should be somewhere there.
At the Moment, i am using the following as workaround. It tests, if the Global Request has an site-attribute of the correct type. if not, then it will set the...