everywall / ladder

Selfhosted alternative to 12ft.io. and 1ft.io bypass paywalls with a proxy ladder and remove CORS headers from any URL
GNU General Public License v3.0
4.29k stars 169 forks source link

Bug: ENV "LOG_URLS" has stopped working #78

Open Sommerwiesel opened 1 month ago

Sommerwiesel commented 1 month ago

The environment var LOG_URLS does not apply anymore:

cat .env LOG_URLS=false

docker logs ladder 2024/05/25 09:17:27 GET /https://www.tagesschau.de/inland/innenpolitik/hausarztpraxen-versorgung-gesetz-100.html

I want the users of my ladder instance to be able to fully privately use the service, so I want ladder ot not log urls.

Thanks :)