Weston Blieden 1286d07280 Update README.md
2022-09-06 09:27:54 +02:00
2022-09-06 09:15:14 +02:00
2022-09-05 22:14:07 +02:00
2022-09-06 09:27:54 +02:00

To install Tailscale on Axis cameras

Check Soc

curl --anyauth "*" -u username:password 192.168.0.90/axis-cgi/basicdeviceinfo.cgi --data "{"apiVersion":"1.0","context":"Client defined request ID","method":"getAllProperties"}"


### Soc	Architecture
* ARTPEC-6 =	arm
* ARTPEC-7 = arm
* ARTPEC-8 = aarch64
* S2E =	arm
* S2L =	arm
* S3L =	arm
* S5 = aarch64
* S5L =	aarch64

### You will need to enable SSH via the plain config then:

Copy the files "tailscale" and "tailscaled" for the correct Soc to the camera to /usr/local/packages/tailscale

 SSH to camera with root user then run

cd /usr/local/packages/tailscale

chmod 777 tailscaled

chmod 777 tailscale

Copy "tailscaled.service" to /etc/systemd/system then run

systemctl daemon-reload

systemctl enable tailscaled.service

systemctl start tailscaled.service

cd /usr/local/packages/tailscale

./tailscale up

Copy URL to browser to authenticate Tailscale



S
Description
No description provided
Readme BSD-3-Clause 3.8 GiB
Languages
HTML 66.4%
C 21.6%
Shell 8.3%
Dockerfile 3.4%
Makefile 0.3%