| 
				
					
						 | 
			||
|---|---|---|
| .trunk | ||
| charts/ytdl-web | ||
| cmd | ||
| version | ||
| web | ||
| ytdl | ||
| .air.toml | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| Taskfile.yml | ||
| config.example.yml | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	YTDL Web
Publishing Docker Image
Prerequsites:
Steps:
- Login to the container registry
 
docker login git.fifitido.net
- Publish the container image
 
task docker:publish
Publishing Chart
Prerequsites:
Steps:
- Add the helm repo
 
helm repo add  --username {username} --password {password} gitea-apps https://gitea.example.com/api/packages/apps/helm
- Publish the chart
 
task chart:publish