-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
noVNC/portal, tunnel, notifications, ARM, docker #13
Comments
@jackblk I added you as a collaborator and created a project board: https://github.com/vogler/free-games-claimer/projects/1 Not sure what's better, I guess having this meta issue is enough to keep an overview. |
@vogler I made it so it can work with Alpine in branch It can run, but it will be detected by captcha and I have to reset my IP for a clean one 😞 . So for now, I save the progress in the branch, but we have to abandon this method until Playwright has better support for Alpine. For your Raspberry 4 (arm64?), maybe the problem is with 32bit userland? Because we can only use Chromium coming from Playwright to evade captcha, I don't think it can be supported. So right now we can only support x86/x64 and arm64 (only tested on Mac M1). Firefox approach seems to be a dead end for Raspberry too, because Playwright needs patched binaries for Firefox & Webkit. |
Maybe use
|
Heads-up: I'll move |
GitHub Action to build and push images: https://github.com/vogler/free-games-claimer/blob/main/.github/workflows/docker.yml |
Notifications merged with #49. |
Running on ARM requires 64-bit (not just available for RPi4), mentioned in readme:
|
Planning/discussion issue for the ideas that came up in #11
noVNC to remote-control browser for login or captcha
tunnel / reverse proxy for easy access from outside the local network
Via ssh in docker: https://serveo.net
Alternative: puppeteer-extra-plugin-portal, but unclear if it works with Playwright.
notifications
GitHub actions to upload to Docker hub
Reduce the image size (alpine, Firefox instead of Chromium) slim docker image #68
ARM support Run on Raspberry Pi -> requires 64-bit OS #3
The text was updated successfully, but these errors were encountered: