@@ -71,9 +71,9 @@ service notifiarr start
71711. Use the menu bar icon to access the WebUI.
72721. Head on over to [After Install](afterInstall.md).
7373
74- # Windows Installation
74+ # # Windows Installation
7575
76- # # Directory Structure
76+ # ## Directory Structure
7777
7878Create the following in
7979
@@ -85,25 +85,25 @@ notifiarr.conf
8585logs\
8686```
8787
88- ## New Install
88+ ### New Install
8989
90901 . Download ` notifiarr.amd64.exe.zip ` from the [ Releases page] ( https://github.com/Notifiarr/notifiarr/releases )
91911 . Extract to ` C:\ProgramData\notifiarr\ `
92921 . Move the ` .exe ` and ` .conf.example ` files to the root of that folder
93931 . Rename ` notifiarr.conf.example ` to ` notifiarr.conf `
94941 . Delete the downloaded ` .zip ` and extracted folder
9595
96- ## Migrating Existing Install
96+ ### Migrating Existing Install
9797
98981 . Stop the client
99991 . Copy your existing ` .exe ` and ` .conf ` to ` C:\ProgramData\notifiarr\ `
1001001 . Delete ` C:\Users\<username>\.notifiarr ` if it exists
101101
102- ## First Run & Autostart
102+ ### First Run & Autostart
103103
1041041 . Double-click the ` .exe ` to launch
1051051 . 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
108108To 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