Commit Graph

83 Commits

Author SHA1 Message Date
Gabriel Zuñiga
b2eaef3fa8 Update docker-compose.yaml
I delete version because is deprecated/obsolete
I added "restart" because help to not start the container every boot
I added also comment to explain how ports work in docker, this help when port 3001 is already used, and need to change for other
2024-09-25 16:23:02 -03:00
Gabriel Zuñiga
4c1aabacbf Update README.md
I added more info to containerized section
- Git Clone, this is the most easy way to get Dockerfile, docker-compose.yaml and package.json(i forget this file and i can't build the image)
- Build the image, to check is every step is going okey, if something failed, people can see where step is failing instead of running from start to end in one run
- run container, the same step as the original readme
2024-09-25 16:00:14 -03:00
daniel-j
f1b37ea02d add Tolino support (UA contains "eReader") reported in #28 2024-07-22 17:59:54 +02:00
daniel-j
c7e1b99fdf update readme 2024-07-21 17:23:47 +02:00
djazz
77301b62a4 Merge pull request #29 from sbkaleci/master
Integrate pdfCropMargins for cropping PDFs
2024-07-21 17:21:01 +02:00
djazz
760781c2ee Merge branch 'master' into master 2024-07-21 17:20:49 +02:00
daniel-j
6bab3da526 Integrate pdfCropMargins for cropping PDFs (#29) 2024-07-21 17:18:31 +02:00
daniel-j
0f660a0897 add npm module sanitize-filename 2024-07-21 16:43:09 +02:00
daniel-j
b70a4624f2 newlines on errors only 2024-07-21 16:32:12 +02:00
daniel-j
5864deb791 upload progress and status 2024-07-21 16:29:51 +02:00
daniel-j
8ccc6f74e5 show errors from kepubify and kindlegen, scrap flash cookie 2024-07-21 16:24:08 +02:00
daniel-j
04b2622ec9 fix error message, more verbose 2024-07-21 15:29:28 +02:00
daniel-j
75eb5c4eda quickfix for cached html 2024-07-21 15:18:22 +02:00
daniel-j
c1b6f9d3ea fix filename encoding on kobo, add checkbox for kindlegen and transliteration 2024-07-21 15:11:45 +02:00
daniel-j
235308f5f3 lowercase file extension for epub and pdf 2024-07-21 12:08:28 +02:00
daniel-j
24a66d2441 Merge branch 'master' of github.com:daniel-j/send2ereader 2024-07-21 12:00:11 +02:00
daniel-j
4f28d87f9c improve error reporting, ajax form upload 2024-07-21 11:57:18 +02:00
daniel-j
55b4176496 bump versions 2024-07-21 10:44:44 +02:00
sbkaleci
30449bddff Integrate pdfCropMargins for cropping PDFs 2024-06-21 20:15:57 +03:00
daniel-j
6f124f73dc bump deps 2024-01-19 17:30:37 +01:00
daniel-j
990fac9266 fix kindlegen url 2024-01-19 17:17:36 +01:00
daniel-j
36c7a4cf35 add application/epub as extra type 2024-01-19 17:12:58 +01:00
daniel-j
03b885a872 metadata, update deps 2023-12-08 19:43:13 +01:00
daniel-j
3ba40132a4 change kindlegen url 2023-12-08 19:39:59 +01:00
daniel-j
c45ad7b44f remove line from testing 2023-12-08 19:08:18 +01:00
daniel-j
cef5b5c455 try fix epub on kindle for some clients 2023-12-08 00:00:53 +01:00
daniel-j
d0fa3da1b1 newline 2023-12-07 23:28:16 +01:00
daniel-j
2855f75561 reorganize file structure, add sending urls 2023-12-07 23:26:18 +01:00
daniel-j
528d304e0d keep parens in filename 2023-12-06 21:13:38 +01:00
daniel-j
35ef23ef11 use alpine for docker 2023-12-06 18:29:35 +01:00
daniel-j
fa496d1793 change order 2023-12-06 18:19:34 +01:00
daniel-j
4b96d924ec add more possible characters 2023-12-06 18:15:51 +01:00
djazz
345f61eed8 Merge pull request #15 from adaxz/fix/chinese-book-download-failed
fixed book in chinese title failed downloading in kobo issue
2023-12-06 18:09:14 +01:00
daniel-j
50dec70b19 newline 2023-12-06 18:08:02 +01:00
daniel-j
8f88260f33 replace chinese-to-pinyin with transliteration (more languages supported) 2023-12-06 18:05:43 +01:00
daniel-j
b12fd5ff4c Update package-lock.json 2023-12-06 17:40:27 +01:00
djazz
e0c5296cac Update package.json 2023-12-06 17:38:50 +01:00
djazz
c0f4575ff1 Merge branch 'master' into fix/chinese-book-download-failed 2023-12-06 17:36:04 +01:00
daniel-j
1545e6ebcf update upload page style 2023-12-06 17:23:57 +01:00
daniel-j
093ff6f209 skip mimetype detection if octet-stream 2023-12-06 16:59:23 +01:00
daniel-j
9ea290685e filename sanitation when downloading to device 2023-12-06 16:50:19 +01:00
daniel-j
9ea7644e62 fix filenames containing non-ascii characters 2023-12-06 15:37:09 +01:00
daniel-j
8e7ee7e2ff always do the extra filetype check clientside 2023-12-06 15:20:59 +01:00
daniel-j
550057bb6d tweak style 2023-12-06 15:20:31 +01:00
daniel-j
44206e28cb dont request status null 2023-12-06 15:11:45 +01:00
daniel-j
72dd30544a be able to cache node modules and other dependencies 2023-12-06 15:03:59 +01:00
daniel-j
77173960ca mobi ios workaround, improve style up recieve page 2023-12-06 15:00:41 +01:00
daniel-j
78e5d79ca8 add site url 2023-12-06 12:56:36 +01:00
daniel-j
817d4c8a3b mkdirp 2023-12-06 12:43:23 +01:00
daniel-j
019d0939cc update dependencies 2023-12-06 12:38:15 +01:00