mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-19 14:21:59 +08:00
Added FF_OPEN_URL
and FF_KIOSK
variables to unRAID template.
This commit is contained in:
parent
ebe461ade1
commit
a80c326107
14
appdefs.yml
14
appdefs.yml
@ -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 }}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user