Skip to content

Commit

Permalink
Merge pull request #331 from Eeems/patch-2
Browse files Browse the repository at this point in the history
Fix formatting and warnings in docs
  • Loading branch information
ddvk authored Nov 17, 2024
2 parents 0993999 + 503ec67 commit db9f887
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/remarkable/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db9f887

Please sign in to comment.