Merge branch 'master' into caddy-2

This commit is contained in:
Anoop B
2020-05-02 12:40:46 +05:30
committed by GitHub
2 changed files with 6 additions and 4 deletions
+4 -3
View File
@@ -2,6 +2,7 @@ name: Build and Deploy
env:
CI: true
PYTHON_VERSION: '3.7'
on: [push, pull_request]
@@ -16,15 +17,15 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.7'
python-version: '${{ env.PYTHON_VERSION }}'
architecture: 'x64'
- name: Cache dependencies
uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
key: ${{ runner.os }}-pip-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/requirements.txt') }}
restore-keys: ${{ runner.os }}-pip-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/requirements.txt') }}
- name: Install Python dependencies
run: python3 -m pip install -r requirements.txt
+2 -1
View File
@@ -1,7 +1,7 @@
---
title: Community Projects
description: Things built with Pi-hole
last_updated: Sun Jan 13 19:45:40 2019 UTC
last_updated: Mon Apr 20 19:45:40 2019 UTC
---
- [The Big Blocklist Collection](https://firebog.net/)
@@ -20,3 +20,4 @@ last_updated: Sun Jan 13 19:45:40 2019 UTC
- [Pi-hole Droid: Android client](https://github.com/friimaind/pi-hole-droid)
- [Windows DNS Swapper](https://github.com/tryallthethings/DNS-Swapper), see [#1400](https://github.com/pi-hole/pi-hole/issues/1400)
- [Pi-hole Visualizer](https://www.reddit.com/r/pihole/comments/82ikgb/pihole_visualizer_update/)
- [Enable/Disable Pi-Hole from your iPhone Home Screen](https://codeopolis.com/posts/how-to-control-pi-hole-from-your-iphone/)