Added FF_OPEN_URL
and FF_KIOSK
variables to unRAID template.
This commit is contained in:
parent
ebe461ade1
commit
a80c326107
1 changed files with 14 additions and 0 deletions
14
appdefs.yml
14
appdefs.yml
|
@ -388,6 +388,11 @@ container:
|
|||
description: >-
|
||||
The URL to open when {{ app.friendly_name }} starts.
|
||||
type: public
|
||||
unraid_template:
|
||||
title: "Open URL"
|
||||
display: advanced
|
||||
required: false
|
||||
mask: false
|
||||
- name: FF_KIOSK
|
||||
description: >-
|
||||
Set to `1` to enable kiosk mode. This mode launches Firefox in a very
|
||||
|
@ -395,6 +400,15 @@ container:
|
|||
customer-facing displays.
|
||||
type: public
|
||||
default: 0
|
||||
unraid_template:
|
||||
title: "Kiosk Mode"
|
||||
description: >-
|
||||
Set to 1 to enable kiosk mode. This mode launches Firefox in a very
|
||||
restricted and limited mode best suitable for public areas or
|
||||
customer-facing displays.
|
||||
display: advanced
|
||||
required: false
|
||||
mask: false
|
||||
- name: FF_CUSTOM_ARGS
|
||||
description: >-
|
||||
Custom argument(s) to pass when launching {{ app.friendly_name }}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue