small-package/luci-app-tailscale
kenzok8 0b2f93662a update 2025-05-09 20:43:07 2025-05-09 20:43:07 +08:00
..
htdocs/luci-static/resources/view/tailscale update 2025-05-09 20:43:07 2025-05-09 20:43:07 +08:00
po update 2025-05-07 00:26:39 2025-05-07 00:26:39 +08:00
root update 2025-05-09 20:43:07 2025-05-09 20:43:07 +08:00
LICENSE update 2025-01-09 19:54:09 2025-01-09 19:54:09 +08:00
Makefile update 2025-05-09 20:43:07 2025-05-09 20:43:07 +08:00
README.md update 2025-05-07 12:27:04 2025-05-07 12:27:04 +08:00

README.md

luci-app-tailscale

Tailscale is a zero config VPN for building secure networks.

GitHub release (latest by date) GitHub stars GitHub forks License GitHub All Releases

How to build

  • Only compatible with luci2 version

  • Enter in your openwrt dir

    1. replace the default startup script and configuration of Tailscale.

    sed -i '/\/etc\/init\.d\/tailscale/d;/\/etc\/config\/tailscale/d;' feeds/packages/net/tailscale/Makefile
    

    2. get luci-app-tailscale source & building

    git clone https://github.com/asvow/luci-app-tailscale package/luci-app-tailscale
    make menuconfig # choose LUCI -> Applications -> luci-app-tailscale
    make package/luci-app-tailscale/compile V=s # luci-app-tailscale
    

How to install prebuilt packages

  • Upload the prebuilt ipk or apk package to the /tmp directory of OpenWrt
  • Login OpenWrt terminal (SSH)

opkg package manager

opkg update
opkg install --force-overwrite /tmp/luci-*-tailscale*.ipk

apk package manager

apk update
apk add --allow-untrusted --force-overwrite /tmp/luci-*-tailscale*.apk

Thanks


Screenshot

Basic Advanced Extra