- Notifications
You must be signed in to change notification settings - Fork845
[macOS] Running FlareSolverr as a service (launchd agent)#99
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Hi thought I'd share my implementation of running be sure to have node installed via homebrew:https://brew.sh mine looks like this, I've added
to find out where brew symlinks all its now either usinghttps://www.soma-zone.com/LaunchControl/ or you just modify the following plsit to suit your environment. <?xml version="1.0" encoding="UTF-8"?><!DOCTYPEplist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plistversion="1.0"><dict><key>EnvironmentVariables</key><dict><key>CAPTCHA_SOLVER</key><string>none</string><key>LOG_HTML</key><string>false</string><key>LOG_LEVEL</key><string>info</string><key>PATH</key><string>/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin</string><key>PORT</key><string>8085</string></dict><key>KeepAlive</key><true/><key>Label</key><string>FlareSolverr</string><key>ProcessType</key><string>Interactive</string><key>ProgramArguments</key><array><string>/usr/local/bin/node</string><string>dist/index.js</string></array><key>RunAtLoad</key><true/><key>StandardErrorPath</key><string>logs/FlareSolverr-error.log</string><key>StandardOutPath</key><string>logs/FlareSolverr.log</string><key>WorkingDirectory</key><string>/Users/USER/Apps/FlareSolverr</string></dict></plist> save as where where where
set this to false if you don't want it to run on boot. make the directory every time you start ur mac it should autorun on load, to load & unload use: To Load: To Unload: <-- be sure to use this before doing any git pull requests to update |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 5 comments
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
having some trouble with my version of your .plist
EDIT: |
BetaWas this translation helpful?Give feedback.
All reactions
-
FlareSolverr v2.0.0 is out. |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Can't find the
EDIT: |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
@XxUnkn0wnxX Any updates on running FlareSolverr 3.0 as a service on macOS. I can get it to run from Terminal but can't seem to construct a plist that works. I have |
BetaWas this translation helpful?Give feedback.