mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-01-18 12:34:24 -05:00
➖ Deleted: .dockerignore .travis.yml ➖
.dockerignore .travis.yml
This commit is contained in:
parent
29e6718176
commit
9097d2b379
@ -1,7 +0,0 @@
|
||||
.git
|
||||
circle.yml
|
||||
LICENSE
|
||||
VERSION
|
||||
README.md
|
||||
Changelog.md
|
||||
Makefile
|
29
.travis.yml
29
.travis.yml
@ -1,29 +0,0 @@
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
|
||||
env:
|
||||
DOCKER_COMPOSE_VERSION: 1.5.2
|
||||
|
||||
before_install:
|
||||
- sudo rm /usr/local/bin/docker-compose
|
||||
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
|
||||
- chmod +x docker-compose
|
||||
- sudo mv docker-compose /usr/local/bin
|
||||
|
||||
script:
|
||||
- docker-compose build
|
||||
- docker-compose up -d
|
||||
# everything running?
|
||||
- docker-compose ps
|
||||
- docker-compose ps squidguard | grep Up
|
||||
# wpad should be available
|
||||
- docker-compose run squidguard wget -o /dev/null http://squidguard/wpat.dat
|
||||
# muenchhausen.de should not be blocked
|
||||
- docker-compose run squidguard wget -e use_proxy=yes -e http_proxy=http://squidguard:3128 -o /dev/null http://www.muenchhausen.de
|
||||
# lemonlime.de should be blocked because it is not in the whitelist
|
||||
- docker-compose run squidguard wget -e use_proxy=yes -e http_proxy=http://squidguard:3128 --content-on-error -qO- http://www.lemonlime.de | grep "block"
|
||||
|
||||
notifications:
|
||||
email:
|
||||
- derk@muenchhausen.de
|
Loading…
x
Reference in New Issue
Block a user