richardg867 / WaybackProxy

HTTP proxy for tunneling requests through the Internet Archive Wayback Machine
GNU General Public License v3.0
646 stars 55 forks source link

Docker container and bug fixes #3

Closed jmarler closed 2 years ago

jmarler commented 2 years ago

Added files for building a docker container that allow setting the config.py values via environment variables.

Small bug fixes to handle setting the config.py values via the docker scripts or via the built-in config editor screen

Changed the wayback time converter to use datetime.strptime

Added additional exception handlers to the urlopen calls, but some exceptions still get through. This needs more cleanup, but it works even if the logs are ugly.