Added build files for windows and executables for linux and windows under .zip folders

This commit is contained in:
rapturate
2026-06-09 16:38:12 -04:00
parent 8b39ddecac
commit 382971ad7d
13 changed files with 258 additions and 12 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,12 @@
LumberJack TUI takes in an Apache2 access log file and provides an interactive interface to check your logs.
NOTES:
- The TUI will ask for the access.log file location and the GeoLite2-City.mmdb file location on startup. It will then create local .env file with the locations you provided. If you mess up, just change them in the file for now.
* I have not tried using the GeoLite2-Country.mmdb file and do not know if it will crash the application...
FUTURE CHANGES:
- Better filtering functionality
- Ban IP functionality
- Access Date/Time column
- Sorting by column (asc/desc)

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,12 @@
LumberJack TUI takes in an Apache2 access log file and provides an interactive interface to check your logs.
NOTES:
- The TUI will ask for the access.log file location and the GeoLite2-City.mmdb file location on startup. It will then create local .env file with the locations you provided. If you mess up, just change them in the file for now.
* I have not tried using the GeoLite2-Country.mmdb file and do not know if it will crash the application...
FUTURE CHANGES:
- Better filtering functionality
- Ban IP functionality
- Access Date/Time column
- Sorting by column (asc/desc)