From 73d7b7df161827a7c239c09a376e7b4497d70747 Mon Sep 17 00:00:00 2001 From: Weston Blieden <111699155+Mo3he@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:32:23 +0100 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d006d9..bfd433d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ There is also now a version called "Auto Update" that will automatically keep ta https://tailscale.com/changelog/ ## Warning -Unfortunately Axis is making changes to its firmware that will have breaking changes for a lot of ACAPs including my own and as of today there is no way to ready my ACAPs for these changes. +Unfortunately Axis is making changes to its firmware that will prevent the use of a lot of ACAPs including my own and as of today there is no way to ready my ACAPs for these changes. You can read more here From 9b90bd6fc2c8adb972c3115b3cee0883a25d5da8 Mon Sep 17 00:00:00 2001 From: Weston Blieden <111699155+Mo3he@users.noreply.github.com> Date: Sat, 23 Mar 2024 10:41:02 +0100 Subject: [PATCH 2/5] Version 1.62.0 Updated Tailscale binaries to version 1.62.0 --- aarch64/app/manifest.json | 2 +- arm/app/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aarch64/app/manifest.json b/aarch64/app/manifest.json index a11a07a..0b7ae75 100644 --- a/aarch64/app/manifest.json +++ b/aarch64/app/manifest.json @@ -12,7 +12,7 @@ }, "vendorUrl": "https://www.tailscale.com", "runMode": "once", - "version": "1.60.0" + "version": "1.62.0" }, "configuration": { "settingPage": "index.html" diff --git a/arm/app/manifest.json b/arm/app/manifest.json index a11a07a..0b7ae75 100644 --- a/arm/app/manifest.json +++ b/arm/app/manifest.json @@ -12,7 +12,7 @@ }, "vendorUrl": "https://www.tailscale.com", "runMode": "once", - "version": "1.60.0" + "version": "1.62.0" }, "configuration": { "settingPage": "index.html" From 5c03cb2eda3e8c0876c57fe3f901ac14fbf18db9 Mon Sep 17 00:00:00 2001 From: Weston Blieden <111699155+Mo3he@users.noreply.github.com> Date: Sat, 23 Mar 2024 10:47:44 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfd433d..18a0ded 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This ACAP packages the scripts and files required to install the Tailscale VPN client on Axis Cameras. -Current version 1.60.0, +Current version 1.62.0, There is also now a version called "Auto Update" that will automatically keep tailscale up to date. https://tailscale.com/changelog/ From 890e166448f4d73e8d467237d43f547d2c0a8fe3 Mon Sep 17 00:00:00 2001 From: Weston Blieden <111699155+Mo3he@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:12:00 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18a0ded..b1bfb2a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ There is also now a version called "Auto Update" that will automatically keep ta https://tailscale.com/changelog/ ## Warning -Unfortunately Axis is making changes to its firmware that will prevent the use of a lot of ACAPs including my own and as of today there is no way to ready my ACAPs for these changes. +Axis is making changes to its firmware that will include the removal of root privliages from ACAP. +With the release of Axis OS 12, ACAP's requiring root will no longer work. +The Tailscale ACAP requires root to function. You can read more here From 50b4ec026475ed653d21e1243c877259c2769225 Mon Sep 17 00:00:00 2001 From: Weston Blieden <111699155+Mo3he@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:15:55 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1bfb2a..32d8ef5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ There is also now a version called "Auto Update" that will automatically keep ta https://tailscale.com/changelog/ ## Warning -Axis is making changes to its firmware that will include the removal of root privliages from ACAP. +Axis is making changes to its firmware that will include the removal of root privileges from ACAP. With the release of Axis OS 12, ACAP's requiring root will no longer work. The Tailscale ACAP requires root to function.