Skip to content

Commit

Permalink
1.517.992
Browse files Browse the repository at this point in the history
  • Loading branch information
arteme committed Jan 22, 2025
1 parent e57b2ca commit 98aea0d
Show file tree
Hide file tree
Showing 47 changed files with 89,445 additions and 90,072 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Proxy manager - Change Log

## 1.517.992 Development Latest
- :star: Bump bootstrap to 5.x
- :star: Bump docker npm to 10.9.2

## 1.517.182 Stable
- :star: Bump bootstrap version
- :bug: Fix IPs not displayed in 'Select the IPs' modal
Expand Down
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,16 @@ RUN rm -rf /var/lib/apt/lists/*
RUN rm google-chrome-stable_current_amd64.deb

USER root
RUN npm install -g npm@10.5.0
RUN npm install -g npm@10.9.2
# RUN npm config set user root

# Install Proxy Manager
RUN npm install -g @luminati-io/luminati-proxy --legacy-peer-deps

# Reinstall Proxy Manager dependencies omit dev
RUN cd /usr/local/lib/node_modules/@luminati-io/luminati-proxy && \
rm -rf node_modules/ && NODE_ENV=production npm install --legacy-peer-deps

# Mark environment as Docker for CLI output
ENV DOCKER=1

Expand Down
2 changes: 1 addition & 1 deletion README-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
- <a href="https://nodejs.org/en/download/">Node.js</a> 6+版

### Windows
下载 <a href="https://lum-lpm.com/static/lpm/luminati-proxy-manager-v1.517.182-setup.exe">代理管理安装器</a>.
下载 <a href="https://lum-lpm.com/static/lpm/luminati-proxy-manager-v1.517.992-setup.exe">代理管理安装器</a>.

### Linux/MacOS
- 安装 Node.js 20.12.1版 (最好用x
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Please report issues or bugs to your account manager or from our [help center](h
## Installation

### Windows
Download the [Proxy Manager installer](https://github.com/luminati-io/luminati-proxy/releases/download/v1.517.182/luminati-proxy-manager-v1.517.182-setup.exe)
Download the [Proxy Manager installer](https://github.com/luminati-io/luminati-proxy/releases/download/v1.517.992/luminati-proxy-manager-v1.517.992-setup.exe)

### Linux/MacOS - Install script
- Run the setup script to install
Expand Down
2 changes: 1 addition & 1 deletion bin/lpm_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $(id -u) = 0 ]; then
IS_ROOT=1
fi
LUM=0
VERSION="1.517.182"
VERSION="1.517.992"
if [ -f "/usr/local/hola/zon_config.sh" ]; then
LUM=1
fi
Expand Down
Loading

0 comments on commit 98aea0d

Please sign in to comment.