Skip to content

Commit 82a58b0

Browse files
authored
fixup!
1 parent 7ddefdd commit 82a58b0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/pages/client/install.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ service notifiarr start
7171
1. Use the menu bar icon to access the WebUI.
7272
1. Head on over to [After Install](afterInstall.md).
7373

74-
# Windows Installation
74+
## Windows Installation
7575

76-
## Directory Structure
76+
### Directory Structure
7777

7878
Create the following in
7979

@@ -85,25 +85,25 @@ notifiarr.conf
8585
logs\
8686
```
8787

88-
## New Install
88+
### New Install
8989

9090
1. Download `notifiarr.amd64.exe.zip` from the [Releases page](https://github.com/Notifiarr/notifiarr/releases)
9191
1. Extract to `C:\ProgramData\notifiarr\`
9292
1. Move the `.exe` and `.conf.example` files to the root of that folder
9393
1. Rename `notifiarr.conf.example` to `notifiarr.conf`
9494
1. Delete the downloaded `.zip` and extracted folder
9595

96-
## Migrating Existing Install
96+
### Migrating Existing Install
9797

9898
1. Stop the client
9999
1. Copy your existing `.exe` and `.conf` to `C:\ProgramData\notifiarr\`
100100
1. Delete `C:\Users\<username>\.notifiarr` if it exists
101101

102-
## First Run & Autostart
102+
### First Run & Autostart
103103

104104
1. Double-click the `.exe` to launch
105105
1. Enter your API key when prompted
106-
1. Access the Web UI at `localhost:5454` using `admin` as the username and your API key as the password
106+
1. Access the Web UI at `127.0.0.1:5454` using `admin` as the username and your API key as the password
107107

108108
To enable autostart:
109109

@@ -305,3 +305,4 @@ curl -sSL https://raw.githubusercontent.com/Notifiarr/notifiarr/main/userscripts
305305
1. Type `systemctl --user restart nginx`
306306
1. Now you should be able to browse to `https://your-ultraseedbox-url/notifiarr`
307307

308+

0 commit comments

Comments
 (0)