application.ini
Attention: This is an example of the ini .file format and may differ from your most recent FastX 4 server update. For the most up to date files, go to your FastX webserver’s help page: eg. https://yourserver.example.com:3300/help/schemas
# command to run. required for all but default.ini
command=
# display name
name=
# container image
image=
# container image tag
imageTag=
# kubernetes imagePullPolicy
imagePullPolicy=
# initial geometry "widthxheight" or "rootless"
geometry=
# icon to display (url or dataUrl). Must be in the icons directory
icon=
# number of minutes a session is disconnected before terminating
disconnectTimeout=
# strict mode do not allow changes from the user
strict=
# override default forms
overrideForms=
# array of forms (can be set multiple times)
forms[]=
# tags (can be set multiple times)
tags[]=
# enable groups
enableGroups=
# run as a separate user from your logged in user
user=
# restrict groups
restrictGroups=
# maximum bytes allowed for clipboard transfer
clipboardMax=
# save XAUTHORITY file to the standard ~/.Xauthority location instead of in the session directory
saveXauthDefault=
# enable iglx for legacy OpenGL apps
iglx=
# let the X server listen on the TCP socket instead of default unix socket only
listenTCP=
# percent of CPU used in rendering
cpuPercentage=
# number of minutes a connected session is idle before disconnecting
idleDisconnect=
# DEPRECATED attempt to detect if a user can use VirtualGL (and use it)
enableVirtualGLDetection=
# disable automatic VirtualGL detection
disableVirtualGLDetection=
# options to append to vglrun command
virtualGLOptions=
# skip checking if the user has a GPU
virtualGLskipGpuCheck=
# number of minutes between session updates if there is no change
pollingUpdate=
# prepend string to alll commands
commandPreamble=
# set Xhost (+, local, "")
xhost=
# custom parameters to add
[params]