Skip to content

Commit a272dd1

Browse files
docs: switch to chrome
1 parent b45c5d6 commit a272dd1

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Optionally configure cron, i.e. for me running `crontab -l` reveals:
5858
### Schedule with chadburn and expose a chromium for relogins
5959

6060
I currently prefer scheduling from [chadburn](https://github.com/PremoWeb/chadburn) container.
61-
I've also added a containerized chromium, configured to share the profile, that can be used to
61+
I've also added a containerized browser, configured to share the profile, that can be used to
6262
renew the session when tokens expire. The _containerized browser_ is reachable at the specified
6363
port from the _host browser_, i.e. at http://localhost:3000.
6464

@@ -93,20 +93,21 @@ services:
9393
chadburn.job-exec.synccron.schedule: "@hourly"
9494
chadburn.job-exec.synccron.command: "date && /usr/local/bin/gphotos-cdp -v -dev -headless -dldir /download -run /usr/local/bin/save.sh"
9595
chadburn.job-exec.synccron.no-overlap: "true"
96-
chromium:
97-
image: lscr.io/linuxserver/chromium:latest
98-
security_opt:
99-
- seccomp:unconfined
96+
chrome:
97+
image: kasmweb/chrome:1.15.0-rolling
10098
environment:
10199
- PUID=0
102100
- PGID=0
103101
- TZ=Europe/Rome
104-
- CHROME_CLI=--no-sandbox https://photos.google.com/
102+
- LAUNCH_URL=https://photos.google.com/
105103
volumes:
106-
- /path/to/gphotos/profile_family:/config/.config/chromium
104+
- /path/to/gphotos/profile_family:/home/kasm-user/.config/google-chrome/
107105
ports:
108-
- 3000:3000
109-
shm_size: 1gb
106+
- 6901:6901
107+
shm_size: 512mb
108+
restart: unless-stopped
109+
profiles:
110+
- relogin
110111
```
111112

112113
## How to build locally

0 commit comments

Comments
 (0)