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.
Files changed (21) hide show
  1. {cryptolabs_proxy-1.1.2/src/cryptolabs_proxy.egg-info → cryptolabs_proxy-1.1.3}/PKG-INFO +3 -1
  2. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/README.md +2 -0
  3. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/pyproject.toml +1 -1
  4. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/__init__.py +1 -1
  5. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/setup.py +3 -3
  6. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3/src/cryptolabs_proxy.egg-info}/PKG-INFO +3 -1
  7. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/LICENSE +0 -0
  8. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/setup.cfg +0 -0
  9. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/auth.py +0 -0
  10. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/cli.py +0 -0
  11. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/config.py +0 -0
  12. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/exporter_manager.py +0 -0
  13. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/services.py +0 -0
  14. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/ssl.py +0 -0
  15. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/templates/docker-compose.yml.j2 +0 -0
  16. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy/templates/nginx.conf.j2 +0 -0
  17. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy.egg-info/SOURCES.txt +0 -0
  18. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy.egg-info/dependency_links.txt +0 -0
  19. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy.egg-info/entry_points.txt +0 -0
  20. {cryptolabs_proxy-1.1.2 → cryptolabs_proxy-1.1.3}/src/cryptolabs_proxy.egg-info/requires.txt +0 -0
  21. {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.2
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
  ```
@@ -73,6 +73,8 @@ sudo ipmi-monitor quickstart -c /path/to/config.yaml -y
73
73
  ### Option 3: Standalone Installation
74
74
 
75
75
  ```bash
76
+ apt install pipx -y && pipx ensurepath
77
+ source ~/.bashrc
76
78
  pipx install cryptolabs-proxy
77
79
  sudo cryptolabs-proxy setup
78
80
  ```
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cryptolabs-proxy"
7
- version = "1.1.2"
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"}
@@ -1,6 +1,6 @@
1
1
  """CryptoLabs Proxy - Unified reverse proxy for CryptoLabs products."""
2
2
 
3
- __version__ = "1.1.2"
3
+ __version__ = "1.1.3"
4
4
 
5
5
  # Export programmatic setup API
6
6
  from .setup import (
@@ -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:dev"],
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:dev"
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:dev"
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.2
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
  ```