Update README

This commit is contained in:
Markus F.J. Busche
2025-09-20 13:58:50 +02:00
parent 7d45cb20a9
commit fa9a5e47dc

View File

@@ -17,10 +17,12 @@ This plugin makes your OctoPrint instance accessible from anywhere via Tailscale
## Installation
1. Install Tailscale on your system and ensure it's running
2. Install the plugin through OctoPrint's plugin manager
3. Configure the plugin settings in OctoPrint's settings panel
4. Enable Funnel through the plugin interface
1. Install Tailscale on your system and ensure it's running (see https://tailscale.com/download/linux or run `curl -fsSL https://tailscale.com/install.sh | sh`)
2. Start Tailscale on your system (run `sudo tailscale up`)
3. Authenticate using the Tailscale URL (e.g. https://login.tailscale.com/a/<some random characters>)
4. Install the plugin through OctoPrint's plugin manager (go to Settings -> Plugins -> Install and search for "Tailscale Funnel")
5. Configure the plugin settings in OctoPrint's settings panel
6. Enable Funnel through the plugin interface
## Building from Source