chiefwigms / picobrew_pico

MIT License
148 stars 63 forks source link

Various Fixes or "attempted" Fixes #189

Closed tmack8001 closed 3 years ago

tmack8001 commented 3 years ago

disable ipv6 in nginx; - from several SO and DO discussions this looks to be a promising thing to do since we are disabling ipv6... though not sure where nginx might think to use ipv6 to communicate internally (need to write an image or modify my local setup to verify this change) download files for logs and display a UI for hosting links to various log files - improves the first /logs experience as there are potential multiple log files we might want (thanks to the nginx and single port flask/python setup...) now this will preserve the newlines and formatting of the log files fix Issue #188 about session being overwritten by alias feature - fairly easy fix, and code that would in theory be shared with the init.py code for setting up the initial aliases... maybe refactor this?

tmack8001 commented 3 years ago

image

Much better... I'm defaulting to 20k log lines as in most cases the "recent" are more important... but issue will be all those darned socketio lines that are more than useless.