mirror of
https://github.com/remnawave/panel.git
synced 2026-04-17 20:03:49 +00:00
docs: fix md syntax
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user