From 52e5662dd9981b38efc8b98b1d8843d4cb8e3b0f Mon Sep 17 00:00:00 2001 From: Mariotaku Date: Thu, 4 Jan 2024 06:04:21 +0900 Subject: [PATCH] docs: add reset credential examples for unique pacakges (#1973) --- docs/source/troubleshooting/general.rst | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/source/troubleshooting/general.rst b/docs/source/troubleshooting/general.rst index a936f35a..f37effea 100644 --- a/docs/source/troubleshooting/general.rst +++ b/docs/source/troubleshooting/general.rst @@ -4,9 +4,24 @@ General Forgotten Credentials --------------------- If you forgot your credentials to the web UI, try this. - .. code-block:: bash + .. tab:: General + + .. code-block:: bash + + sunshine --creds {new-username} {new-password} + + .. tab:: AppImage + + .. code-block:: bash + + ./sunshine.AppImage --creds {new-username} {new-password} + + .. tab:: Flatpak + + .. code-block:: bash + + flatpak run --command=sunshine dev.lizardbyte.Sunshine --creds {new-username} {new-password} - sunshine --creds {new-username} {new-password} Web UI Access -------------