DeveLanCacheUI_Backend icon indicating copy to clipboard operation
DeveLanCacheUI_Backend copied to clipboard

Major changes discussion

Open zenkraker opened this issue 9 months ago • 1 comments

Hi @devedse, I am using lancache UI quite often and I like the project so thank you for the development so far! I noticed that if I logrotate the access.log all the "history" of downloads gets lost, so I would like to find a solution to use maybe a postgreSQL DB to store the history of the downloads. Would you be interested or would you prefer that I create a "spin-off" project? Of course all the credits for the base project go to you! Talking about history of downloads it would be nice to improve the frontend UI to support such use cases and maybe even a small filter functionality based on the IP of who downloaded what. Since I am more proficient in angular I would like to port you project if that's ok for you?

zenkraker avatar Mar 28 '25 11:03 zenkraker

Well it already uses a database, so logrotating the access.log file shouldn't remove anything from the database. In fact, there's not even code in the application that can remove lines from the download page. I'm not really sure what's happening though. Can you maybe give a bit more details, screenshots and logs?

devedse avatar Apr 30 '25 20:04 devedse