Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: remote browser support #3904

Merged
merged 27 commits into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
dc72c86
[empty commit] pull request for remote browser support
adamhancock Oct 16, 2023
d2da454
Remote browser: Added UI screens and DB tables.
adamhancock Oct 17, 2023
77ed507
Merge branch 'master' into remotebrowsers
adamhancock Oct 17, 2023
05bf328
Remote browser working
adamhancock Oct 17, 2023
c6aed63
Merge branch 'master' into remotebrowsers
adamhancock Oct 17, 2023
c9fa14a
Fixing tests
adamhancock Oct 18, 2023
a9206b2
Fix tests
adamhancock Oct 18, 2023
f7e8f48
Fix tests
adamhancock Oct 18, 2023
dfec5ad
Merge branch 'master' into remotebrowsers
adamhancock Oct 18, 2023
d737d86
fix tests
adamhancock Oct 18, 2023
4105f9f
Test browser
adamhancock Oct 18, 2023
fff2e59
Merge branch 'master' into remotebrowsers
adamhancock Oct 19, 2023
54586e3
revert init_db.js
adamhancock Oct 19, 2023
5881f45
Merge branch 'master' into remotebrowsers
adamhancock Oct 19, 2023
f93a781
Changed drop down to ActionSelect
adamhancock Oct 21, 2023
58233fc
Merge branch 'master' into remotebrowsers
adamhancock Oct 21, 2023
463c2ba
Fix translations
adamhancock Oct 23, 2023
50c5b08
added remote browsers toggle
adamhancock Oct 23, 2023
4613c12
revert changes package-lock
adamhancock Oct 23, 2023
cabf809
Fix bad english
adamhancock Oct 23, 2023
a08b9bc
Set default remote browser
adamhancock Oct 24, 2023
74ce3fb
Merge branch 'master' into remotebrowsers
adamhancock Nov 2, 2023
0599823
Merge branch 'master' into remotebrowsers
adamhancock Nov 23, 2023
f206498
Remote browsers Requested changes
adamhancock Nov 30, 2023
a1c4e1e
Merge branch 'master' into remotebrowsers
adamhancock Nov 30, 2023
eab43eb
fixed description.
adamhancock Nov 30, 2023
af257bb
Merge branch 'master' into remotebrowsers
adamhancock Nov 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/RemoteBrowserDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="form-text mt-3">
{{ $t("Examples") }}:
<ul>
<li>wss://chrome.browserless.io/playwright?token=YOUR-API-TOKEN</li>
<li>ws://chrome.browserless.io/playwright?token=YOUR-API-TOKEN</li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@
"Remote Browser": "Remote Browser",
"Add a Remote Browser": "Add a Remote Browser",
"Remote Browser not found!": "Remote Browser not found!",
"remoteBrowsersDescription": "Remote Browsers are an alternative to running Chromium locally. Setup with a service like browserless.io or connect to your self-hosted container: https://hub.docker.com/r/browserless/chrome",
adamhancock marked this conversation as resolved.
Show resolved Hide resolved
"remoteBrowsersDescription": "Remote Browsers are an alternative to running Chromium locally. Setup with a service like browserless.io or connect to your self-hosted container.",
"remoteBrowserToggle": "By default Chromium runs inside the Uptime Kuma container. You can use a remote browser by toggling this switch.",
"useRemoteBrowser": "Use a Remote Browser",
"deleteRemoteBrowserMessage": "Are you sure want to delete this Remote Browser for all monitors?",
Expand Down