Stop tracking .env configuration.

This commit is contained in:
rapturate
2026-06-09 15:58:36 -04:00
parent 92bdaee885
commit 8b39ddecac
5 changed files with 3 additions and 18 deletions

View File

@@ -1,12 +1,7 @@
LumberJack TUI takes in an Apache2 access log file and provides an interactive interface to check your logs.
REQUIREMENTS:
- Access to a GeoLite2-City.mmdb database file.
* The signup page is provided here:
https://dev.maxmind.com/geoip/geolite2-free-geolocation-data/
NOTES:
- The TUI will ask for the access.log file location and the GeoLite2-City.mmdb file location on startup. It will then create a local .env file with the locations you provided. If you mess up, just change them in the file for now.
- 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...