mirror of
https://github.com/Mo3he/Axis_Cam_Tailscale.git
synced 2026-09-21 07:14:16 +00:00
Update README.md
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
## 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
|
||||
|
||||
1. Copy the files "tailscale" and "tailscaled" for the correct proccesor to the camera to /usr/local/packages/tailscale
|
||||
@@ -15,16 +29,4 @@ You will need to enable SSH via the plain config
|
||||
11. Copy URL to browser to authenticate Tailscale
|
||||
|
||||
|
||||
### 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
|
||||
|
||||
Reference in New Issue
Block a user