Commit graph

15 commits

Author SHA1 Message Date
2e5a7247a7
feat: add jre to PATH instead of symlinking 2025-02-19 11:46:15 +04:00
250fff2b47
fix: shell wrapper to handle signals 2025-02-19 11:38:38 +04:00
a2895b4271
docs: add license 2025-02-18 23:02:18 +04:00
c95733c487
fix: specify target triple to generate correct dir tree
Piped looks for META-INF/natives/(target triple)/libreqwest.so in the JAR.
With the default target, "(target triple)" directory name does not match the triple
(didn't check, but i suppose it is named like "default" maybe),
so Piped cannot find the native library
2025-02-18 22:58:37 +04:00
931caf99a1
feat: compile reqwest4j instead of using binary 2025-02-18 22:34:36 +04:00
246738cbc3
split docker compose configs 2025-01-28 18:21:19 +04:00
e86f7c23bf
add compose for piped 2025-01-28 18:20:21 +04:00
4f834b1a2c
add piped dockerfile 2025-01-28 18:10:00 +04:00
0025a3a84e
feat: verify with java --version
just in case
2025-01-28 17:19:52 +04:00
22ef423c5d
limit jre modules list to save some space 2025-01-28 17:07:23 +04:00
c745437fdf
fix: switch to ubuntu 24.10 on both because debian has old glibc 2025-01-27 21:00:06 +04:00
bdf1245e9a
optimize image size by generating a jre 2025-01-27 16:50:02 +04:00
4533203a88
use rsync to copy binaries to host 2025-01-27 15:14:04 +04:00
faa60c6bd1
add compose 2025-01-27 14:50:25 +04:00
50aeffaf5e
add dockerfile 2025-01-27 14:28:21 +04:00