chore: Add port forwarding service for steam web debugger from jupiter-legacy package

This commit is contained in:
Kyle Gospodnetich 2023-09-10 20:32:51 -07:00
parent c30bc6ab17
commit 7f97d2b79e
2 changed files with 11 additions and 0 deletions

View File

@ -290,6 +290,7 @@ RUN rpm-ostree install \
ibus-pinyin \
ibus-table-chinese-cangjie \
ibus-table-chinese-quick \
socat \
python-vdf \
python-crcmod && \
git clone https://gitlab.com/evlaV/jupiter-dock-updater-bin.git \

View File

@ -0,0 +1,10 @@
[Unit]
Description="Portforward CEF remote debug port"
[Service]
ExecStart=socat TCP4-LISTEN:8081,fork TCP4:127.0.0.1:8080
User=deck
Restart=always
[Install]
WantedBy=multi-user.target