Added FF_OPEN_URL and FF_KIOSK variables to unRAID template.

This commit is contained in:
Jocelyn Le Sage 2024-06-30 23:06:41 -04:00
parent ebe461ade1
commit a80c326107

View File

@ -388,6 +388,11 @@ container:
description: >- description: >-
The URL to open when {{ app.friendly_name }} starts. The URL to open when {{ app.friendly_name }} starts.
type: public type: public
unraid_template:
title: "Open URL"
display: advanced
required: false
mask: false
- name: FF_KIOSK - name: FF_KIOSK
description: >- description: >-
Set to `1` to enable kiosk mode. This mode launches Firefox in a very Set to `1` to enable kiosk mode. This mode launches Firefox in a very
@ -395,6 +400,15 @@ container:
customer-facing displays. customer-facing displays.
type: public type: public
default: 0 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 - name: FF_CUSTOM_ARGS
description: >- description: >-
Custom argument(s) to pass when launching {{ app.friendly_name }}. Custom argument(s) to pass when launching {{ app.friendly_name }}.