docs: explain how to get the admin interface published.
This commit is contained in:
parent
f76b86b8ed
commit
9386bf782d
1 changed files with 8 additions and 0 deletions
|
@ -15,3 +15,11 @@ Run `make` to build the update tarball `KoboRoot.tgz`.
|
||||||
Place the built `KoboRoot.tgz` file in the `.kobo/` folder of your
|
Place the built `KoboRoot.tgz` file in the `.kobo/` folder of your
|
||||||
eReader and eject it.
|
eReader and eject it.
|
||||||
|
|
||||||
|
## Final steps
|
||||||
|
|
||||||
|
To access the admin interface of syncthing you have to edit `config.xml`
|
||||||
|
and replace `<address>127.0.0.1:8384</address>` with
|
||||||
|
`<address>0.0.0.0:8384</address>`. The config is located at
|
||||||
|
`.adds/syncthing/config.xml`. Be aware that anyone
|
||||||
|
in the same network can access the admin interface, so install a TLS
|
||||||
|
certificate and set a password.
|
||||||
|
|
Loading…
Add table
Reference in a new issue