From 9386bf782da482d05f04469f5901e7285614bbf4 Mon Sep 17 00:00:00 2001 From: redxef Date: Tue, 7 Jan 2025 20:40:03 +0100 Subject: [PATCH] docs: explain how to get the admin interface published. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7cc4957..e049b49 100644 --- a/README.md +++ b/README.md @@ -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 eReader and eject it. +## Final steps + +To access the admin interface of syncthing you have to edit `config.xml` +and replace `
127.0.0.1:8384
` with +`
0.0.0.0:8384
`. 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.