Skip to content

Commit 48a61d8

Browse files
authored
docs: migrate third-parties documentation to a dedicated folder (#2068)
* docs: migrate third party documentation to a dedidcated folders --------- Signed-off-by: Ludovic Ortega <[email protected]>
1 parent f7f00ce commit 48a61d8

File tree

8 files changed

+57
-290
lines changed

8 files changed

+57
-290
lines changed

docs/getting-started/docker.mdx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,6 @@ You may alternatively use a third-party mechanism like [dockge](https://github.c
135135
</TabItem>
136136
</Tabs>
137137

138-
139-
## Unraid
140-
141-
1. Ensure you have the **Community Applications** plugin installed.
142-
2. Inside the **Community Applications** app store, search for **Jellyseerr**.
143-
3. Click the **Install Button**.
144-
4. On the following **Add Container** screen, make changes to the **Host Port** and **Host Path 1** \(Appdata\) as needed.
145-
5. Click apply and access "Jellyseerr" at your `<ServerIP:HostPort>` in a web browser.
146-
147138
## Windows
148139

149140
Please refer to the [Docker Desktop for Windows user manual](https://docs.docker.com/docker-for-windows/) for details on how to install Docker on Windows. There is no need to install a Linux distro if using named volumes like in the example below.

docs/getting-started/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ import DocCardList from '@theme/DocCardList';
77
After running Jellyseerr for the first time, configure it by visiting the web UI at `http://[address]:5055` and completing the setup steps.
88
:::
99

10-
<DocCardList />
10+
<DocCardList />

docs/getting-started/kubernetes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Kubernetes (Advanced)
33
description: Install Jellyseerr in Kubernetes
4-
sidebar_position: 5
4+
sidebar_position: 3
55
---
66
# Kubernetes
7-
:::info
7+
:::warning
88
This method is not recommended for most users. It is intended for advanced users who are using Kubernetes.
99
:::
1010

docs/getting-started/nixpkg.mdx

Lines changed: 0 additions & 271 deletions
This file was deleted.

docs/getting-started/aur.mdx renamed to docs/getting-started/third-parties/aur.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
2-
title: AUR (Arch User Repository)
2+
title: AUR (Advanced)
33
description: Install Jellyseerr using the Arch User Repository
4-
sidebar_position: 4
4+
sidebar_position: 2
55
---
66

7-
# AUR (Arch User Repository)
8-
9-
:::note Disclaimer
10-
This AUR package is not maintained by us but by a third party. Please refer to the maintainer for any issues.
7+
# AUR
8+
:::warning
9+
Third-party installation methods are maintained by the community. The Seerr team is not responsible for these packages.
1110
:::
1211

13-
:::info
12+
:::warning
1413
This method is not recommended for most users. It is intended for advanced users who are using Arch Linux or an Arch-based distribution.
1514
:::
1615

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Third-party Installation Methods
3+
---
4+
import DocCardList from '@theme/DocCardList';
5+
6+
:::warning
7+
Third-party installation methods are maintained by the community. The Seerr team is not responsible for these packages.
8+
:::
9+
10+
11+
<DocCardList />
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Nix Package Manager (Advanced)
3+
description: Install Jellyseerr using Nixpkgs
4+
sidebar_position: 1
5+
---
6+
7+
import { JellyseerrVersion, NixpkgVersion } from '@site/src/components/JellyseerrVersion';
8+
import Admonition from '@theme/Admonition';
9+
import Tabs from '@theme/Tabs';
10+
import TabItem from '@theme/TabItem';
11+
12+
# Nix Package Manager
13+
:::warning
14+
Third-party installation methods are maintained by the community. The Seerr team is not responsible for these packages.
15+
:::
16+
17+
Refer to [NixOS documentation](https://search.nixos.org/options?channel=25.05&query=seerr)
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Unraid (Advanced)
3+
description: Install Jellyseerr using Unraid
4+
sidebar_position: 3
5+
---
6+
7+
# Unraid
8+
:::warning
9+
Third-party installation methods are maintained by the community. The Seerr team is not responsible for these packages.
10+
:::
11+
12+
:::warning
13+
This method is not recommended for most users. It is intended for advanced users who are using Unraid.
14+
:::
15+
16+
1. Ensure you have the **Community Applications** plugin installed.
17+
2. Inside the **Community Applications** app store, search for **Jellyseerr**.
18+
3. Click the **Install Button**.
19+
4. On the following **Add Container** screen, make changes to the **Host Port** and **Host Path 1** \(Appdata\) as needed.
20+
5. Click apply and access "Jellyseerr" at your `<ServerIP:HostPort>` in a web browser.

0 commit comments

Comments
 (0)