Skip to content

Commit

Permalink
Add instruction to enable Allow Unsigned toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
deepikas20 authored and johan-olsson-work committed Oct 8, 2024
1 parent 0ebdfeb commit 24af881
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hello-world-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard

### Install the image

Browse to the application page of the Axis device:

```sh
http://<AXIS_DEVICE_IP>/index.html#apps
```

Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle.

Next, the built image needs to be uploaded to the device. This can be done through a registry or directly. In this case, the direct transfer is used by piping the compressed application directly to the device's Docker client:

```sh
Expand Down
8 changes: 8 additions & 0 deletions minimal-ml-inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard

### Install the images

Browse to the application page of the Axis device:

```sh
http://<AXIS_DEVICE_IP>/index.html#apps
```

Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle.

Next, the built images needs to be uploaded to the device. This can be done through a registry or directly. In this case, the direct transfer is used by piping the compressed application directly to the device's Docker client:

```sh
Expand Down
8 changes: 8 additions & 0 deletions object-detector-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard

### Install the images

Browse to the application page of the Axis device:

```sh
http://<AXIS_DEVICE_IP>/index.html#apps
```

Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle.

Next, the built images needs to be uploaded to the device. This can be done through a registry or directly. In this case, the direct transfer is used by piping the compressed application directly to the device's Docker client:

```sh
Expand Down
8 changes: 8 additions & 0 deletions opencv-qr-decoder-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard

### Install the image

Browse to the application page of the Axis device:

```sh
http://<AXIS_DEVICE_IP>/index.html#apps
```

Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle.

Next, the built images needs to be uploaded to the device. This can be done through a registry or directly. In this case, the direct transfer is used by piping the compressed application directly to the device's Docker client:

```sh
Expand Down
4 changes: 4 additions & 0 deletions parameter-api-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ where `<password>` is the password to the `root` user.

Finally install the Docker image to the device:

Navigate to the application page of the Axis device `http://<AXIS_DEVICE_IP>/index.html#apps`
and enable `Allow unsigned apps` toggle. This will allow the installation of unsigned
applications. Use the following command to proceed with the application installation.

```sh
docker save $APP_NAME | docker --tlsverify --host tcp://$DEVICE_IP:$DOCKER_PORT load
```
Expand Down
8 changes: 8 additions & 0 deletions pose-estimator-with-flask/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard

### Install the images

Browse to the application page of the Axis device:

```sh
http://<AXIS_DEVICE_IP>/index.html#apps
```

Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle.

Next, the built images needs to be uploaded to the device. This can be done through a registry or directly. In this case, the direct transfer is used by piping the compressed application directly to the device's Docker client:

```sh
Expand Down
8 changes: 8 additions & 0 deletions web-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard

### Install the image

Browse to the application page of the Axis device:

```sh
http://<AXIS_DEVICE_IP>/index.html#apps
```

Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle.

Next, the built image needs to be uploaded to the device. This can be done through a registry or directly. In this case, the direct transfer is used by piping the compressed application directly to the device's Docker client:

```sh
Expand Down

0 comments on commit 24af881

Please sign in to comment.