Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
context: .
file: ${{ matrix.image.dockerfile }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
build-args: ${{ matrix.image.build_args }}
tags: ${{ matrix.image.tag }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Node for Remnawave Panel.

Learn more about Remnawave Panel [here](https://remna.st/).
Learn more about Remnawave Panel [here](https://docs.rw/).

# Contributors

Expand Down
2 changes: 1 addition & 1 deletion libs/contract/constants/errors/known-errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export const KNOWN_ERRORS = {
code: 'RN-001',
message: 'Xray core failed to start',
documentationUrl:
'https://remna.st/docs/guides/common-errors#xml-rpc-fault-spawn-error-xray',
'https://docs.rw/docs/guides/common-errors#xml-rpc-fault-spawn-error-xray',
},
};
1 change: 1 addition & 0 deletions libs/contract/constants/xray/stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const XRAY_DEFAULT_POLICY_MODEL = {
'0': {
statsUserUplink: true,
statsUserDownlink: true,
statsUserOnline: false,
},
},
system: {
Expand Down
Loading