add waybackproxy
Some checks failed
/ Ansible Lint (push) Failing after 50s

This commit is contained in:
Stefan Bethke 2025-09-06 11:39:05 +02:00
commit 592afdced9
4 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,10 @@
services:
# https://github.com/richardg867/WaybackProxy
waybackproxy:
image: cttynul/waybackproxy:latest
environment:
DATE: 19990101
DATE_TOLERANCE: 730
ports:
- "1999:8888"
restart: unless-stopped