cryptolabs-proxy 1.1.2__tar.gz → 1.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cryptolabs_proxy-1.1.2/src/cryptolabs_proxy.egg-info → cryptolabs_proxy-1.1.3}/PKG-INFO +3 -1
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/README.md +2 -0
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/pyproject.toml +1 -1
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/__init__.py +1 -1
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/setup.py +3 -3
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3/src/cryptolabs_proxy.egg-info}/PKG-INFO +3 -1
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/LICENSE +0 -0
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/setup.cfg +0 -0
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/auth.py +0 -0
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/cli.py +0 -0
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/config.py +0 -0
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/exporter_manager.py +0 -0
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/services.py +0 -0
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/ssl.py +0 -0
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/templates/docker-compose.yml.j2 +0 -0
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/templates/nginx.conf.j2 +0 -0
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy.egg-info/SOURCES.txt +0 -0
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy.egg-info/dependency_links.txt +0 -0
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy.egg-info/entry_points.txt +0 -0
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy.egg-info/requires.txt +0 -0
- {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cryptolabs-proxy
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.3
|
|
4
4
|
Summary: Unified reverse proxy and fleet management landing page for CryptoLabs products
|
|
5
5
|
Author-email: CryptoLabs <support@cryptolabs.co.za>
|
|
6
6
|
License: MIT
|
|
@@ -101,6 +101,8 @@ sudo ipmi-monitor quickstart -c /path/to/config.yaml -y
|
|
|
101
101
|
### Option 3: Standalone Installation
|
|
102
102
|
|
|
103
103
|
```bash
|
|
104
|
+
apt install pipx -y && pipx ensurepath
|
|
105
|
+
source ~/.bashrc
|
|
104
106
|
pipx install cryptolabs-proxy
|
|
105
107
|
sudo cryptolabs-proxy setup
|
|
106
108
|
```
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "cryptolabs-proxy"
|
|
7
|
-
version = "1.1.
|
|
7
|
+
version = "1.1.3"
|
|
8
8
|
description = "Unified reverse proxy and fleet management landing page for CryptoLabs products"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -455,7 +455,7 @@ def setup_proxy(
|
|
|
455
455
|
|
|
456
456
|
# Pull latest image
|
|
457
457
|
subprocess.run(
|
|
458
|
-
["docker", "pull", "ghcr.io/cryptolabsza/cryptolabs-proxy:
|
|
458
|
+
["docker", "pull", "ghcr.io/cryptolabsza/cryptolabs-proxy:latest"],
|
|
459
459
|
capture_output=True, timeout=120
|
|
460
460
|
)
|
|
461
461
|
|
|
@@ -479,7 +479,7 @@ def setup_proxy(
|
|
|
479
479
|
"--network", DOCKER_NETWORK_NAME,
|
|
480
480
|
"--ip", PROXY_STATIC_IP,
|
|
481
481
|
"--label", "com.centurylinklabs.watchtower.enable=true",
|
|
482
|
-
"ghcr.io/cryptolabsza/cryptolabs-proxy:
|
|
482
|
+
"ghcr.io/cryptolabsza/cryptolabs-proxy:latest"
|
|
483
483
|
]
|
|
484
484
|
|
|
485
485
|
# Save internal API token to shared volume so other containers can read it
|
|
@@ -602,7 +602,7 @@ def update_proxy_credentials(
|
|
|
602
602
|
"--network", DOCKER_NETWORK_NAME,
|
|
603
603
|
"--ip", PROXY_STATIC_IP,
|
|
604
604
|
"--label", "com.centurylinklabs.watchtower.enable=true",
|
|
605
|
-
"ghcr.io/cryptolabsza/cryptolabs-proxy:
|
|
605
|
+
"ghcr.io/cryptolabsza/cryptolabs-proxy:latest"
|
|
606
606
|
]
|
|
607
607
|
|
|
608
608
|
_save_internal_token(internal_api_token)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cryptolabs-proxy
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.3
|
|
4
4
|
Summary: Unified reverse proxy and fleet management landing page for CryptoLabs products
|
|
5
5
|
Author-email: CryptoLabs <support@cryptolabs.co.za>
|
|
6
6
|
License: MIT
|
|
@@ -101,6 +101,8 @@ sudo ipmi-monitor quickstart -c /path/to/config.yaml -y
|
|
|
101
101
|
### Option 3: Standalone Installation
|
|
102
102
|
|
|
103
103
|
```bash
|
|
104
|
+
apt install pipx -y && pipx ensurepath
|
|
105
|
+
source ~/.bashrc
|
|
104
106
|
pipx install cryptolabs-proxy
|
|
105
107
|
sudo cryptolabs-proxy setup
|
|
106
108
|
```
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/templates/nginx.conf.j2
RENAMED
|
File without changes
|
|
File without changes
|
{cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy.egg-info/requires.txt
RENAMED
|
File without changes
|
{cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy.egg-info/top_level.txt
RENAMED
|
File without changes
|