mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
update
This commit is contained in:
40
apps/templates/alltube.js2
Normal file
40
apps/templates/alltube.js2
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
# Path to your youtube-dl binary
|
||||
youtubedl: vendor/rg3/youtube-dl/youtube_dl/__main__.py
|
||||
|
||||
# Path to your python binary
|
||||
python: /usr/bin/python
|
||||
|
||||
# An array of parameters to pass to youtube-dl
|
||||
params:
|
||||
- --no-warnings
|
||||
- --ignore-errors
|
||||
- --flat-playlist
|
||||
- --restrict-filenames
|
||||
|
||||
# True to enable audio conversion
|
||||
convert: false
|
||||
|
||||
# True to enable advanced conversion mode
|
||||
convertAdvanced: false
|
||||
|
||||
# List of formats available in advanced conversion mode
|
||||
convertAdvancedFormats: [mp3, avi, flv, wav]
|
||||
|
||||
# Path to your avconv or ffmpeg binary
|
||||
avconv: vendor/bin/ffmpeg
|
||||
|
||||
# avconv/ffmpeg logging level.
|
||||
avconvVerbosity: error
|
||||
|
||||
# Path to the directory that contains the phantomjs binary.
|
||||
phantomjsDir: vendor/bin/
|
||||
|
||||
# True to disable URL rewriting
|
||||
uglyUrls: false
|
||||
|
||||
# True to stream videos through server
|
||||
stream: false
|
||||
|
||||
# MP3 bitrate when converting (in kbit/s)
|
||||
audioBitrate: 128
|
||||
10
apps/templates/docker-gc-exclude
Normal file
10
apps/templates/docker-gc-exclude
Normal file
@@ -0,0 +1,10 @@
|
||||
# If there is a dependent image it seems that the docker-gc can only identify them
|
||||
# using the image id
|
||||
# If you pull them specifically it will use the tag otherwise it uses the imageid
|
||||
#
|
||||
# The file consists of the name of the image followed by the image id (can be either the short version or the long version)
|
||||
#
|
||||
####################################################################################################
|
||||
|
||||
clockworksoul/docker-gc-cron:latest
|
||||
e61267dbe31b
|
||||
Reference in New Issue
Block a user