Compare commits
1 commit
73f69f34c8
...
83b1f2cba9
Author | SHA1 | Date | |
---|---|---|---|
83b1f2cba9 |
4 changed files with 0 additions and 28 deletions
|
@ -1,7 +0,0 @@
|
|||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'resources/z9/waybackproxy/docker_compose/compose.yaml.j2') }}"
|
||||
docker_compose__configuration_files: [ ]
|
||||
|
||||
nginx__version_spec: ""
|
||||
nginx__configurations:
|
||||
- name: waybackproxy.ccchh.net
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/z9/waybackproxy/nginx/waybackproxy.ccchh.net.conf') }}"
|
|
@ -11,9 +11,6 @@ all:
|
|||
ansible_user: chaos
|
||||
thinkcccore0:
|
||||
ansible_host: thinkcccore0.z9.ccchh.net
|
||||
waybackproxy:
|
||||
ansible_host: waybackproxy.ccchh.net
|
||||
ansible_user: chaos
|
||||
yate:
|
||||
ansible_host: yate.ccchh.net
|
||||
ansible_user: chaos
|
||||
|
@ -23,7 +20,6 @@ certbot_hosts:
|
|||
docker_compose_hosts:
|
||||
hosts:
|
||||
dooris:
|
||||
waybackproxy:
|
||||
yate:
|
||||
foobazdmx_hosts:
|
||||
hosts:
|
||||
|
@ -36,13 +32,11 @@ infrastructure_authorized_keys_hosts:
|
|||
dooris:
|
||||
light:
|
||||
authoritative-dns:
|
||||
waybackproxy:
|
||||
yate:
|
||||
nginx_hosts:
|
||||
hosts:
|
||||
dooris:
|
||||
light:
|
||||
waybackproxy:
|
||||
ola_hosts:
|
||||
hosts:
|
||||
light:
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
services:
|
||||
# https://github.com/richardg867/WaybackProxy
|
||||
waybackproxy:
|
||||
image: cttynul/waybackproxy:latest
|
||||
environment:
|
||||
DATE: 19990101
|
||||
DATE_TOLERANCE: 730
|
||||
ports:
|
||||
- "1999:8888"
|
||||
restart: unless-stopped
|
|
@ -1,5 +0,0 @@
|
|||
# TODO: set up caching proxy
|
||||
|
||||
# server {
|
||||
# listen 1999
|
||||
# }
|
Loading…
Add table
Add a link
Reference in a new issue