Skip to content

Commit 9b9958c

Browse files
committed
docs: update documentation links to point to the new domain (docs.rw)
1 parent d921e34 commit 9b9958c

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

.env.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ METRICS_PORT=3001
55
### API ###
66
# Possible values: max (start instances on all cores), number (start instances on number of cores), -1 (start instances on all cores - 1)
77
# !!! Do not set this value more than physical cores count in your machine !!!
8-
# Review documentation: https://remna.st/docs/install/environment-variables#scaling-api
8+
# Review documentation: https://docs.rw/docs/install/environment-variables#scaling-api
99
API_INSTANCES=1
1010

1111
### DATABASE ###
@@ -41,7 +41,7 @@ FRONT_END_DOMAIN=*
4141
### SUBSCRIPTION PUBLIC DOMAIN ###
4242
### DOMAIN, WITHOUT HTTP/HTTPS, DO NOT ADD / AT THE END ###
4343
### Used in "profile-web-page-url" response header and in UI/API ###
44-
### Review documentation: https://remna.st/docs/install/environment-variables#domains
44+
### Review documentation: https://docs.rw/docs/install/environment-variables#domains
4545
SUB_PUBLIC_DOMAIN=panel.domain.com/api/sub
4646

4747
### If CUSTOM_SUB_PREFIX is set in @remnawave/subscription-page, append the same path to SUB_PUBLIC_DOMAIN. Example: SUB_PUBLIC_DOMAIN=sub-page.example.com/sub
@@ -66,7 +66,7 @@ WEBHOOK_SECRET_HEADER=vsmu67Kmg6R8FjIOF1WUY8LWBHie4scdEqrfsKmyf4IAf8dY3nFS0wwYHk
6666
### HWID DEVICE DETECTION AND LIMITATION ###
6767
# Don't enable this if you don't know what you are doing.
6868
# Review documentation before enabling this feature.
69-
# https://remna.st/docs/features/hwid-device-limit/
69+
# https://docs.rw/docs/features/hwid-device-limit/
7070
HWID_DEVICE_LIMIT_ENABLED=false
7171

7272

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Backend for Remnawave Panel.
44

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

77
# Contributors
88

libs/contract/models/remnawave-settings/oauth2-settings.schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const Oauth2SettingsSchema = z.object({
2323
return false;
2424
},
2525
{
26-
message: 'Must be a valid fully qualified domain name (FQDN), e.g. "remna.st"',
26+
message: 'Must be a valid fully qualified domain name (FQDN), e.g. "docs.rw"',
2727
},
2828
),
2929
),

libs/contract/models/remnawave-settings/passkey-settings.schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const PasskeySettingsSchema = z.object({
1717
return false;
1818
},
1919
{
20-
message: 'Must be a valid fully qualified domain name (FQDN), e.g. "remna.st"',
20+
message: 'Must be a valid fully qualified domain name (FQDN), e.g. "docs.rw"',
2121
},
2222
),
2323
),
@@ -35,7 +35,7 @@ export const PasskeySettingsSchema = z.object({
3535
return false;
3636
},
3737
{
38-
message: 'Must be a valid plain URL, e.g. "https://remna.st".',
38+
message: 'Must be a valid plain URL, e.g. "https://docs.rw".',
3939
},
4040
),
4141
),

prisma/seed/config.seed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ async function seedSubscriptionSettings() {
289289
await prisma.subscriptionSettings.create({
290290
data: {
291291
profileTitle: 'Remnawave',
292-
supportLink: 'https://remna.st',
292+
supportLink: 'https://docs.rw',
293293
profileUpdateInterval: 12,
294294
isProfileWebpageUrlEnabled: true,
295295
expiredUsersRemarks: expiredUserRemarks,

src/common/utils/startup-app/docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Remnawave is a powerful proxy management tool, built on top of Xray-core, with a
1616
## Resources
1717
* https://t.me/remnawave
1818
* https://github.com/remnawave
19-
* https://remna.st
19+
* https://docs.rw
2020
`;
2121

2222
export async function getDocs(app: INestApplication<unknown>, config: ConfigService) {

src/common/utils/startup-app/get-start-message.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export async function getStartMessage(appPort: number, metricsPort: number) {
77
return table(
88
[
99
[`API Port: ${appPort} | Metrics Port: ${metricsPort}`],
10-
['Docs → https://remna.st\nCommunity → https://t.me/remnawave'],
10+
['Docs → https://docs.rw\nCommunity → https://t.me/remnawave'],
1111
['Rescue CLI → docker exec -it remnawave remnawave'],
1212
],
1313
{

src/common/utils/startup-app/gh-actions-docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Remnawave is a powerful proxy managment tool, built on top of Xray-core, with a
1313
## Resources
1414
* https://t.me/remnawave
1515
* https://github.com/remnawave
16-
* https://remna.st
16+
* https://docs.rw
1717
`;
1818

1919
export async function ghActionsDocs(app: INestApplication<unknown>) {

src/integration-modules/notifications/telegram-bot/events/service/service.events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class ServiceEvents {
3737
✅ Remnawave v${pkg.version} is up and running.
3838
3939
🦋 Join community: @remnawave
40-
📚 Documentation: https://remna.st
40+
📚 Documentation: https://docs.rw
4141
4242
⭐ <a href="https://github.com/remnawave/panel">Leave a star on GitHub</a>
4343
`;

src/queue/queue.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const bullBoard = [
6464
uiConfig: {
6565
boardTitle: 'Remnawave',
6666
boardLogo: {
67-
path: 'https://remna.st/img/logo.svg',
67+
path: 'https://docs.rw/img/logo.svg',
6868
width: 32,
6969
height: 32,
7070
},
@@ -82,7 +82,7 @@ const bullBoard = [
8282
},
8383
{
8484
text: 'Remnawave',
85-
url: 'https://remna.st',
85+
url: 'https://docs.rw',
8686
},
8787
{
8888
text: 'Telegram',

0 commit comments

Comments
 (0)