Skip to content
View DrizzlyOwl's full-sized avatar

Block or report DrizzlyOwl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DrizzlyOwl/README.md

Pinned Loading

  1. check-wordpress-versions.sh check-wordpress-versions.sh
    1
    #! /bin/bash
    2
    #
    3
    # Author:      Ash Davies <github.com/drizzlyowl>
    4
    # Requires:    wp-cli, curl, python, sendmail
    5
    # Description: Checks through all vhost directories to determine whether WordPress is 
  2. create-vhost.sh create-vhost.sh
    1
    #! /bin/bash
    2
    #
    3
    # A quick bash script to make it easier for non tech-savvy folks
    4
    # to create a vhost conf file and enable it for apache2.
    5
    #
  3. Refresh domain validation tokens for... Refresh domain validation tokens for AFD Custom Domains
    1
    #! /bin/bash
    2
    set -e
    3
    
                  
    4
    TODAY=$(date -Idate)
    5
    TZ=Europe/London
  4. Scan all owned App Registrations for... Scan all owned App Registrations for expiring Client Secrets
    1
    #!/bin/bash
    2
    set -e
    3
    
                  
    4
    TZ=Europe/London
    5
    TODAY=$(gdate -Idate)
  5. DFE-Digital/terraform-azurerm-key-vault-tfvars DFE-Digital/terraform-azurerm-key-vault-tfvars Public

    Use Azure Key Vault for centralising your Terraform variables

    HCL

  6. DFE-Digital/terraform-azurerm-container-apps-hosting DFE-Digital/terraform-azurerm-container-apps-hosting Public

    Azure Container Apps Hosting terraform module

    HCL 12 8