Added environment variable to specify custom arguments to pass to Firefox.
This commit is contained in:
parent
1e6d352a54
commit
ebe461ade1
3 changed files with 17 additions and 1 deletions
10
appdefs.yml
10
appdefs.yml
|
@ -395,6 +395,16 @@ container:
|
|||
customer-facing displays.
|
||||
type: public
|
||||
default: 0
|
||||
- name: FF_CUSTOM_ARGS
|
||||
description: >-
|
||||
Custom argument(s) to pass when launching {{ app.friendly_name }}.
|
||||
type: public
|
||||
default: 0
|
||||
unraid_template:
|
||||
title: "Custom Arguments"
|
||||
display: advanced
|
||||
required: false
|
||||
mask: false
|
||||
|
||||
# Volumes
|
||||
volumes: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue