Browse Source

Patch tailscale for Umbrel 0.5.1 (#77)

main
Luke Childs 3 years ago
committed by GitHub
parent
commit
21ea6c3196
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tailscale/exports.sh
  2. 2
      tailscale/umbrel-app.yml

2
tailscale/exports.sh

@ -6,7 +6,7 @@ if ! cat "${UMBREL_ROOT}/db/user.json" | grep '"tailscale"'
then then
# Only patch unmodified v0.5.0 app script to prevent infinite loop or making weird changes to future app scripts # Only patch unmodified v0.5.0 app script to prevent infinite loop or making weird changes to future app scripts
if sha256sum "${UMBREL_ROOT}/scripts/app" | grep 43d41ead6963780289e381a172ea346603e36ae650f9e5c878e93aa5c1f78e15 if sha256sum "${UMBREL_ROOT}/scripts/app" | grep 1620d0e2cfd9cb70e300e28cd3c93a03c00ee65175fe0281a71f62793cc05e19
then then
echo "Detected Tailscale install, we need to patch the install script so this doesn't fail!" echo "Detected Tailscale install, we need to patch the install script so this doesn't fail!"

2
tailscale/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: tailscale id: tailscale
category: Networking category: Networking
name: Tailscale name: Tailscale
version: "1.26.2" version: "1.26.2-build-2"
tagline: Zero config VPN to access your Umbrel from anywhere tagline: Zero config VPN to access your Umbrel from anywhere
description: >- description: >-
Tailscale is zero config VPN that creates a secure network between Tailscale is zero config VPN that creates a secure network between

Loading…
Cancel
Save