Compare commits

..

No commits in common. "4b693586043f1b27bb450db86b8430309f5413d4" and "1b0b6379f3dce7dc4276c238a01e98d070bdc7fb" have entirely different histories.

4 changed files with 2 additions and 13 deletions

View file

@ -1,5 +1,5 @@
ARCH=arm
VERSION=1.29.0
VERSION=1.27.6
CCPREFIX=arm-linux-gnueabihf-
SRC := $(shell find src -type f | tail -n+2)

View file

@ -15,11 +15,3 @@ 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 `<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.

View file

@ -6,7 +6,7 @@ log_s() {
echo "$@" >&2
}
: "${HOME:=/mnt/onboard}"
: "${HOME:=/}"
SYNCTHING_HOME=/mnt/onboard/.adds/syncthing
# add 127.0.0.1 to loopback device

View file

@ -1,3 +0,0 @@
#!/bin/sh
killall syncthing