Hi Flo,
git clone https://gist.github.com/beevelop/075981c168d84150632aa43e3cba14c7 stocha
cd stocha
npm i
ausführen mithilfe von
| angular.module('feathers') | |
| .config([ 'ngAdminJWTAuthConfiguratorProvider', function (jwt) { | |
| jwt.setJWTAuthURL('http://sandbox.foobar.feathers/auth/local') | |
| jwt.setCustomLoginTemplate('login.html') | |
| jwt.setCustomAuthHeader({ | |
| name: 'Authorization', | |
| template: 'Bearer {{token}}' | |
| }) | |
| } ]) |
| version: '2' | |
| networks: | |
| # create a network to share between TICK services, so they can connect to each other by specifying influxdb network name | |
| influxdb: | |
| services: | |
| telegraf: | |
| image: telegraf:1.1.2 | |
| container_name: telegraf1.1.2 |
| document.querySelector('#readme').setAttribute('style', 'position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 100; background-color: white') | |
| document.querySelector('body').appendChild(document.querySelector('#readme')) | |
| window.print() |
| latestinfo | |
| sha256test | |
| callgrind* | |
| sha256test.gcda |
| { | |
| "non-interactive": true, | |
| "force": false, | |
| "pkgFiles": [ | |
| "package.json" | |
| ], | |
| "increment": "patch", | |
| "commitMessage": "Release v%s", | |
| "tagName": "v%s", |
Hi Flo,
git clone https://gist.github.com/beevelop/075981c168d84150632aa43e3cba14c7 stocha
cd stocha
npm i
ausführen mithilfe von
This script allows you to whitelist / accept / trust your self-signed / custom / invalid certificate by putting it into your Keychain. This is helpful to convince your favorite browser (Chrome or Opera) to not give a shit about its issuer or whatever.
git clone https://gist.github.com/beevelop/cf60f88292ad76b0e1bc37ed688c07b4 whiteliste_ssl
cd whiteliste_ssl
chmod +x whitelist_ssl.sh
./whitelist_ssl.sh https://my-self-signed-domain.foobar/whatever/
| var RED = require("node-red"); | |
| var importedFlows = require('./flows.json') | |
| const path = require('path'); | |
| // Create the settings object - see default settings.js file for other options | |
| var settings = { | |
| httpNodeRoot: false, | |
| httpAdminRoot: false, | |
| userDir: path.join(__dirname, ".nodered"), | |
| functionGlobalContext: {} |
| sudo certbot -d reg.example.com --manual --preferred-challenges dns certonly |