diff --git a/docs/remarkable/setup.md b/docs/remarkable/setup.md index 5edf6540..70a41c74 100644 --- a/docs/remarkable/setup.md +++ b/docs/remarkable/setup.md @@ -47,14 +47,14 @@ Steps (done by the automagic scripts): - stop xochitl `systemctl stop xochitl` - add the followint entries to `/etc/hosts` - ``` - 127.0.0.1 hwr-production-dot-remarkable-production.appspot.com - 127.0.0.1 service-manager-production-dot-remarkable-production.appspot.com - 127.0.0.1 local.appspot.com - 127.0.0.1 my.remarkable.com - 127.0.0.1 ping.remarkable.com - 127.0.0.1 internal.cloud.remarkable.com - ``` +``` +127.0.0.1 hwr-production-dot-remarkable-production.appspot.com +127.0.0.1 service-manager-production-dot-remarkable-production.appspot.com +127.0.0.1 local.appspot.com +127.0.0.1 my.remarkable.com +127.0.0.1 ping.remarkable.com +127.0.0.1 internal.cloud.remarkable.com +``` - set the address of your api host:port in the reverse proxy `secure -cert proxy.crt -key proxy.key http(s)://host_where_the_api_is_running:someport` @@ -82,11 +82,11 @@ Steps: - generate the certs from Variant 1, you get them (proxy.crt, proxy.key, ca.crt) and trust the ca.crt - run rmfakecloud with: - ``` - TLS_KEY=proxy.key - TLS_CERT=proxy.crt - STORAGE_URL=https://local.appspot.com - ``` +``` +TLS_KEY=proxy.key +TLS_CERT=proxy.crt +STORAGE_URL=https://local.appspot.com +``` - modify `/etc/hosts` but use the rmfakecloud's ip instead of 127.0.0.1 @@ -101,7 +101,7 @@ Windows/Mac Desktop Client: ### Edit router DNS entries -Same as [the previous method](#modify-/etc/hosts), but instead of modifying any hosts file, make the changes on your DNS/router: +Same as [the previous method](#modify-device-etchosts), but instead of modifying any hosts file, make the changes on your DNS/router: - add the host entries directly on your router (Hosts in OpenWRT) - trust the ca.crt diff --git a/mkdocs.yml b/mkdocs.yml index 06c7d965..26b49fc9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -20,10 +20,13 @@ nav: - Cloud Setup: - From Source: install/source.md - With Docker: install/docker.md + - With Helm: install/helm.md - Configuration: install/configuration.md - Reverse Proxy: + - Apache: install/reverse-proxy/apache.md - Nginx: install/reverse-proxy/nginx.md - Traefik: install/reverse-proxy/traefik.md + - Fail2ban: install/fail2ban.md - Device Setup: - Device: remarkable/setup.md - HTTPS: remarkable/https.md