@jamiexiongr/panda-hub 0.1.30 → 0.1.31

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/README.md CHANGED
@@ -2,30 +2,30 @@
2
2
 
3
3
  Published hub runtime for Panda, including the built web UI.
4
4
 
5
- ## Usage
6
-
7
- ```bash
8
- panda-hub
9
- panda-hub tailscareserv
10
- ```
11
-
12
- `tailscareserv` and `--tailscale-serve` both enable automatic `tailscale serve` publishing.
13
-
14
- Windows service management:
15
-
16
- ```powershell
17
- panda-hub service install --name=PandaHub tailscareserv
18
- panda-hub service status
19
- panda-hub service restart
20
- panda-hub service uninstall
21
- ```
22
-
23
- `service install` stores the startup args and current `PANDA_*` environment values in the Windows service definition. If you change them later, run `service install` again to update the service.
24
-
25
- When enabled, hub startup will:
26
-
27
- - detect whether `tailscale` is available and online
28
- - run `tailscale serve --bg`
5
+ ## Usage
6
+
7
+ ```bash
8
+ panda-hub
9
+ panda-hub tailscareserv
10
+ ```
11
+
12
+ `tailscareserv` and `--tailscale-serve` both enable automatic `tailscale serve` publishing.
13
+
14
+ Windows service management:
15
+
16
+ ```powershell
17
+ panda-hub service install --name=PandaHub tailscareserv
18
+ panda-hub service status
19
+ panda-hub service restart
20
+ panda-hub service uninstall
21
+ ```
22
+
23
+ `service install` stores the startup args and current `PANDA_*` environment values in the Windows service definition. If you change them later, run `service install` again to update the service.
24
+
25
+ When enabled, hub startup will:
26
+
27
+ - detect whether `tailscale` is available and online
28
+ - run `tailscale serve --bg`
29
29
  - print the generated Tailscale HTTPS URL in the startup log
30
30
 
31
31
  ## Environment
package/bin/panda-hub.cjs CHANGED
@@ -1,3 +1,3 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  import('../dist/cli.mjs')