diff --git a/docs/wiki/index.md b/docs/wiki/index.md index 58681fe..f257abe 100644 --- a/docs/wiki/index.md +++ b/docs/wiki/index.md @@ -10,6 +10,7 @@ This is an index of existing articles: - **Examples** - **[Basic Example](/wiki/examples/example-1)** - **[Example Configuration Where Port Forwarding Is Not an Option](/wiki/examples/example-2)** +- **[Setup the applications](/wiki/setup)** - **[Exposing Services Safely](/wiki/expose)** - **VPN** - **[Running Services Not Covered by Nixarr Through a VPN](/wiki/vpn/uncovered-services)** diff --git a/docs/wiki/setup/index.md b/docs/wiki/setup/index.md new file mode 100644 index 0000000..0456eb4 --- /dev/null +++ b/docs/wiki/setup/index.md @@ -0,0 +1,32 @@ +--- +title: Setup the applications +--- + +Here are some guides to help you set up the applications. +We asume you let the default ports, if you changed them, you will need to change the port in the URLs. +Same if you are using a domain name, change the URLs to your domain name. +We asume you are using the [first example](/wiki/examples/example-1) in your nix configuration. + +## Jellyfin + +- Open your browser and go to `http://localhost:8096`. +- Follow the setup wizard. + +## Jellyseerr + +## Radarr + +- Open your browser and go to `http://localhost:7878`. +- You will be asked to set up a new account. + +## Sonarr + +## Bazarr + +## Prowlarr + +- Open your browser and go to `http://localhost:9696`. +- You will be asked to set up a new account. +- Go to Settings > Apps and add your *Arrs. To get the API key, go to: + - Radarr: `http://localhost:7878/settings/general` + - Sonarr: `http://localhost:8989/settings/general`