You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(hostname): puts in a hostname option
on some computers, localhost isn't avaialble. This pr takes care of that by making the name to be
used an setting
closes#87
* docs(scully-configuration docs): update the docs to reflect new settings
@@ -125,4 +129,12 @@ this option can override the puppeteerLaunchOptions with settings that match thi
125
129
Word of warning, some settings might interfer with the way Scully is working, creating errornous results.
126
130
Follow [this link](https://pptr.dev/#?product=Puppeteer&version=v2.0.0&show=api-puppeteerlaunchoptions) for more information
127
131
132
+
### hostName
133
+
134
+
use a different name as `localhost` for the local server. Needed if doe to environmental restrictions localhost isn't usable
135
+
136
+
### hostUrl
137
+
138
+
Connect to a other server. If your app has special demands to host it, you might need to use your own server. When that is needed you can provide this setting to let scully know where to look for your running app. Make sure the server is up and running, and hosting the correct application.
0 commit comments