Skip to content

Commit 051cb51

Browse files
Document UNRAID App installation (#30)
1 parent f533c61 commit 051cb51

3 files changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: UNRAID App
3+
sidebar_position: 2
4+
---
5+
import CenteredImage from '@site/src/components/CenteredImage';
6+
import Tabs from '@theme/Tabs';
7+
import TabItem from '@theme/TabItem';
8+
9+
# UNRAID App
10+
11+
:::info
12+
In order to have access to the NSPanel Manager UNRAID App
13+
you first have to [install the Community Apps plugin](https://unraid.net/community/apps).
14+
:::
15+
16+
## Installation
17+
18+
Like for any other UNRAID App, simply login to your UNRAID user interface and click on **APPS** link.
19+
20+
Search for NSPanelManager in Home Automation category and you will find:
21+
22+
<CenteredImage
23+
src="/images/doc/unraid/unraid-app-preview.png"
24+
alt="NSPanel Manager UNRAID App preview"
25+
figureNumber={1}
26+
/>
27+
28+
Then click on **Actions** and select **Install**:
29+
30+
<CenteredImage
31+
src="/images/doc/unraid/unraid-app-install-context-menu.png"
32+
alt="Context menu"
33+
figureNumber={2}
34+
/>
35+
36+
Then configure your app as desired (port and data directory)
37+
38+
## After installation is complete
39+
40+
You can now [configure NSPanelManager](./../configuration).
7.08 KB
Loading
26.2 KB
Loading

0 commit comments

Comments
 (0)