1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-03-16 13:09:44 +03:00

Add caddy install to installation methods

Rémi Marseault 2024-06-13 13:18:15 +02:00
parent 95d1c12d28
commit 5e5442a594

@ -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
}
```