Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apk add --no-cache \
unzip \
bash \
supervisor \
&& curl -L https://raw.githubusercontent.com/remnawave/scripts/main/scripts/install-latest-xray.sh | bash -s -- v25.3.6 \
&& curl -L https://raw.githubusercontent.com/remnawave/scripts/main/scripts/install-latest-xray.sh | bash -s -- v25.6.8 \
&& apk del curl

COPY supervisord.conf /etc/supervisord.conf
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | b
ENV PATH="/root/.nvm/versions/node/v22.14.0/bin:${PATH}"

# Установка Xray
RUN curl -L https://raw.githubusercontent.com/remnawave/scripts/main/scripts/install-latest-xray.sh | bash -s -- v25.3.6
RUN curl -L https://raw.githubusercontent.com/remnawave/scripts/main/scripts/install-latest-xray.sh | bash -s -- v25.6.8


RUN mkdir -p /var/log/supervisor /var/lib/rnode/xray /app \
Expand Down
183 changes: 54 additions & 129 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remnawave/node",
"version": "1.5.2",
"version": "1.6.0",
"description": "Remnawave Node",
"private": false,
"type": "commonjs",
Expand Down Expand Up @@ -28,14 +28,14 @@
},
"dependencies": {
"@cjs-exporter/execa": "9.5.2",
"@nestjs/common": "11.1.1",
"@nestjs/common": "11.1.3",
"@nestjs/config": "4.0.2",
"@nestjs/core": "11.1.1",
"@nestjs/core": "11.1.3",
"@nestjs/jwt": "11.0.0",
"@nestjs/passport": "11.0.5",
"@nestjs/platform-express": "11.1.1",
"@nestjs/platform-express": "11.1.3",
"@remnawave/supervisord-nestjs": "0.1.1",
"@remnawave/xtls-sdk": "0.3.0",
"@remnawave/xtls-sdk": "0.4.0",
"@remnawave/xtls-sdk-nestjs": "0.2.2",
"compression": "^1.8.0",
"enhanced-ms": "^4.1.0",
Expand Down