@jamiexiongr/panda-hub
v0.1.32
Published
Panda hub runtime
Readme
@jamiexiongr/panda-hub
Published hub runtime for Panda, including the built web UI.
Usage
panda-hub
panda-hub tailscareservtailscareserv and --tailscale-serve both enable automatic tailscale serve publishing.
Windows service management:
panda-hub service install --name=PandaHub tailscareserv
panda-hub service status
panda-hub service restart
panda-hub service uninstallservice 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.
When enabled, hub startup will:
- detect whether
tailscaleis available and online - run
tailscale serve --bg - print the generated Tailscale HTTPS URL in the startup log
Environment
PANDA_HUB_PORTLocal hub listen port. Default:4343PANDA_HUB_TAILSCALE_SERVE_PORTTailscale HTTPS port. Default:443PANDA_TAILSCALE_SERVE=1Optional env alternative to the startup flag
Notes
- Tailscale Serve publishes a tailnet HTTPS address, not a public Internet address.
- This is the recommended way to run the installable PWA on mobile, because the bundled hub serves the built web assets over HTTPS.
