root
23ca522094
docs: Add Cloudflare troubleshooting section to README
...
build-and-push / lint (push) Successful in 7s
build-and-push / sonar (push) Successful in 19s
build-and-push / docker (push) Successful in 11s
- Document 'Incorrect response' error and solutions
- Add FlareSolverr usage instructions
- Add common issues table
- Improve Firefox user.js for better Cloudflare compatibility
2026-03-08 14:06:49 +00:00
root
48c861b3de
fix: Multiple bug fixes and code cleanup
...
build-and-push / lint (push) Successful in 8s
build-and-push / sonar (push) Successful in 21s
build-and-push / docker (push) Successful in 25s
- package.json: Add missing @eslint/js and globals devDependencies
- docker-entrypoint.sh: Fix X11 lock file name (.X1-lock → .X11-lock)
- epic-claimer-new.js: Use imported solveCloudflare/isCloudflareChallenge instead of duplicate implementations
- src/cloudflare.js: Fix solveCloudflare to use cfg.flaresolverr_url, remove unused imports
- epic-games.js: Remove unused code (getFreeGamesFromGraphQL, exchangeTokenForCookies, FREE_GAMES_QUERY, deviceAuthLoginSuccess variable)
- Run eslint --fix to clean up trailing spaces
2026-03-08 13:58:57 +00:00
nocci
133502ff94
chore: make version banner configurable and speed up login waits
build-and-push / lint (push) Successful in 4s
build-and-push / sonar (push) Successful in 12s
build-and-push / docker (push) Successful in 1m10s
2025-12-31 11:58:35 +00:00
nocci
7f5226ea65
chore: add writable browser profile fallback to /tmp
build-and-push / lint (push) Successful in 5s
build-and-push / sonar (push) Successful in 11s
build-and-push / docker (push) Successful in 1m12s
2025-12-31 11:13:39 +00:00
nocci
e6c43c8de6
fix: fallback writable firefox profile
build-and-push / lint (push) Successful in 4s
build-and-push / sonar (push) Successful in 12s
build-and-push / docker (push) Successful in 1m12s
2025-12-31 10:44:28 +00:00
nocci
67afeead60
chore: chown /fgc/data on start so fgc can write bind-mount
build-and-push / lint (push) Successful in 5s
build-and-push / sonar (push) Successful in 12s
build-and-push / docker (push) Successful in 1m13s
2025-12-30 17:36:31 +00:00
nocci
8ebb57a706
Add missing Playwright deps and clear Firefox locks on start
build-and-push / lint (push) Successful in 4s
build-and-push / sonar (push) Successful in 12s
build-and-push / docker (push) Successful in 1m10s
2025-12-30 17:27:28 +00:00
nocci
949206dbf2
Ensure /tmp/.X11-unix exists with sane perms
build-and-push / lint (push) Successful in 4s
build-and-push / sonar (push) Successful in 12s
build-and-push / docker (push) Successful in 1m16s
2025-12-30 17:21:53 +00:00
nocci
cfc1e0ee12
Harden entrypoint: skip user.js on RO volume and auto-install browsers
build-and-push / lint (push) Successful in 4s
build-and-push / sonar (push) Successful in 13s
build-and-push / docker (push) Successful in 1m13s
2025-12-30 17:10:53 +00:00
nocci
4d835013cc
Skip browser prefs when volume is read-only
build-and-push / lint (push) Successful in 4s
build-and-push / sonar (push) Successful in 12s
build-and-push / docker (push) Successful in 1m12s
2025-12-30 17:05:01 +00:00
nocci
6f2e1e5b22
Make browser prefs creation non-fatal when unwritable
build-and-push / lint (push) Successful in 4s
build-and-push / sonar (push) Successful in 11s
build-and-push / docker (push) Successful in 1m11s
2025-12-30 16:58:22 +00:00
nocci
e3e6a6f36c
Handle unwritable browser volume in entrypoint
build-and-push / lint (push) Successful in 4s
build-and-push / sonar (push) Successful in 12s
build-and-push / docker (push) Successful in 1m11s
2025-12-30 16:54:42 +00:00
Samuel Rounce
c5a7a10ca3
fix: docker-entrypoint.sh uses safe shebang
...
Shebangs should use /usr/bin/env to locate the interpreter. Setting a path directly to the interpreter itself tends to be brittle and prone to breaking.
2024-09-28 18:34:39 +01:00
Ralf Vogler
b68021b8e8
docker: firefox: overwrite user.js instead of appending on every run, #261
2023-12-26 18:01:32 +01:00
Ralf Vogler
baeaaa64f8
docker: firefox: privacy.resistFingerprinting fixes #261
...
https://github.com/vogler/free-games-claimer/issues/261#issuecomment-1868385830
Docker container will ask/fill email, challenge captcha, ask/fill password, challenge captcha again.
2023-12-26 17:52:18 +01:00
Ralf Vogler
9ebd15f204
fix log text if $VNC_PASSWORD is set, fixes #223
2023-09-23 11:02:08 +02:00
Ralf Vogler
8a010dbcc7
docker: pass in build-args, add $NOW
2023-08-27 23:32:56 +02:00
Ralf Vogler
2eb17a1419
docker: show version via $COMMIT_SHA (and $BRANCH if not "main")
2023-08-27 18:33:27 +02:00
Ralf Vogler
ba1b6fba95
use $VNC_PASSWORD if set
2023-01-10 00:37:38 +01:00
Ralf Vogler
9e0d4434fe
docker-entrypoint: bash strict mode
2023-01-09 21:03:05 +01:00
Ralf Vogler
72d8550c86
docker/entrypoint.sh -> docker-entrypoint.sh
2023-01-09 20:37:13 +01:00