backend changes to improve sync

Reworked library view script,this reduces page load time by 90%
catered for new episodes in recently added feed.
Underlying work done for toggle to untrack certain libraries
General ui fixes
Backup files now limited to latest 5 files
Updated compose to have a limit on log files and sizes (Thanks @Hutch79)
This commit is contained in:
Thegan Govender
2023-06-24 23:56:58 +02:00
parent 364aa2ac09
commit 1fc57445cd
18 changed files with 547 additions and 134 deletions

View File

@@ -18,4 +18,9 @@ services:
depends_on:
- jellystat-db
networks:
default:
default:
logging:
driver: "json-file"
options:
max-file: "5" # number of files or file count
max-size: "10m" # file size