Tony Morello
Tony Morello
Installation is the same as the original package. The `vendor:publish` action will generate a `resources/plugins` folder and add a new _plugins_ entry in `config/adminer.php`. Just place your plugin files in...
Sorry, I made a mistake. The folder for the plugin files is actually `resources/adminer/plugins` As for password_hash this is what I have used ```'plugins' => [ 'AdminerLoginPasswordLess' => [ password_hash(env('DB_PASSWORD'),...
Hey @Joffcom I fixed this issue by changing the code in [packages/cli/src/LoadNodesAndCredentials.ts](https://github.com/n8n-io/n8n/blob/88cf1823d38efb1eb07ff352fce8a64fa6221276/packages/cli/src/LoadNodesAndCredentials.ts#L290-L306) from: ```typescript for (const type in known.credentials) { const { className, sourcePath, supportedNodes, extends: extendsArr, } = known.credentials[type];...
 You need to turn it off from account > notifications settings
You could add a delay of 2 minutes between retries
In your example that would be true. I don't know what your specific situation is but let's say this script is supposed to run in the morning if the temperature...