storm
Docker 应用程序 from djismgaming's Repository
概述
Introducing Storm
A slick remote interface for Deluge that fully supports mobile devices (including as a home-screen app)
Some neccesary steps:
- You'll need a Deluge container running with a valid auth configuration
as shown here: https://dev.deluge-torrent.org/wiki/UserGuide/Authentication - Storm needs a way to contact the Deluge RPC daemon so it's best that you
create a Docker network and attach the Storm container to that network. - Once that's setup you'll need to configure Deluge to allow remote RPC connections:
- Open up core.conf in your Deluge configuration folder
- set "allow_remote": true
- Open up core.conf in your Deluge configuration folder
Security
By default, Storm does not authenticate requests made to the API.
When serving Storm over the public internet you should ensure access
to your Deluge daemon is properly secured.
- Storm comes with a simple built-in authentication mechanism which can
be enabled with the environment variable STORM_API_KEY or
the command-line option --api-key. - Set this to a reasonably secure password.
Any requests made to Storm must now provide the API key in the request. - You should also seriously consider the use of HTTPS over the internet,
with services like LetsEncrypt it's relatively easy to get a valid SSL certificate for free.
运行时参数
- 网络用户界面
http://[IP]:[PORT:8221]- 网络
bridge- 外壳
sh- 特权
- false
模板配置
WebUI port to access your deluge installation via storm
- 目标
- 8221
- 默认值
- 8221
- 价值
- 8221
Change this to the current name for the deluge container you want to connect storm's webUI to
The username storm will use to connect to the deluge container. Set this in appdata\deluge\auth file
The password storm will use to connect to the deluge container. Set this in appdata\deluge\auth file
RPC connection version to use. Depends on your deluge version.
- 默认值
- v2|v1
- 价值
- v2
Set this to a reasonably secure password. Any requests made to Storm must now provide the API key in the request.
下载统计数据
长期下载总量
详细信息
ghcr.io/relvacode/storm在Unraid 上运行 Storm 。
Storm 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。