Go to file
Evan Fiordeliso 17f427644e Add chart and docker publish tasks and fix env vars 2023-04-15 17:28:18 -04:00
.trunk Add basic chart 2023-04-14 23:37:52 -04:00
charts/ytdl-web Add basic chart 2023-04-14 23:37:52 -04:00
cmd Add chart and docker publish tasks and fix env vars 2023-04-15 17:28:18 -04:00
version Add sticky footer 2023-04-14 22:42:44 -04:00
web Center download links 2023-04-15 15:47:22 -04:00
ytdl Add yt-dlp path config value 2023-04-15 15:45:27 -04:00
.air.toml Add basic chart 2023-04-14 23:37:52 -04:00
.dockerignore Add chart and docker publish tasks and fix env vars 2023-04-15 17:28:18 -04:00
.gitignore Add basic chart 2023-04-14 23:37:52 -04:00
Dockerfile Add chart and docker publish tasks and fix env vars 2023-04-15 17:28:18 -04:00
LICENSE Add chart and docker publish tasks and fix env vars 2023-04-15 17:28:18 -04:00
README.md Add chart and docker publish tasks and fix env vars 2023-04-15 17:28:18 -04:00
Taskfile.yml Add chart and docker publish tasks and fix env vars 2023-04-15 17:28:18 -04:00
config.example.yml Add yt-dlp path config value 2023-04-15 15:45:27 -04:00
go.mod Tidy up deps 2023-04-15 12:38:54 -04:00
go.sum Tidy up deps 2023-04-15 12:38:54 -04:00
main.go Initial commit with server 2023-04-14 11:58:32 -04:00

README.md

YTDL Web

Publishing Docker Image

Prerequsites:

Steps:

  1. Login to the container registry
docker login git.fifitido.net
  1. Publish the container image
task docker:publish

Publishing Chart

Prerequsites:

Steps:

  1. Add the helm repo
helm repo add  --username {username} --password {password} gitea-apps https://gitea.example.com/api/packages/apps/helm
  1. Publish the chart
task chart:publish