asciimoo / morty

Privacy aware web content sanitizer proxy as a service
GNU Affero General Public License v3.0
484 stars 57 forks source link

Some CLI flags not being parsed properly #96

Closed maxweisspoker closed 3 years ago

maxweisspoker commented 4 years ago

Something in commit a549f668b4cf8cf79320e252cd05f6a0f02191b8 screwed up the parsing of command line flags. In particular, the "listen" CLI flag does not get read and reverts to the default localhost address (unless the env var is set).

More info in my comment here

Zaczero commented 3 years ago

That's still a thing 🤒. The only way to set parameters is to use system environment variables.

bump