From c24886c60e909fba8267c13f51a6eb615619e0ae Mon Sep 17 00:00:00 2001 From: arch1mede Date: Thu, 22 Aug 2024 12:19:52 -0700 Subject: [PATCH 1/3] Fixed/renamed interface file (#1388) * Interface Making Getting to know the interface * Update _interface.md * Update _interface.md * Interface changes Fixed interface changes per request --- docs/interface.md | 83 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 docs/interface.md diff --git a/docs/interface.md b/docs/interface.md new file mode 100644 index 00000000..ec34553a --- /dev/null +++ b/docs/interface.md @@ -0,0 +1,83 @@ +** GETTING TO KNOW THE INTERFACE ** + +After following the first steps document on setup, you will be presented with the following pages (Chrome is being used in the following examples) + + + +1. Click Advanced + + + +1. Click Proceed + +Log into you PiKVM using the credentials from the frst_steps document + + + +1. This is where you fill in the login credentials, please be sure to review the first_steps document first. + This is also where you configure the 2FA token + + + +1. This is where your PiKVM name will go +2. This is where you can access the display from the Target system +3. You can open a web terminal and put in commands +4. By default this will not show up till its activated, this will tell you the VNC address you need to use +5. This is so you can logout of your PiKVM +6. Please read carefully +7. These are links to the PiKVM project, current documentation and support (Discord) +8. NOT SHOWN, in the lower left of the KVM screen is some information that when you mouse over, will let you know what they are + + + +1. This is the system setting, more details will be shown below +2. This is the interface to controlling the ATX, will ONLY work if wired up correctly +3. This is part of the MSD and will show you what images/iso's are available +4. This is where you can program in a Macro (Ex. Hitting F2 to get into the bios, setting Infinite loop playback to on and doing other tasks) +5. This is where you can SEND text to the Target or using OCR, you can copy FROM the target, be mindful that OCR can make mistakes, please review before finalizing +6. This is where you can find most Shortcuts (Windows only, for now) (Not editable) +7. This is placed here to give you an idea what you can achieve if you make your own menu item + + + +!!! note + The following is self explanatory but will highlight the important parts + +1. System Icons + ETH Icon = PiKVM network connectivity + Monitor Icon = Shows if the target is sending an active signal + KeyBoard Icon = Shows if data for the KB is active, will likely show Orange/Green as data is passed and goes idle + Mouse Icon = Same as above +2. These are additional buttons for important acitivies + Term = Can launch a quick Web Terminal along with the active KVM + About = Shows everything About your PiKVM, including PiKVM Hardware and version + Log = Shows the current log from your PiKVM +3. ONLY for MJPEG mode +4. ONLY for H.264 (WebRTC) mode + + + +1. This ONLY works if you have the hardware connected to the MB, otherwise will not work + + + +1. This is where you can select the IMG or ISO's that are stored + + + +1. Please read and understand this section +2. This is where you can upload or Download your scripts + + + +!!! note + This is not like VNC/AnyDesk/TeamViewer as these are software solutions, this is a hardware solution therefor cannot change the behavior of the target system. + This does not act like a clipboard + +1. This will allow you to paste text to the target system - Be mindful whats being pasted to the target and how +2. This will allow you to ONLY copy text from the target - Be mindful that OCR will do its best to recognize text but may fail at it + + + +1. This shows the shortcuts for mostly Windows + From 34d9d7033295db1730f5f0c07e5475f9bf2ecb37 Mon Sep 17 00:00:00 2001 From: arch1mede Date: Sat, 24 Aug 2024 02:30:53 -0700 Subject: [PATCH 2/3] Name change (#1389) * Interface Making Getting to know the interface * Update _interface.md * Update _interface.md * Interface changes Fixed interface changes per request * Changed from Interface to webui Per request, made a name change --- docs/{_interface.md => webui.md} | 166 +++++++++++------------ docs/{interface => webui}/ATX.jpg | Bin docs/{interface => webui}/Drive.jpg | Bin docs/{interface => webui}/Login.jpg | Bin docs/{interface => webui}/Macro.jpg | Bin docs/{interface => webui}/Page1.jpg | Bin docs/{interface => webui}/Page2.jpg | Bin docs/{interface => webui}/Portal.jpg | Bin docs/{interface => webui}/Shortcuts.jpg | Bin docs/{interface => webui}/System.jpg | Bin docs/{interface => webui}/Text.jpg | Bin docs/{interface => webui}/Toolbar.jpg | Bin docs/{interface => webui}/kvm window.jpg | Bin 13 files changed, 83 insertions(+), 83 deletions(-) rename docs/{_interface.md => webui.md} (57%) rename docs/{interface => webui}/ATX.jpg (100%) rename docs/{interface => webui}/Drive.jpg (100%) rename docs/{interface => webui}/Login.jpg (100%) rename docs/{interface => webui}/Macro.jpg (100%) rename docs/{interface => webui}/Page1.jpg (100%) rename docs/{interface => webui}/Page2.jpg (100%) rename docs/{interface => webui}/Portal.jpg (100%) rename docs/{interface => webui}/Shortcuts.jpg (100%) rename docs/{interface => webui}/System.jpg (100%) rename docs/{interface => webui}/Text.jpg (100%) rename docs/{interface => webui}/Toolbar.jpg (100%) rename docs/{interface => webui}/kvm window.jpg (100%) diff --git a/docs/_interface.md b/docs/webui.md similarity index 57% rename from docs/_interface.md rename to docs/webui.md index bb949632..ec34553a 100644 --- a/docs/_interface.md +++ b/docs/webui.md @@ -1,83 +1,83 @@ -** GETTING TO KNOW THE INTERFACE ** - -After following the first steps document on setup, you will be presented with the following pages (Chrome is being used in the following examples) - - - -1) Click Advanced - - - -1) Click Proceed - -Log into you PiKVM using the credentials from the frst_steps document - - - -1) This is where you fill in the login credentials, please be sure to review the first_steps document first. - This is also where you configure the 2FA token - - - -1) This is where your PiKVM name will go -2) This is where you can access the display from the Target system -3) You can open a web terminal and put in commands -4) By default this will not show up till its activated, this will tell you the VNC address you need to use -5) This is so you can logout of your PiKVM -6) Please read carefully -7) These are links to the PiKVM project, current documentation and support (Discord) -8) NOT SHOWN, in the lower left of the KVM screen is some information that when you mouse over, will let you know what they are - - - -1) This is the system setting, more details will be shown below -2) This is the interface to controlling the ATX, will ONLY work if wired up correctly -3) This is part of the MSD and will show you what images/iso's are available -4) This is where you can program in a Macro (Ex. Hitting F2 to get into the bios, setting Infinite loop playback to on and doing other tasks) -5) This is where you can SEND text to the Target or using OCR, you can copy FROM the target, be mindful that OCR can make mistakes, please review before finalizing -6) This is where you can find most Shortcuts (Windows only, for now) (Not editable) -7) This is placed here to give you an idea what you can achieve if you make your own menu item - - - -!!! note - The following is self explanatory but will highlight the important parts - -1) System Icons - ETH Icon = PiKVM network connectivity - Monitor Icon = Shows if the target is sending an active signal - KeyBoard Icon = Shows if data for the KB is active, will likely show Orange/Green as data is passed and goes idle - Mouse Icon = Same as above -2) These are additional buttons for important acitivies - Term = Can launch a quick Web Terminal along with the active KVM - About = Shows everything About your PiKVM, including PiKVM Hardware and version - Log = Shows the current log from your PiKVM -3) ONLY for MJPEG mode -4) ONLY for H.264 (WebRTC) mode - - - -1) This ONLY works if you have the hardware connected to the MB, otherwise will not work - - - -1) This is where you can select the IMG or ISO's that are stored - - - -1) Please read and understand this section -2) This is where you can upload or Download your scripts - - - -!!! note - This is not like VNC/AnyDesk/TeamViewer as these are software solutions, this is a hardware solution therefor cannot change the behavior of the target system. - This does not act like a clipboard - -1) This will allow you to paste text to the target system - Be mindful whats being pasted to the target and how -2) This will allow you to ONLY copy text from the target - Be mindful that OCR will do its best to recognize text but may fail at it - - - -1) This shows the shortcuts for mostly Windows - +** GETTING TO KNOW THE INTERFACE ** + +After following the first steps document on setup, you will be presented with the following pages (Chrome is being used in the following examples) + + + +1. Click Advanced + + + +1. Click Proceed + +Log into you PiKVM using the credentials from the frst_steps document + + + +1. This is where you fill in the login credentials, please be sure to review the first_steps document first. + This is also where you configure the 2FA token + + + +1. This is where your PiKVM name will go +2. This is where you can access the display from the Target system +3. You can open a web terminal and put in commands +4. By default this will not show up till its activated, this will tell you the VNC address you need to use +5. This is so you can logout of your PiKVM +6. Please read carefully +7. These are links to the PiKVM project, current documentation and support (Discord) +8. NOT SHOWN, in the lower left of the KVM screen is some information that when you mouse over, will let you know what they are + + + +1. This is the system setting, more details will be shown below +2. This is the interface to controlling the ATX, will ONLY work if wired up correctly +3. This is part of the MSD and will show you what images/iso's are available +4. This is where you can program in a Macro (Ex. Hitting F2 to get into the bios, setting Infinite loop playback to on and doing other tasks) +5. This is where you can SEND text to the Target or using OCR, you can copy FROM the target, be mindful that OCR can make mistakes, please review before finalizing +6. This is where you can find most Shortcuts (Windows only, for now) (Not editable) +7. This is placed here to give you an idea what you can achieve if you make your own menu item + + + +!!! note + The following is self explanatory but will highlight the important parts + +1. System Icons + ETH Icon = PiKVM network connectivity + Monitor Icon = Shows if the target is sending an active signal + KeyBoard Icon = Shows if data for the KB is active, will likely show Orange/Green as data is passed and goes idle + Mouse Icon = Same as above +2. These are additional buttons for important acitivies + Term = Can launch a quick Web Terminal along with the active KVM + About = Shows everything About your PiKVM, including PiKVM Hardware and version + Log = Shows the current log from your PiKVM +3. ONLY for MJPEG mode +4. ONLY for H.264 (WebRTC) mode + + + +1. This ONLY works if you have the hardware connected to the MB, otherwise will not work + + + +1. This is where you can select the IMG or ISO's that are stored + + + +1. Please read and understand this section +2. This is where you can upload or Download your scripts + + + +!!! note + This is not like VNC/AnyDesk/TeamViewer as these are software solutions, this is a hardware solution therefor cannot change the behavior of the target system. + This does not act like a clipboard + +1. This will allow you to paste text to the target system - Be mindful whats being pasted to the target and how +2. This will allow you to ONLY copy text from the target - Be mindful that OCR will do its best to recognize text but may fail at it + + + +1. This shows the shortcuts for mostly Windows + diff --git a/docs/interface/ATX.jpg b/docs/webui/ATX.jpg similarity index 100% rename from docs/interface/ATX.jpg rename to docs/webui/ATX.jpg diff --git a/docs/interface/Drive.jpg b/docs/webui/Drive.jpg similarity index 100% rename from docs/interface/Drive.jpg rename to docs/webui/Drive.jpg diff --git a/docs/interface/Login.jpg b/docs/webui/Login.jpg similarity index 100% rename from docs/interface/Login.jpg rename to docs/webui/Login.jpg diff --git a/docs/interface/Macro.jpg b/docs/webui/Macro.jpg similarity index 100% rename from docs/interface/Macro.jpg rename to docs/webui/Macro.jpg diff --git a/docs/interface/Page1.jpg b/docs/webui/Page1.jpg similarity index 100% rename from docs/interface/Page1.jpg rename to docs/webui/Page1.jpg diff --git a/docs/interface/Page2.jpg b/docs/webui/Page2.jpg similarity index 100% rename from docs/interface/Page2.jpg rename to docs/webui/Page2.jpg diff --git a/docs/interface/Portal.jpg b/docs/webui/Portal.jpg similarity index 100% rename from docs/interface/Portal.jpg rename to docs/webui/Portal.jpg diff --git a/docs/interface/Shortcuts.jpg b/docs/webui/Shortcuts.jpg similarity index 100% rename from docs/interface/Shortcuts.jpg rename to docs/webui/Shortcuts.jpg diff --git a/docs/interface/System.jpg b/docs/webui/System.jpg similarity index 100% rename from docs/interface/System.jpg rename to docs/webui/System.jpg diff --git a/docs/interface/Text.jpg b/docs/webui/Text.jpg similarity index 100% rename from docs/interface/Text.jpg rename to docs/webui/Text.jpg diff --git a/docs/interface/Toolbar.jpg b/docs/webui/Toolbar.jpg similarity index 100% rename from docs/interface/Toolbar.jpg rename to docs/webui/Toolbar.jpg diff --git a/docs/interface/kvm window.jpg b/docs/webui/kvm window.jpg similarity index 100% rename from docs/interface/kvm window.jpg rename to docs/webui/kvm window.jpg From 36eb81fe5e5e2327e11aa4c8c9f43554ae726114 Mon Sep 17 00:00:00 2001 From: Mate Valko <3168272+vmatt@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:26:18 +0200 Subject: [PATCH 3/3] Update msd.md (#1393) fix broken reference --- docs/msd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/msd.md b/docs/msd.md index 5f4a41cf..f7e2159f 100644 --- a/docs/msd.md +++ b/docs/msd.md @@ -33,7 +33,7 @@ The following actions are available here: which currently cannot emulate a DVD drive. To use a larger boot image, please use a Flash Drive emulation. If this is not possible (the image does not support Flash, for example, for Windows), - you can try [this recipe](#create-a-windows-based-flash-disk-image). + you can try [this recipe](#making-windows-boot-flash-image). !!! info "Changing the media type between CD-ROM and Flash is possible only when the device is reconnected" On PiKVM V3 and V4, this can be done using the `System -> Connect main USB` switch in the Web UI.