Added explanations for TGT_URL
This commit is contained in:
@@ -2,11 +2,15 @@
|
|||||||
#
|
#
|
||||||
# Configuration file for OpenKiosk
|
# Configuration file for OpenKiosk
|
||||||
|
|
||||||
|
# ----------------------------------------------------------------------
|
||||||
|
|
||||||
# Debug flag. Set to 1 to cause openkiosk to output helpful
|
# Debug flag. Set to 1 to cause openkiosk to output helpful
|
||||||
# information to ~/openkiosk.log.
|
# information to ~/openkiosk.log.
|
||||||
# Set to 0 for production use, or the log could fill up your filesystem!
|
# Set to 0 for production use, or the log could fill up your filesystem!
|
||||||
DEBUG="0"
|
DEBUG="0"
|
||||||
|
|
||||||
|
# ----------------------------------------------------------------------
|
||||||
|
|
||||||
# URL to load for the kiosk browser.
|
# URL to load for the kiosk browser.
|
||||||
# This can be a website, specified like:
|
# This can be a website, specified like:
|
||||||
# http://somesite.com/somepage
|
# http://somesite.com/somepage
|
||||||
@@ -15,9 +19,25 @@ DEBUG="0"
|
|||||||
# If the URL ends with ".pdf", it will be opened using xpdf, otherwise
|
# If the URL ends with ".pdf", it will be opened using xpdf, otherwise
|
||||||
# it will be assumed to be of some format that can be displayed by a
|
# it will be assumed to be of some format that can be displayed by a
|
||||||
# web browser.
|
# web browser.
|
||||||
# You can also use the word "test" which will cause OpenKiosk to
|
# Some common ones are:
|
||||||
# start an xterm, which is useful for development and testing.
|
|
||||||
TGT_URL="test"
|
#TGT_URL="test"
|
||||||
|
# - Start an xterm, which is useful for development and testing.
|
||||||
|
|
||||||
|
#TGT_URL= "file:/etc/openkiosk/openkiosk_welcome.html"
|
||||||
|
# - This is the default welcome page.
|
||||||
|
|
||||||
|
#TGT_URL="https://localhost:631"
|
||||||
|
# - This is the local CUPS printing configuration page. You must have
|
||||||
|
# an account on the local machine with sudo privileges to log in.
|
||||||
|
|
||||||
|
#TGT_URL="https://localhost:10000"
|
||||||
|
# - This is the local webmin page, assuming you chose to install webmin
|
||||||
|
# during OpenKiosk installation. You must have an account on the
|
||||||
|
# local machine with sudo privileges to log in.
|
||||||
|
TGT_URL="file:/etc/openkiosk/openkiosk_welcome.html"
|
||||||
|
|
||||||
|
# ----------------------------------------------------------------------
|
||||||
|
|
||||||
# Interval in seconds to poll the URL for changes.
|
# Interval in seconds to poll the URL for changes.
|
||||||
# This should be enabled where the kiosk is used as a display for a file
|
# This should be enabled where the kiosk is used as a display for a file
|
||||||
@@ -25,6 +45,8 @@ TGT_URL="test"
|
|||||||
# Set to 0 to disable polling or for an interactive kiosk.
|
# Set to 0 to disable polling or for an interactive kiosk.
|
||||||
POLL_INTERVAL="0"
|
POLL_INTERVAL="0"
|
||||||
|
|
||||||
|
# ----------------------------------------------------------------------
|
||||||
|
|
||||||
# Display blanking is controlled by DPMS. For a display-only kiosk,
|
# Display blanking is controlled by DPMS. For a display-only kiosk,
|
||||||
# set INHIBIT_BLANK to "1" to prevent screen blanking, ignoring the
|
# set INHIBIT_BLANK to "1" to prevent screen blanking, ignoring the
|
||||||
# DSP parameters. If INHIBIT_BLANK is set to "0", the DSP parameters
|
# DSP parameters. If INHIBIT_BLANK is set to "0", the DSP parameters
|
||||||
@@ -36,7 +58,10 @@ DSP_STBY_SEC="600"
|
|||||||
DSP_SUSP_SEC="1200"
|
DSP_SUSP_SEC="1200"
|
||||||
DSP_OFF_SEC="1800"
|
DSP_OFF_SEC="1800"
|
||||||
|
|
||||||
|
# ----------------------------------------------------------------------
|
||||||
|
|
||||||
# Display rotation. Can be used to control the orientation of the display.
|
# Display rotation. Can be used to control the orientation of the display.
|
||||||
# Values are one of "normal", "left", "right", or "inverted".
|
# Values are one of "normal", "left", "right", or "inverted".
|
||||||
ROTATION="normal"
|
ROTATION="normal"
|
||||||
|
|
||||||
|
# ----------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user