Skip to content
Snippets Groups Projects
Commit 9c4eb145 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Update Readme

parent 3ce3d7b8
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,23 @@ ...@@ -5,6 +5,23 @@
See [this](https://blog.r0b.io/post/minimal-rpi-kiosk/) for a description of how to start chromium via .xinit See [this](https://blog.r0b.io/post/minimal-rpi-kiosk/) for a description of how to start chromium via .xinit
## note about apt and git
In `/etc/apt/apt.conf.d/proxy.conf` there is a proxy connection setup:
```
# "socks5h" means proxy with DNS resolving ability
Acquire {
HTTP::proxy "socks5h://127.0.0.1:8080";
HTTPS::proxy "socks5h://127.0.0.1:8080";
}
```
So we can then ssh into the machine with a tunnel
```bash
ssh -R 127.0.0.1:8080 mediactl
```
## Connection diagram ## Connection diagram
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment