@rubytech/taskmaster 1.9.8 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build-info.json +3 -3
- package/dist/control-ui/assets/{index-DpyzE2YD.js → index-CTFFQkyj.js} +624 -585
- package/dist/control-ui/assets/index-CTFFQkyj.js.map +1 -0
- package/dist/control-ui/assets/{index-ouo9dqKk.css → index-n_TWBBTg.css} +1 -1
- package/dist/control-ui/index.html +2 -2
- package/package.json +1 -1
- package/skills/tailscale/SKILL.md +47 -0
- package/dist/control-ui/assets/index-DpyzE2YD.js.map +0 -1
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
<title>Taskmaster Control</title>
|
|
7
7
|
<meta name="color-scheme" content="dark light" />
|
|
8
8
|
<link rel="icon" type="image/png" href="./favicon.png" />
|
|
9
|
-
<script type="module" crossorigin src="./assets/index-
|
|
10
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
9
|
+
<script type="module" crossorigin src="./assets/index-CTFFQkyj.js"></script>
|
|
10
|
+
<link rel="stylesheet" crossorigin href="./assets/index-n_TWBBTg.css">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<taskmaster-app></taskmaster-app>
|
package/package.json
CHANGED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: tailscale
|
|
3
|
+
description: Guide users through Tailscale remote access setup — installing the app, creating an account, and connecting their device.
|
|
4
|
+
metadata: {"taskmaster":{"emoji":"🔐"}}
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Tailscale Remote Access Setup
|
|
8
|
+
|
|
9
|
+
Helps users set up remote access to their Taskmaster device using Tailscale. Tailscale creates a private, encrypted network between devices without opening ports or configuring firewalls.
|
|
10
|
+
|
|
11
|
+
## When to activate
|
|
12
|
+
|
|
13
|
+
- User asks about remote access, accessing their device from outside the local network, or connecting while away from home
|
|
14
|
+
- User encounters issues during the Tailscale connection flow on the setup page
|
|
15
|
+
- User sees a QR code on the setup page and doesn't know what to do
|
|
16
|
+
|
|
17
|
+
## Recommended path
|
|
18
|
+
|
|
19
|
+
The simplest setup path for non-technical users:
|
|
20
|
+
|
|
21
|
+
1. **Install the Tailscale app on your phone** — available on iOS App Store and Google Play Store. Search for "Tailscale" and install the official app.
|
|
22
|
+
2. **Create a Tailscale account** — open the app and sign up. You can use Google, Microsoft, Apple, or email to create your account.
|
|
23
|
+
3. **Go to the Taskmaster setup page** — open the control panel in your browser.
|
|
24
|
+
4. **Click "Connect" next to Remote Access** — a modal will appear showing progress while the connection starts.
|
|
25
|
+
5. **Scan the QR code with your phone camera** — when the QR code appears, point your phone camera at it. This links your Taskmaster device to your Tailscale account.
|
|
26
|
+
6. **Approve the device in the Tailscale app** — you may be asked to confirm the new device. Tap approve/allow.
|
|
27
|
+
7. **Done** — the modal will show a success message and close automatically. Your device is now accessible from anywhere you have Tailscale installed.
|
|
28
|
+
|
|
29
|
+
## After connecting
|
|
30
|
+
|
|
31
|
+
- Install Tailscale on any other device (laptop, tablet) where you want to access the control panel
|
|
32
|
+
- Sign in with the same Tailscale account
|
|
33
|
+
- Your Taskmaster device will appear in the Tailscale network — access it using the Tailscale URL shown on the setup page
|
|
34
|
+
|
|
35
|
+
## Troubleshooting
|
|
36
|
+
|
|
37
|
+
- **QR code doesn't appear**: The Tailscale service may not be running on the device. Check the setup page for error details. Restarting the gateway may help.
|
|
38
|
+
- **Authentication times out**: The QR code is valid for a limited time. Click "Connect" again to generate a new one.
|
|
39
|
+
- **"Tailscale not installed" message**: Tailscale needs to be installed on the Taskmaster device itself (the server). This is separate from installing it on your phone.
|
|
40
|
+
- **Connection drops**: Make sure both devices (phone/laptop and Taskmaster) have Tailscale running and are signed into the same account.
|
|
41
|
+
|
|
42
|
+
## Key concepts
|
|
43
|
+
|
|
44
|
+
- **Tailscale** is a mesh VPN — devices connect directly to each other through encrypted tunnels
|
|
45
|
+
- **Free for personal use** — up to 100 devices on the free plan
|
|
46
|
+
- **No port forwarding needed** — works through firewalls and NAT automatically
|
|
47
|
+
- **Internet Access** (Funnel) — an optional feature that gives your device a public URL reachable by anyone, not just Tailscale users. Enable this from the setup page after remote access is connected.
|