You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Network agent** - Speedtest, IP check, DNS diagnostics from qBittorrent's network - check how to set up [Network Agent](https://maciejonos.github.io/qbitwebui/guide/network-agent)
59
60
60
61
## Docker
61
62
63
+
See [Docker section](https://maciejonos.github.io/qbitwebui/guide/docker) for all setup options.
64
+
62
65
```yaml
63
66
services:
64
67
qbitwebui:
@@ -85,12 +88,6 @@ services:
85
88
restart: unless-stopped
86
89
```
87
90
88
-
Or build locally:
89
-
90
-
```bash
91
-
docker compose up -d
92
-
```
93
-
94
91
## Development
95
92
96
93
```bash
@@ -100,19 +97,6 @@ bun install
100
97
bun run dev
101
98
```
102
99
103
-
## Environment Variables
104
-
105
-
| Variable | Required | Default | Description |
106
-
|----------|----------|---------|-------------|
107
-
|`ENCRYPTION_KEY`| Yes | - | Min 32 chars, used to encrypt stored credentials |
108
-
|`PORT`| No |`3000`| Server port |
109
-
|`DATABASE_PATH`| No |`./data/qbitwebui.db`| SQLite database location |
110
-
|`SALT_PATH`| No |`./data/.salt`| Encryption salt file location |
111
-
|`ALLOW_SELF_SIGNED_CERTS`| No |`false`| Set to `true` to allow HTTPS connections to qBittorrent instances with self-signed certificates |
112
-
|`DISABLE_AUTH`| No |`false`| Set to `true` to disable login/registration (guest mode) |
113
-
|`DISABLE_REGISTRATION`| No |`false`| Set to `true` to disable new registrations. Creates default `admin` account on first run (password shown in logs) |
114
-
|`DOWNLOADS_PATH`| No | - | Path to downloads directory to enable file browser |
0 commit comments