error

  • The page you requested does not exist. No search was performed. Reason: Invalid keywords used.
About searching

Search results

  1. Deploying to Private Servers via WireGuard from GitHub Actions

    … update && sudo apt install -y wireguard # Generate server keys wg genkey | sudo tee /etc/wireguard/server.key | wg … chmod 600 /etc/wireguard/server.key # Generate runner keys (once per repository) wg genkey > runner.key wg pubkey … in the infrastructure repository. The respective public keys are exchanged: the server’s public key goes into the …

  2. Hide Your Keys, Hide Your Access

    Hide Your Keys, Hide Your Access … Keeping access credentials, such as keys, secrets, and tokens safe and secure is important and … Committing the values of your access credentials, such as keys, secrets, and tokens to your Git repository as plain …

  3. Multiple Terminal Panes with tmux

    … four directions using Ctrl + b + any of the h, j, k, l keys, as if you were using the VIM editor. You can even …

  4. Test Driven Development for Decoupled Drupal

    … so I could run npm run mitmdump any time I needed. API keys and tokens One thing to note about this is that … and responses are captured as is - including any API keys or credentials. The existing API used a static key, …