-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Succeeded in running on synology NAS #90
Comments
Awesome! Thank you very much! |
I like this tool very much, but it is not accessible from the outside. |
ShiguReader is not safe when it can be accessed from public IP. The server code is not prepared for any cyber attack. Let me guess your use case. |
Or you dont want your family members see your personal comic collection even they know the URL. Then I can add a small password page, such that only the person who knows the password can open and read ShiguReader. Which one is your use case? |
I understand that it is dangerous from a security point of view. |
Hahah, sure, I will add a simple password page. |
Thank you very much. |
It is at FileChangeToolbar.js renderDownloadLink() |
I got these errors when I commented out. [HPM] Error occurred while trying to proxy request /api/lsDir from 192.168.1.2:3000 to http://localhost:8080 (ECONNRESET) (https://nodejs.org/api/errors.html#errors_common_system_errors) |
It is totally unrelated, are you using any vpn or proxy? |
No. I'm not using it. |
It works fine. Thank you for your polite advice. |
Hahah, it is my pleasure. |
befc01d |
Wow. Thank you for updating so quickly. The password page works in my environment as well. |
Two potential reasons:
1. Your disk has no space left to save the thumbnail
2. The title is too long. Such that the file path is too long for the OS to
save the thumbnail
…On Sat, Sep 26, 2020 at 6:43 PM taka0913 ***@***.***> wrote:
I am currently unable to generate thumbnails with an error like this.
[image: image]
<https://user-images.githubusercontent.com/30193809/94338750-a49abf80-002f-11eb-89bf-4a3532fbf889.png>
When I executed the same command with 7zip alone, I suspect that the cause
of the error is the space in the file name.
[image: image]
<https://user-images.githubusercontent.com/30193809/94338777-e3307a00-002f-11eb-9cc4-13fe7474a765.png>
Also, I think it is incorrect that there is no space after the "-o"
command.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAW6RU632ZAQ5DY4OMBWIRDSHXAVXANCNFSM4RV6DDSA>
.
|
Thank you for your reply. |
Below are the steps I took.
Nodejs is installed on the synology NAS.
Install Java on your NAS.
However, my NAS did not need to be installed because the CPU is arm v7.
If you don’t already have a ‘shared folder’ for your Comics, create one.
Enter administrator mode with "sudo -i".
Install entware-ng. It's a package manager and you can easily install imagemagick.
https://github.com/Entware/Entware-ng
Install imagemagick with entware-ng.
Install git.
modify src/path-config.
replace "D:" to "/volume1"
for example "/volume1/Comic" if shared folder is "Comic".
modify src/config/user-config.js.
replace "D:" to "/volume1"
replace "\" to "/"
for example "/volume1/Comic/_Happy_Lesson/_Going_to_sort/_good/"
7z is included in Synology NAS as standard, but there was a problem, so install it separately.
run.
It's works.
The text was updated successfully, but these errors were encountered: