run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -1,33 +1,34 @@
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: 'true'
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- Downloaders
|
||||
- MediaApp-Video
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.6
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.6
|
||||
deprecated: false
|
||||
description: 'Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script
|
||||
description:
|
||||
"Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script
|
||||
to automatically download movie trailers for use in media applications
|
||||
|
||||
'
|
||||
"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/amtd
|
||||
icon: https://truecharts.org/img/chart-icons/amtd.png
|
||||
keywords:
|
||||
- amtd
|
||||
- Downloaders
|
||||
- MediaApp-Video
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
- amtd
|
||||
- Downloaders
|
||||
- MediaApp-Video
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: amtd
|
||||
sources:
|
||||
- https://github.com/RandomNinjaAtk/docker-amtd
|
||||
- https://hub.docker.com/r/randomninjaatk/amtd
|
||||
- https://github.com/RandomNinjaAtk/docker-amtd
|
||||
- https://hub.docker.com/r/randomninjaatk/amtd
|
||||
type: application
|
||||
version: 0.0.10
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
env:
|
||||
AUTOSTART: ''
|
||||
EndClient: ''
|
||||
FilePermissions: ''
|
||||
FolderPermissions: ''
|
||||
LANGUAGES: ''
|
||||
PREFER_EXISTING: ''
|
||||
RadarrAPIkey: ''
|
||||
RadarrUrl: ''
|
||||
SCRIPTINTERVAL: ''
|
||||
SINGLETRAILER: ''
|
||||
USEFOLDERS: ''
|
||||
extrastype: ''
|
||||
subtitlelanguage: ''
|
||||
videoformat: ''
|
||||
AUTOSTART: ""
|
||||
EndClient: ""
|
||||
FilePermissions: ""
|
||||
FolderPermissions: ""
|
||||
LANGUAGES: ""
|
||||
PREFER_EXISTING: ""
|
||||
RadarrAPIkey: ""
|
||||
RadarrUrl: ""
|
||||
SCRIPTINTERVAL: ""
|
||||
SINGLETRAILER: ""
|
||||
USEFOLDERS: ""
|
||||
extrastype: ""
|
||||
subtitlelanguage: ""
|
||||
videoformat: ""
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/amtd
|
||||
|
||||
Reference in New Issue
Block a user