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
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,20 @@ You can build it from source using:
17
17
go install github.com/unshade/unraidctl@latest
18
18
```
19
19
20
+
You will then need to set the following environment variables to connect to your unraid server:
21
+
22
+
-`API_KEY`: Your unraid API key.
23
+
-`API_BASE_URL`: The base URL of your unraid server's GraphQL endpoint.
24
+
-`API_SKIP_TLS_VERIFY`: (optional) Set to `true` to skip TLS verification (useful for self-signed certificates).
25
+
26
+
`unraidctl` also supports a `.env` file for setting these environment variables. You can create a `.env` file in the same directory where you run `unraidctl` with the following format:
0 commit comments