mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 14:50:24 +08:00
fix(handbrake): null is obviously not a correct password.
This commit is contained in:
@@ -24,7 +24,7 @@ sources:
|
||||
- https://hub.docker.com/r/jlesage/handbrake/
|
||||
- https://handbrake.fr/
|
||||
type: application
|
||||
version: 8.0.18
|
||||
version: 8.0.19
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -42,7 +42,7 @@ env:
|
||||
DISPLAY_WIDTH: "1280"
|
||||
DISPLAY_HEIGHT: "768"
|
||||
SECURE_CONNECTION: "0"
|
||||
VNC_PASSWORD:
|
||||
VNC_PASSWORD: ""
|
||||
# Automated Conversion Preset
|
||||
AUTOMATED_CONVERSION_PRESET: "General/Very Fast 1080p30"
|
||||
AUTOMATED_CONVERSION_FORMAT: "mp4"
|
||||
|
||||
Reference in New Issue
Block a user