File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -413,6 +413,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
413413
414414# # Versions
415415
416+ * ** 03.04.25:** - Update chromium launch options to improve performance.
416417* ** 10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
417418* ** 06.01.24:** - Rebase to Debian Bookworm.
418419* ** 17.01.24:** - Update bash wrappers to cleanup and detect seccomp.
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ init_diagram: |
105105 "webcord:latest" <- Base Images
106106# changelog
107107changelogs :
108+ - {date: "03.04.25:", desc: "Update chromium launch options to improve performance."}
108109 - {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon."}
109110 - {date: "06.01.24:", desc: "Rebase to Debian Bookworm."}
110111 - {date: "17.01.24:", desc: "Update bash wrappers to cleanup and detect seccomp."}
Original file line number Diff line number Diff line change 1010# Run normally on privved containers or modified un non priv
1111if grep -q ' Seccomp:.0' /proc/1/status; then
1212 ${BIN} \
13- --ignore-gpu-blocklist \
1413 --no-first-run \
1514 --password-store=basic \
1615 --simulate-outdated-no-au=' Tue, 31 Dec 2099 23:59:59 GMT' \
1716 --user-data-dir \
1817 " $@ " > /dev/null 2>&1
1918else
2019 ${BIN} \
21- --ignore-gpu-blocklist \
2220 --no-first-run \
2321 --no-sandbox \
2422 --password-store=basic \
You can’t perform that action at this time.
0 commit comments