-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
# FlaresolverrService | ||
# Flaresolverr Windows Service | ||
It will work right out of the box as long as the `flaresolverr` folder resides in the system drive directory `e.g. c:/flaresolverr`. The service will set the hostname environment variable to `127.0.0.1` so apps like Jackett can interact with it `e.g. http://127.0.0.1:8191`. Alternatively, you can modify the commands from the source code to your liking and rebuild the solution. | ||
|
||
Instructions to install this service: <br> | ||
1.) Open cmd with administrative privileges <br> | ||
2.) `cd C:\Windows\Microsoft.NET\Framework64\[latest folder version]` (32-bit version is in the `..\Framework\..` folder) <br> | ||
3.) `InstallUtil.exe [service exe path]` `e.g. C:\flaresolverr\service\FlaresolverrService.exe` <be> |