docs: fix md syntax

This commit is contained in:
metgen
2025-04-25 00:04:53 +03:00
parent ffeb12bb8e
commit 283d2feb77
2 changed files with 4 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ You can use group chat with topics for notifications. For this use `NODES_NOTIFY
```bash
NODES_NOTIFY_THREAD_ID=change_me
TELEGRAM_ADMIN_THREAD_ID=change_me
````
```
### FRONT_END_DOMAIN

View File

@@ -338,7 +338,8 @@ Open the file `remnawave.yml` again:
nano /opt/remnawave/traefik/config/remnawave.yml
```
And update the router configuration as follows:
```
```yaml title="remnawave.yml"
http:
routers:
remnawave-sub:
@@ -373,6 +374,7 @@ http:
servers:
- url: "http://remnawave:3000"
```
This configuration makes the /api/sub/ path publicly accessible, while the rest of the panel remains IP-restricted.
## Troubleshooting