mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 09:32:55 +00:00
chore: Add port forwarding service for steam web debugger from jupiter-legacy package
This commit is contained in:
parent
c30bc6ab17
commit
7f97d2b79e
@ -290,6 +290,7 @@ RUN rpm-ostree install \
|
|||||||
ibus-pinyin \
|
ibus-pinyin \
|
||||||
ibus-table-chinese-cangjie \
|
ibus-table-chinese-cangjie \
|
||||||
ibus-table-chinese-quick \
|
ibus-table-chinese-quick \
|
||||||
|
socat \
|
||||||
python-vdf \
|
python-vdf \
|
||||||
python-crcmod && \
|
python-crcmod && \
|
||||||
git clone https://gitlab.com/evlaV/jupiter-dock-updater-bin.git \
|
git clone https://gitlab.com/evlaV/jupiter-dock-updater-bin.git \
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user