Compare commits
11 Commits
mautrix-di
...
outline-0.
Author | SHA1 | Date | |
---|---|---|---|
3270a3102b | |||
acc9710c72 | |||
756ef9b0c6 | |||
|
8baec6fd41 | ||
c1ab4afc46 | |||
bdcd63284a | |||
|
e8a951405d | ||
|
93caa67bad | ||
|
0dfaebdb7f | ||
|
2f721343aa | ||
270b62be53 |
@@ -1,10 +0,0 @@
|
|||||||
job:
|
|
||||||
schedule: "0 * * * *"
|
|
||||||
image:
|
|
||||||
repository: bbilly1/tubearchivist-jf
|
|
||||||
tag: v0.1.2
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
envFrom:
|
|
||||||
persistence:
|
|
||||||
youtube:
|
|
||||||
claimName:
|
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: home-assistant
|
name: home-assistant
|
||||||
version: 0.1.5
|
version: 0.1.8
|
||||||
description: Chart for Home Assistant
|
description: Chart for Home Assistant
|
||||||
keywords:
|
keywords:
|
||||||
- home-automation
|
- home-automation
|
||||||
@@ -9,4 +9,4 @@ sources:
|
|||||||
maintainers:
|
maintainers:
|
||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
icon: https://avatars.githubusercontent.com/u/13844975?s=200&v=4
|
icon: https://avatars.githubusercontent.com/u/13844975?s=200&v=4
|
||||||
appVersion: v2024.4.0
|
appVersion: v2024.4.2
|
||||||
|
@@ -3,7 +3,7 @@ deployment:
|
|||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
image:
|
image:
|
||||||
repository: homeassistant/home-assistant
|
repository: homeassistant/home-assistant
|
||||||
tag: 2024.4.0
|
tag: 2024.4.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
TZ: UTC
|
||||||
@@ -56,7 +56,7 @@ codeserver:
|
|||||||
enabled: false
|
enabled: false
|
||||||
image:
|
image:
|
||||||
repository: linuxserver/code-server
|
repository: linuxserver/code-server
|
||||||
tag: 4.22.1
|
tag: 4.23.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
TZ: UTC
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: homepage
|
name: homepage
|
||||||
version: 0.0.9
|
version: 0.0.10
|
||||||
description: Chart for benphelps homepage
|
description: Chart for benphelps homepage
|
||||||
keywords:
|
keywords:
|
||||||
- dashboard
|
- dashboard
|
||||||
@@ -9,4 +9,4 @@ sources:
|
|||||||
maintainers:
|
maintainers:
|
||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
icon: https://github.com/benphelps/homepage/blob/de584eae8f12a0d257e554e9511ef19bd2a1232c/public/mstile-150x150.png
|
icon: https://github.com/benphelps/homepage/blob/de584eae8f12a0d257e554e9511ef19bd2a1232c/public/mstile-150x150.png
|
||||||
appVersion: v0.8.10
|
appVersion: v0.8.11
|
||||||
|
@@ -3,7 +3,7 @@ deployment:
|
|||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/gethomepage/homepage
|
repository: ghcr.io/gethomepage/homepage
|
||||||
tag: v0.8.10
|
tag: v0.8.11
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
envFrom:
|
envFrom:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: outline
|
name: outline
|
||||||
version: 0.1.0
|
version: 0.3.0
|
||||||
description: Chart for Outline wiki
|
description: Chart for Outline wiki
|
||||||
keywords:
|
keywords:
|
||||||
- wiki
|
- wiki
|
||||||
@@ -14,5 +14,5 @@ icon: https://avatars.githubusercontent.com/u/1765001?s=48&v=4
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: redis
|
- name: redis
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 18.19.4
|
version: 19.1.0
|
||||||
appVersion: v0.75.2
|
appVersion: v0.75.2
|
||||||
|
@@ -124,14 +124,18 @@ spec:
|
|||||||
name: "{{ .Values.persistence.s3.endpointConfigMap.name }}"
|
name: "{{ .Values.persistence.s3.endpointConfigMap.name }}"
|
||||||
key: BUCKET_PORT
|
key: BUCKET_PORT
|
||||||
- name: AWS_S3_UPLOAD_BUCKET_URL
|
- name: AWS_S3_UPLOAD_BUCKET_URL
|
||||||
value: "$(AWS_S3_UPLOAD_BUCKET_HOST):$(AWS_S3_UPLOAD_BUCKET_PORT)|"
|
value: "{{ .Values.persistence.s3.urlProtocol }}://$(AWS_S3_UPLOAD_BUCKET_NAME).$(AWS_S3_UPLOAD_BUCKET_HOST):$(AWS_S3_UPLOAD_BUCKET_PORT)"
|
||||||
|
- name: AWS_S3_ACCELERATE_URL
|
||||||
|
value: "{{ .Values.persistence.s3.urlProtocol }}://$(AWS_S3_UPLOAD_BUCKET_NAME).$(AWS_S3_UPLOAD_BUCKET_HOST):$(AWS_S3_UPLOAD_BUCKET_PORT)"
|
||||||
{{- else }}
|
{{- else }}
|
||||||
- name: AWS_REGION
|
- name: AWS_REGION
|
||||||
value: "{{ .Values.persistence.s3.region }}"
|
value: "{{ .Values.persistence.s3.region }}"
|
||||||
- name: AWS_S3_UPLOAD_BUCKET_NAME
|
- name: AWS_S3_UPLOAD_BUCKET_NAME
|
||||||
value: "{{ .Values.persistence.s3.bucketName }}"
|
value: "{{ .Values.persistence.s3.bucketName }}"
|
||||||
- name: AWS_S3_UPLOAD_BUCKET_URL
|
- name: AWS_S3_UPLOAD_BUCKET_URL
|
||||||
value: "{{ .Values.persistence.s3.endpoint }}"
|
value: "{{ .Values.persistence.s3.urlProtocol }}://{{ .Values.persistence.s3.bucketName }}.{{ .Values.persistence.s3.host }}"
|
||||||
|
- name: AWS_S3_ACCELERATE_URL
|
||||||
|
value: "{{ .Values.persistence.s3.urlProtocol }}://{{ .Values.persistence.s3.bucketName }}.{{ .Values.persistence.s3.host }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- name: AWS_S3_FORCE_PATH_STYLE
|
- name: AWS_S3_FORCE_PATH_STYLE
|
||||||
value: "{{ .Values.persistence.s3.forcePathStyle }}"
|
value: "{{ .Values.persistence.s3.forcePathStyle }}"
|
||||||
|
@@ -29,7 +29,8 @@ persistence:
|
|||||||
name:
|
name:
|
||||||
region:
|
region:
|
||||||
bucketName:
|
bucketName:
|
||||||
endpoint:
|
host:
|
||||||
|
urlProtocol: http
|
||||||
uploadMaxSize: "26214400"
|
uploadMaxSize: "26214400"
|
||||||
forcePathStyle: false
|
forcePathStyle: false
|
||||||
acl: private
|
acl: private
|
||||||
@@ -38,10 +39,6 @@ persistence:
|
|||||||
storageSize: 50Gi
|
storageSize: 50Gi
|
||||||
localRootDir: /var/lib/outline/data
|
localRootDir: /var/lib/outline/data
|
||||||
uploadMaxSize: 26214400
|
uploadMaxSize: 26214400
|
||||||
redis:
|
|
||||||
architecture: standalone
|
|
||||||
auth:
|
|
||||||
enabled: false
|
|
||||||
outline:
|
outline:
|
||||||
nodeEnv: production
|
nodeEnv: production
|
||||||
url:
|
url:
|
||||||
@@ -97,3 +94,11 @@ outline:
|
|||||||
usernameClaim:
|
usernameClaim:
|
||||||
displayName:
|
displayName:
|
||||||
scopes: openid profile email
|
scopes: openid profile email
|
||||||
|
redis:
|
||||||
|
image:
|
||||||
|
registry: docker.io
|
||||||
|
repository: valkey/valkey
|
||||||
|
tag: 7.2.4-rc1
|
||||||
|
architecture: standalone
|
||||||
|
auth:
|
||||||
|
enabled: false
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: tubearchivist-to-jellyfin
|
name: tubearchivist-to-jellyfin
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
description: Import library from tubearchivist to jellyfin
|
description: Import library from tubearchivist to jellyfin
|
||||||
keywords:
|
keywords:
|
||||||
- tubearchivist
|
- tubearchivist
|
@@ -24,10 +24,23 @@ spec:
|
|||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
command: ["python"]
|
command: ["python"]
|
||||||
args: ["main.py"]
|
args: ["main.py"]
|
||||||
{{- with .Values.envFrom }}
|
env:
|
||||||
envFrom:
|
- name: TA_URL
|
||||||
{{- toYaml . | nindent 16 }}
|
value: "{{ .Values.config.tubearchivistUrl }}"
|
||||||
{{- end }}
|
- name: TA_TOKEN
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: "{{ .Values.secrets.tubearchivistToken.existingSecretName }}"
|
||||||
|
key: "{{ .Values.secrets.tubearchivistToken.existingSecretKey }}"
|
||||||
|
- name: JF_URL
|
||||||
|
value: "{{ .Values.config.jellyfinUrl }}"
|
||||||
|
- name: JF_TOKEN
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: "{{ .Values.secrets.jellyfinToken.existingSecretName }}"
|
||||||
|
key: "{{ .Values.secrets.jellyfinToken.existingSecretKey }}"
|
||||||
|
- name: LISTEN_PORT
|
||||||
|
value: "8001"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: tubearchivist-youtube
|
- name: tubearchivist-youtube
|
||||||
mountPath: /youtube
|
mountPath: /youtube
|
19
charts/tubearchivist-to-jellyfin/values.yaml
Normal file
19
charts/tubearchivist-to-jellyfin/values.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
job:
|
||||||
|
schedule: "0 * * * *"
|
||||||
|
image:
|
||||||
|
repository: bbilly1/tubearchivist-jf
|
||||||
|
tag: v0.1.2
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
persistence:
|
||||||
|
youtube:
|
||||||
|
claimName: ""
|
||||||
|
config:
|
||||||
|
tubearchivistUrl: ""
|
||||||
|
jellyfinUrl: ""
|
||||||
|
secrets:
|
||||||
|
tubearchivistToken:
|
||||||
|
existingSecretName: ""
|
||||||
|
existingSecretKey: token
|
||||||
|
jellyfinToken:
|
||||||
|
existingSecretName: ""
|
||||||
|
existingSecretKey: token
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: tubearchivist
|
name: tubearchivist
|
||||||
version: 0.0.7
|
version: 0.1.0
|
||||||
description: Chart for Tube Archivist
|
description: Chart for Tube Archivist
|
||||||
keywords:
|
keywords:
|
||||||
- download
|
- download
|
||||||
@@ -17,6 +17,6 @@ dependencies:
|
|||||||
version: 18.19.4
|
version: 18.19.4
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
- name: elasticsearch
|
- name: elasticsearch
|
||||||
version: 19.21.2
|
version: 20.0.4
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
appVersion: v0.4.6
|
appVersion: v0.4.7
|
||||||
|
@@ -3,7 +3,7 @@ deployment:
|
|||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
image:
|
image:
|
||||||
repository: bbilly1/tubearchivist
|
repository: bbilly1/tubearchivist
|
||||||
tag: v0.4.6
|
tag: v0.4.7
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
TZ: UTC
|
||||||
|
Reference in New Issue
Block a user