mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
Compare commits
31 Commits
100e6f8174
...
gh-pages
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d79f966e1 | ||
|
|
c3bd642c1a | ||
|
|
872e99021f | ||
|
|
74e1c73f64 | ||
|
|
71ca2adac2 | ||
|
|
b35aab9509 | ||
|
|
e280f4af60 | ||
|
|
6276df99f8 | ||
|
|
bd93650517 | ||
|
|
110bae3e5b | ||
|
|
8c6e583e1a | ||
|
|
9ee2599cb2 | ||
|
|
9306375098 | ||
|
|
4fb2b87302 | ||
|
|
75b081603f | ||
|
|
06636fa2cb | ||
|
|
9d6887a92c | ||
|
|
85e2958be3 | ||
|
|
c67d5c3734 | ||
|
|
a42e8b6554 | ||
|
|
5ba3028665 | ||
|
|
d25240acc7 | ||
|
|
8d54e1d643 | ||
|
|
fea9167fb1 | ||
|
|
9e4fac3b43 | ||
|
|
f748574417 | ||
|
|
7c18d3d69d | ||
|
|
391b8286e9 | ||
|
|
f44ad92a08 | ||
|
|
5730b40459 | ||
|
|
5a7b6243fd |
7
chart/LICENSE
Normal file
7
chart/LICENSE
Normal file
@@ -0,0 +1,7 @@
|
||||
Copyright 2018 Isaac Grynsztein
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
3
chart/README.md
Normal file
3
chart/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
The official YoutubeDL-Material chart
|
||||
|
||||
Repo: https://github.com/Tzahi12345/YoutubeDL-Material
|
||||
4
chart/artifacthub-repo.yml
Normal file
4
chart/artifacthub-repo.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
# Artifact Hub repository metadata file
|
||||
repositoryID: ff79ae03-57c1-4f18-8368-5e085d06e2f1
|
||||
owners:
|
||||
- name: tzahi12345
|
||||
22
chart/index.yaml
Normal file
22
chart/index.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: v1
|
||||
entries:
|
||||
youtubedl-material:
|
||||
- apiVersion: v1
|
||||
created: "2021-01-01T05:51:36.304331-05:00"
|
||||
description: A Material Design frontend for youtube-dl
|
||||
digest: f7340d24fb051ade30b890db3b5c483a884b8459316dcf2ffc6fb9413d41252e
|
||||
home: https://github.com/Tzahi12345/YoutubeDL-Material/
|
||||
icon: https://i.imgur.com/IKOlr0N.png
|
||||
keywords:
|
||||
- youtubedl-material
|
||||
- youtube-dl
|
||||
maintainers:
|
||||
- email: IsaacMGrynsztein@gmail.com
|
||||
name: tzahi12345
|
||||
name: youtubedl-material
|
||||
sources:
|
||||
- https://github.com/Tzahi12345/YoutubeDL-Material/
|
||||
urls:
|
||||
- youtubedl-material-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
generated: "2021-01-01T05:51:36.3003569-05:00"
|
||||
14
chart/templates/claim-appdata-persistentvolumeclaim.yaml
Normal file
14
chart/templates/claim-appdata-persistentvolumeclaim.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ytdl-material-claim-appdata
|
||||
name: ytdl-material-claim-appdata
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: {{ default "1Gi" .Values.appdataClaimSize }}
|
||||
status: {}
|
||||
14
chart/templates/claim-audio-persistentvolumeclaim.yaml
Normal file
14
chart/templates/claim-audio-persistentvolumeclaim.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ytdl-material-claim-audio
|
||||
name: ytdl-material-claim-audio
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: {{ default "50Gi" .Values.audioClaimSize }}
|
||||
status: {}
|
||||
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ytdl-material-claim-subscriptions
|
||||
name: ytdl-material-claim-subscriptions
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: {{ default "50Gi" .Values.subscriptionsClaimSize }}
|
||||
status: {}
|
||||
14
chart/templates/claim-users-persistentvolumeclaim.yaml
Normal file
14
chart/templates/claim-users-persistentvolumeclaim.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ytdl-material-claim-users
|
||||
name: ytdl-material-claim-users
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: {{ default "50Gi" .Values.usersClaimSize }}
|
||||
status: {}
|
||||
14
chart/templates/claim-video-persistentvolumeclaim.yaml
Normal file
14
chart/templates/claim-video-persistentvolumeclaim.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ytdl-material-claim-video
|
||||
name: ytdl-material-claim-video
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: {{ default "50Gi" .Values.videoClaimSize }}
|
||||
status: {}
|
||||
BIN
chart/youtubedl-material-0.0.1.tgz
Normal file
BIN
chart/youtubedl-material-0.0.1.tgz
Normal file
Binary file not shown.
Reference in New Issue
Block a user