Skip to content

Commit

Permalink
test: updated docker-compose file for testing proxies (#1695)
Browse files Browse the repository at this point in the history
We can now test with proxies that require authentication.
  • Loading branch information
quintesse authored Oct 15, 2023
1 parent d0d2a49 commit 8234811
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions misc/proxy/config/tinyproxy.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Uncomment if you want to test proxy authentication
#BasicAuth test test

Port 8888

2 changes: 2 additions & 0 deletions misc/proxy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
networks:
- no-internet
- internet
volumes:
- ./config:/etc/tinyproxy
restart: unless-stopped

jbang:
Expand Down

0 comments on commit 8234811

Please sign in to comment.