Skip to content
Commits on Source (2)
...@@ -3,7 +3,7 @@ FROM debian:11.0 ...@@ -3,7 +3,7 @@ FROM debian:11.0
COPY ./* / COPY ./* /
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y curl ffmpeg apt-transport-https ca-certificates \ && apt-get install -y curl ffmpeg apt-transport-https ca-certificates gettext-base \
&& curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg \ && curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg \
&& echo "deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main" | tee /etc/apt/sources.list.d/kubernetes.list \ && echo "deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main" | tee /etc/apt/sources.list.d/kubernetes.list \
&& apt-get update && apt-get install -y kubectl \ && apt-get update && apt-get install -y kubectl \
......
# compile-owncast # compile-owncast
A project to automatically compile streams separate ts files into mp4. A project to automatically compile streams separate ts files into mp4.
\ No newline at end of file
## Add a secret in your namespace
```
k create secret generic ${BUCKET} --from-literal=S3_ENDPOINT=minio.k7.indie.host --from-literal=AWS_ACCESS_KEY_ID=${BUCKET} --from-literal=AWS_SECRET_ACCESS_KEY=
```
Deploy the cronjob and you should be good to go :)
\ No newline at end of file