File tree Expand file tree Collapse file tree 5 files changed +6
-0
lines changed
root/etc/s6-overlay/s6-rc.d/svc-pyload Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2727 echo "**** install packages ****" && \
2828 apk add --no-cache \
2929 ffmpeg \
30+ gcompat \
3031 libatomic \
3132 libjpeg-turbo \
3233 7zip \
Original file line number Diff line number Diff line change 2727 echo "**** install packages ****" && \
2828 apk add --no-cache \
2929 ffmpeg \
30+ gcompat \
3031 libatomic \
3132 libjpeg-turbo \
3233 7zip \
Original file line number Diff line number Diff line change @@ -291,6 +291,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
291291
292292# # Versions
293293
294+ * ** 09.01.26:** - Add gcompat for mini-racer.
294295* ** 01.09.25:** - Add new dep, libatomic.
295296* ** 09.06.25:** - Rebase to Alpine 3.22.
296297* ** 20.07.24:** - Revert to Alpine 3.19 due to inconsistent upstream addon support for Python 3.12.
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ init_diagram: |
8080 "pyload-ng:latest" <- Base Images
8181# changelog
8282changelogs :
83+ - {date: "09.01.26:", desc: "Add gcompat for mini-racer."}
8384 - {date: "01.09.25:", desc: "Add new dep, libatomic."}
8485 - {date: "09.06.25:", desc: "Rebase to Alpine 3.22."}
8586 - {date: "20.07.24:", desc: "Revert to Alpine 3.19 due to inconsistent upstream addon support for Python 3.12."}
Original file line number Diff line number Diff line change 33
44PORT=$(sed -n -e '/webui/,/proxy/p' /config/settings/pyload.cfg | grep "Port" | awk -F '=' '{print $2}' | tr -d ' ')
55
6+ export LD_PRELOAD="/lib/libgcompat.so.0"
7+
68exec \
79 s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost ${PORT:-8000}" \
810 s6-setuidgid abc pyload --userdir /config --storagedir /downloads
You can’t perform that action at this time.
0 commit comments