β
Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
tailscale
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/add-tailscale-lxc.sh)"
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
debian LXC
π Provide a clear and concise description of the issue.
The page says:
" You can use it inside a running LXC container or directly on the Proxmox VE host to extend functionality with Tailscale."
But it seems the script wants to be run from the host only if I'm understanding correctly.
if ! command -v pveversion &>/dev/null; then
msg_error "This script must be run on the Proxmox VE host (not inside an LXC container)"
exit 1
fi
Please let me know if it's user error
π Steps to reproduce the issue.
Setup debian LXC with helper scripts
Run tailscale script within that LXC
β Paste the full error output (if available).
β This script must be run on the Proxmox VE host (not inside an LXC container)
πΌοΈ Additional context (optional).
No response
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
tailscale
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/add-tailscale-lxc.sh)"
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
debian LXC
π Provide a clear and concise description of the issue.
The page says:
" You can use it inside a running LXC container or directly on the Proxmox VE host to extend functionality with Tailscale."
But it seems the script wants to be run from the host only if I'm understanding correctly.
Please let me know if it's user error
π Steps to reproduce the issue.
Setup debian LXC with helper scripts
Run tailscale script within that LXC
β Paste the full error output (if available).
β This script must be run on the Proxmox VE host (not inside an LXC container)
πΌοΈ Additional context (optional).
No response