Commit Graph
7 Commits
Author SHA1 Message Date
crocodilestick 9fa129d6b6 Made it possible to change the port via the ENV Variable CWA_PORT_OVERRIDE. Default port is still 8083. External port now defaults to override port if given 2025-08-25 21:21:35 +02:00
crocodilestick f08327cd4f Fix get_book_path method to correctly reference config_calibre_split 2025-08-25 14:38:31 +02:00
crocodilestick 60f7aad7d5 CRITICAL SECURITY FIX - Fixed a critical bug from CW that allowed the exposure of sensitive configuration data 2025-08-12 07:10:47 +02:00
crocodilestick 39330bc752 Fixes [bug] 500 Internal Server Error
Fixes #504

Fixed race condition in init s6 services sometimes resulting in CWA instance being created before a library db has been mounted or created
2025-08-11 16:36:15 +02:00
crocodilestick d54e34d47f Updated spdx headers to more accurately reflect the current status of the project & it's contributors 2025-08-09 16:25:35 +02:00
crocodilestick d8cc97c880 Fix branding 2025-08-04 16:54:43 +02:00
crocodilestick 73eecc175b MAJOR REFACTOR
- The CWA repo now contains all of the core required files it needs & no longer directly uses the latest Calibre-Web releases & linuxserver/docker-calibre-web repo to build it's images
- This change should hopefully make contributing to the project much more intuitive for those interested as well making CWA easier to develop for in general

Bugfixes:

- Fixed typo in amazonjp.py preventing it from working
2025-08-02 12:04:05 +02:00