You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/get-started/host-from-home-with-a-pi.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,23 +97,26 @@ Replace `USER` with the username you chose and `HOST` with the hostname you chos
97
97
98
98
### disco Setup
99
99
100
-
- You now have the Raspberry Pi and Cloudflare set up. The next step is to install disco on the Raspberry Pi.
101
-
- On your computer, install the disco CLI by following [these steps](/get-started/install-the-cli).
100
+
- You now have the Raspberry Pi and Cloudflare set up!
101
+
- We will now use the CLI to install the disco daemon on the Raspberry Pi. To do so...
102
+
-**On your computer** (not on the Pi!), install the disco CLI by following [these steps](/get-started/install-the-cli).
102
103
- The simplest and fastest way is to run `curl https://cli-assets.letsdisco.dev/install.sh | sh`
103
-
- Once you have the disco CLI installed, run:
104
+
- Once you have the disco CLI installed on **your** computer, run (again, on your computer):
104
105
105
106
```bash
106
-
disco init USER@HOST.local \
107
+
disco init USER@HOST \
107
108
--host TUNNELDOMAIN \
108
109
--cloudflare-tunnel TOKEN
109
110
```
110
111
111
112
- Replacing:
112
113
-`USER` with the username you chose for the Raspberry Pi
113
114
-`HOST` with the hostname you chose for the Raspberry Pi
115
+
- this will be something like `myhomepi.local`
114
116
-`TUNNELDOMAIN` with the subdomain you set up in the Cloudflare tunnel
117
+
- this will be something like `mypi.mydomain.com`
115
118
-`TOKEN` with the token you copied from the Cloudflare tunnel setup
116
-
- disco will ask you for your Raspberry Pi password. Enter it.
119
+
- disco will ask you for your Raspberry Pi account password. Enter it.
117
120
- If you see an error that's about "Failed to run command over SSH" and it includes the text "It is held by process 1990 (unattended-upgr)", this is because the Raspberry Pi is currently updating. Wait about 5-10 minutes and try again.
0 commit comments