Kavita/API/Services
Joseph Milazzo a29b11c366
Breaking Changes: Docker Parity (#698)
* Refactored all the config files for Kavita to be loaded from config/. This will allow docker to just mount one folder and for Update functionality to be trivial.

* Cleaned up documentation around new update method.

* Updated docker files to support config directory

* Removed entrypoint, no longer needed

* Update appsettings to point to config directory for logs

* Updated message for docker users that are upgrading

* Ensure that docker users that have not updated their mount points from upgrade cannot start the server

* Code smells

* More cleanup

* Added entrypoint to fix bind mount issues

* Updated README with new folder structure

* Fixed build system for new setup

* Updated string path if user is docker

* Updated the migration flow for docker to work properly and Fixed LogFile configuration updating.

* Migrating docker images is now working 100%

* Fixed config from bad code

* Code cleanup

Co-authored-by: Chris Plaatjes <kizaing@gmail.com>
2021-11-03 06:36:04 -07:00
..
HostedServices OPDS Cleanup (#534) 2021-08-28 15:32:24 -07:00
Tasks Breaking Changes: Docker Parity (#698) 2021-11-03 06:36:04 -07:00
AccountService.cs Disable Authentication & Login Page Rework (#619) 2021-10-02 11:23:58 -05:00
ArchiveService.cs Cover Image Picking + Forwarding Headers with EPUBs (#700) 2021-10-21 14:51:14 -05:00
BookService.cs More EPUB Scoping Fixes (#691) 2021-10-19 06:12:49 -07:00
CacheService.cs Breaking Changes: Docker Parity (#698) 2021-11-03 06:36:04 -07:00
DirectoryService.cs Breaking Changes: Docker Parity (#698) 2021-11-03 06:36:04 -07:00
DownloadService.cs Cleanup bookmarks and Reading List Items (#567) 2021-09-08 14:41:41 -07:00
ImageService.cs Breaking Changes: Docker Parity (#698) 2021-11-03 06:36:04 -07:00
MetadataService.cs Change chunk size to be a fixed 50 to validate if it's causing issue with refresh. Added some try catches to see if exceptions are causing issues. (#681) 2021-10-16 11:50:34 -07:00
TaskScheduler.cs Breaking Changes: Docker Parity (#698) 2021-11-03 06:36:04 -07:00
TokenService.cs Implemented download log files (not in service). Refactored backupservice to handle log file splitting. Improved a few interfaces and added some unit tests around them. 2021-02-24 11:59:16 -06:00
WarmupServiceStartupTask.cs Lots of Hangfire attempts to solve the lock issue. Not sure how to fix it. Added some APIs for streams. 2021-03-15 13:49:13 -05:00