Commit Graph

441 Commits

Author SHA1 Message Date
Mitchell Syer
ba5b4d4c50 Remove old Koreader options (#206) 2025-12-06 15:35:16 -05:00
renovate[bot]
919b100feb Update actions/checkout action to v6 (#202)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 23:23:08 -05:00
Syer10
a597d80ea3 [skip ci] Add HikariCP comment 2025-11-12 16:54:25 -05:00
Syer10
55640f144c ServeConversions and UseHikariConnectionPool 2025-11-12 16:38:10 -05:00
Mitchell Syer
7faeea249b Install CURL 2025-11-08 20:17:18 -05:00
Mitchell Syer
4084b67e39 Remove linux/riscv64 for now 2025-11-08 20:07:15 -05:00
renovate[bot]
d588eadf36 Update eclipse-temurin Docker tag to v25 (#184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-08 20:00:26 -05:00
Mitchell Syer
842d1367e4 [skip ci] Update Koreader default url (#195) 2025-10-24 22:44:20 -04:00
Mitchell Syer
884ddcedf1 Add CBZ mime type setting (#194) 2025-10-24 21:54:22 -04:00
Constantin Piber
bf45d9f6b1 Specify absolute paths for copying libs (#192) 2025-10-17 13:40:42 -04:00
Mitchell Syer
0f06bbaf3c Add auto-backup settings (#190) 2025-10-14 20:01:18 -04:00
Jim Dew
e5abfdad21 [skip ci] Add postgresql compose file (#180)
* Add compose file specifically for postgresql.
Remove postgresql lines from regular compose file.

* remove unneeded network, switch postgresql image, remove hard set container_names
2025-09-24 13:29:54 -04:00
Mitchell Syer
87abf6d4b6 Add another tag (#175) 2025-09-15 15:40:02 -04:00
Constantin Piber
9c68d6f7e2 Enable registry cache for docker build (#176)
* Enable registry cache for docker build

* Update .github/workflows/container.yml

Co-authored-by: Mitchell Syer <Syer10@users.noreply.github.com>

---------

Co-authored-by: Mitchell Syer <Syer10@users.noreply.github.com>
2025-09-15 08:01:58 -04:00
robo
23518c3677 fix downloadConversions (#178)
match an optional curly brace
2025-09-14 21:11:56 -04:00
Constantin Piber
b0f237ae1e Perl: Use lazy matching (#177) 2025-09-14 16:11:51 -04:00
Constantin Piber
44f91a4e38 Attempt to get CI to cache layers (#173) 2025-09-13 13:29:25 -04:00
robo
93e4192199 [skip ci] capitalise the H2 and POSTGRESQL options (#172) 2025-09-13 12:21:10 -04:00
Syer10
7511623c60 Add updated KOReader variables 2025-09-10 12:17:56 -04:00
Constantin Piber
29ee3410bc Improve image size and cachability (#165)
* Merge basic install layers

* Move `TACHIDESK_RELEASE_DOWNLOAD_URL` to where it's needed

This improves cachability, because the `ARG` taints all layers following
it. Since we change this arg for every release, the whole container had
to be rebuilt and redownloaded, when only the layer with the actual jar
file needs it.

* Move `ARG`s to the latest layer we can

`ARG`s taint every layer following, so move the `LABEL` to the last
layer, and the JAR download to the second-to-last, allowing for caching
of every layer except those two.

* Merge user creation layers and move `chmod`

The `chmod` needs to be after all copy and download if we want to avoid
permission problems (previous commit was not functional at runtime due
to insufficient permissions). This way, the files will be owned by the
correct user, and readable by all, while not creating unnecessary
layers.
2025-09-09 18:48:08 -04:00
Mitchell Syer
9b66814d96 Add more fixes to config management (#167) 2025-09-08 12:20:59 -04:00
Constantin Piber
ae620966e4 Publish system certs to java certs (#164) 2025-09-08 11:06:59 -04:00
robo
f884129eee [skip ci] remove POSTGRES_HOST_AUTH_METHOD from docker-compose.yml (#166)
it might have been what was causing my crashes and isnt necessary for basic setups
2025-09-08 11:04:33 -04:00
Syer10
ccf642ff49 Fix quotes on flavor 2025-09-04 15:17:01 -04:00
Mitchell Syer
4ce1538636 Fix enum quotes (#163)
* Fix enum quotes

* Try this one

* Use stars
2025-09-04 15:14:00 -04:00
robo
d55cfa4f6a [skip ci] add postgresql service and env variable comments to the example compose (#162) 2025-09-02 16:17:39 -04:00
Mitchell Syer
f5dce5a890 Fix Enums Without Quotes (#161)
* Fix enums without quotes

* Fix underline
2025-09-02 16:09:39 -04:00
Mitchell Syer
a8d8475de0 Database Configuration (#160) 2025-09-02 12:54:06 -04:00
Syer10
5c6ea7286f Add new JWT variables 2025-08-20 18:39:37 -04:00
are-are-are
253f34cf98 Fix koreaderSyncPercentageTolerance has type STRING rather than NUMBER (#156)
If restart Docker Suwayomi Preview. The issue is caused by line 94 server.conf will become server.koreaderSyncPercentageTolerance = "0.0000000000001" instead of 0.00000000000001
2025-08-20 07:05:19 -04:00
Syer10
a959daf8dc Mention me if it fails 2025-08-19 17:27:18 -04:00
Syer10
d263d1ef55 Fix wrapping of values 2025-08-19 17:20:00 -04:00
Syer10
9568818ce3 Show contents of server.conf for testing 2025-08-19 17:13:09 -04:00
Syer10
79a85c83ec Fix KOReaderSyncServerUrl format 2025-08-19 17:04:58 -04:00
renovate[bot]
bc00388719 Update actions/checkout action to v5 (#154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 15:30:45 -04:00
renovate[bot]
8629366397 Update eclipse-temurin Docker tag (#153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 15:30:36 -04:00
Syer10
fd7a1d92c7 Add new KOReader variables and missing existing ones 2025-08-19 15:30:16 -04:00
Mitchell Syer
1b26c52ba8 [ci skip] Update README.md 2025-07-31 22:27:42 -04:00
github-actions[bot]
56af7c95be Update stable version 2025-07-31 18:33:24 +00:00
Constantin Piber
f4e7901eba Remove CEF lock on startup (#151) 2025-07-15 16:09:35 -04:00
robo
b1448c9cf8 [skip ci] compressionLevel README.md (#150) 2025-07-15 12:16:09 -04:00
Mitchell Syer
9370334fa6 Add downloadConversions (#149) 2025-07-14 18:24:34 -04:00
Constantin Piber
7717a13190 [skip ci] [#147] Update badges (#148)
* [#147] Update badges

* [#147] Update version on stable release
2025-07-13 15:24:19 -04:00
Constantin Piber
e7f29dd891 [skip ci] Add warning on startup failure to readme (#146)
* Add warning on startup failure to readme

[ci skip]

* Move the warning
2025-07-12 16:23:36 -04:00
Mitchell Syer
e4a8a7d841 Fix sed for new variables (#144)
* Minor change

* Add echo ""
2025-07-06 13:43:25 -04:00
Constantin Piber
caeaff6196 Move command to correct branch (#143) 2025-07-06 12:54:20 -04:00
Constantin Piber
e7b1b6b21e Set HOME to avoid default "/" (#142) 2025-07-06 12:49:05 -04:00
Constantin Piber
ea7a79e50a Switch to xvfb-run instead of manually calling Xvfb (#141)
This should ensure it always finds a display number. It also makes sure
to properly kill `Xvfb`, which we did not do before.
2025-07-06 12:48:38 -04:00
Syer10
fe65ce8873 Add support for new auth variables 2025-07-06 12:48:19 -04:00
Constantin Piber
1e7c775741 Remove lock of dead Xvfb instances on start (#139)
When restarting the container, `Xvfb` is killed quite rudely, so it doesn't have time to clean up the lock. This means that on subsequent starts (without recreating the container), `Xvfb` refuses to start and thus the WebView fails.
2025-07-02 13:20:04 -04:00