A simple python post/get web server for the steam deck
Put deck_server_app.py where ever you want
Make it a clickable app
Create this file: ~/.local/share/applications/deck-server.desktop
[Desktop Entry]
Name=Steam Deck Web Server
Comment=Simple Python GET/POST server with GUI
Exec=python3 /home/deck/path/to/deck_server_app.py
Icon=utilities-terminal
Terminal=false
Type=Application Categories=Network;Utility;
Exec=python3 /home/deck/path/to/deck_server_app.py
to the real path where you saved the script.
chmod +x ~/.local/share/applications/deck-server.desktop
You can also make a copy of deck-server.desktop once you
have edited it. And place it on the desktop.
steam_web_server also works in gaming mode.
