mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-16 13:09:44 +03:00
Add caddy install to installation methods
parent
95d1c12d28
commit
5e5442a594
1 changed files with 15 additions and 1 deletions
|
@ -70,4 +70,18 @@ qbittorrent:
|
|||
- 9090:9090
|
||||
restart: unless-stopped
|
||||
```
|
||||
[More info here](https://github.com/arafatamim/linuxserver-io-mod-vuetorrent)
|
||||
[More info here](https://github.com/arafatamim/linuxserver-io-mod-vuetorrent)
|
||||
|
||||
## Caddy install
|
||||
|
||||
```caddy
|
||||
handle /vue* {
|
||||
redir /vue /vue/
|
||||
uri strip_prefix /vue
|
||||
handle /api* {
|
||||
reverse_proxy * localhost:{$QBIT_WEBUI_PORT}
|
||||
}
|
||||
root * /workdir/vuetorrent/public
|
||||
file_server
|
||||
}
|
||||
```
|
Loading…
Add table
Reference in a new issue