Skip to content

Commit

Permalink
Merge pull request #30 from NinjaLikesCheez/subnet_helpers
Browse files Browse the repository at this point in the history
Add notes for retrieving subnet IP
  • Loading branch information
khnielsen authored Nov 28, 2023
2 parents 7c1fccc + cd61d32 commit 1dbea72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/application-hosting/applications/ombi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ If you have further questions about settings and configurations of Ombi, please

## Connect to other clients

> To get your subnet IP, SSH into your server and run `cat .install/subnet.lock`
### Sonarr

:::panel
Expand Down
2 changes: 1 addition & 1 deletion docs/application-hosting/snippets/clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SSL: OFF"
<TabItem value="qbittorrent">
<CodeBlock
children="Name: qBittorrent
Host: <subnet ip> (In older cases: 127.0.0.1)
Host: <subnet ip> (In older cases: 127.0.0.1 - you can get your subnet IP by SSH'ing into your server and running `cat .install/subnet.lock`)
Post: <qbittorrent web port>
Username: <your username>
Password: <your password>
Expand Down

0 comments on commit 1dbea72

Please sign in to comment.