File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff 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
6060I 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
6262renew the session when tokens expire. The _ containerized browser_ is reachable at the specified
6363port 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
You can’t perform that action at this time.
0 commit comments