Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 4588286

Browse files
committed
Update README
1 parent e8c7b89 commit 4588286

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,15 @@ All data are stored in `$HOME/.narou`
7272

7373
## How to use web UI
7474

75-
Run `narou web`. Then connect to the machine using 8000 port.
75+
Run `narou web`. Then connect to port 8000 of the docker host.
76+
It is required to use direct connection without proxies since
77+
push_server uses port 8001 which doesn't use http.
78+
79+
## How to convert narou-syousetsu with images
80+
81+
Run `narou download` or `narou convert`. `jam7/narou-alpine` image uses
82+
modified AozoraEpub3 which run well with OpenJDK. Modification is
83+
already filed as PR.
7684

7785
## How to use mail
7886

@@ -86,6 +94,12 @@ created /opt/narou/mail_setting.yaml
8694
設定ファイルがあるフォルダを開きますか (y/n)?: n
8795
```
8896

97+
## Modifications
98+
99+
1. Apply narou.rb modification to specify AozoraEpub3 path at initialize and use it
100+
1. Apply narou.rb modification to specify accepted_domains in web UI and use it
101+
1. Apply AozoraEpub3 modification to work fine under OpenJDK and use it
102+
89103
## License
90104

91105
@ 2017 Kazushi (Jam) Marukawa, All rights reserved.

0 commit comments

Comments
 (0)