mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-17 10:13:00 +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-table-chinese-cangjie \
|
||||
ibus-table-chinese-quick \
|
||||
socat \
|
||||
python-vdf \
|
||||
python-crcmod && \
|
||||
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…
Reference in New Issue
Block a user