This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | :: | |
| :: Usage: >create [PROJECTNAME | PATH\PROJECTNAME] | |
| :: | |
| @echo off | |
| set INPUT="%1" | |
| if "%1"=="" echo "Missing project name" && goto:eof | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # This Dockerfile assumes that you're building for arm64 architecture | |
| # If you're going to use your Pi-hole on any other architecture (e.g. armhf or amd64), please adjust the cloudflared download link | |
| # You may also download an already build image with: docker pull sentouki/pihole-cloudflared | |
| FROM pihole/pihole:latest | |
| EXPOSE 80 | |
| EXPOSE 53 | |
| RUN apt update && apt install -y wget | |
| RUN wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-arm64 \ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* | |
| force focus for one element, | |
| works only on one element/page. | |
| usage example: | |
| <input type="text" forcefocus/> | |
| */ | |
| (function(){} |