Go to file
Evan Fiordeliso 878339ad18 Bump chart version 2023-05-23 22:30:13 -04:00
.trunk Add basic chart 2023-04-14 23:37:52 -04:00
.vscode Change stderr in debug option from LevelError to LevelDebug 2023-05-23 19:13:48 -04:00
charts/ytdl-web Bump chart version 2023-05-23 22:30:13 -04:00
cmd Fix env vars and update chart 2023-05-23 21:52:00 -04:00
config Fix env vars and update chart 2023-05-23 21:52:00 -04:00
utils Add ytdl debug output and badger logger 2023-05-23 19:07:44 -04:00
version Update goreleaser config 2023-04-15 18:24:23 -04:00
web Fix yt-dlp version fetching 2023-05-23 22:29:56 -04:00
ytdl Fix yt-dlp version fetching 2023-05-23 22:29:56 -04:00
.air.toml Add more excluded dirs to air config 2023-04-15 20:18:30 -04:00
.dockerignore Update dockerignore 2023-05-23 20:24:05 -04:00
.gitignore Command builder with caching 2023-05-23 18:44:05 -04:00
.goreleaser.yaml Re-add armv7 and armv6 2023-05-23 22:23:15 -04:00
CODE_OF_CONDUCT.md Update README and add license, contibuting, and code_of_conduct files 2023-04-15 19:43:21 -04:00
CONTRIBUTING.md Update README and add license, contibuting, and code_of_conduct files 2023-04-15 19:43:21 -04:00
Dockerfile [cluster/apps] Revert docker image to alpine 2023-05-23 22:21:07 -04:00
LICENSE.md Update README and add license, contibuting, and code_of_conduct files 2023-04-15 19:43:21 -04:00
README.md Update README and add license, contibuting, and code_of_conduct files 2023-04-15 19:43:21 -04:00
Taskfile.yml Add deps to helm chart 2023-05-23 21:22:04 -04:00
config.example.yaml Add cache dir config and add some config env vars to helm chart 2023-05-23 20:07:48 -04:00
go.mod Add logger to web 2023-05-23 18:49:58 -04:00
go.sum Add logger to web 2023-05-23 18:49:58 -04:00
main.go Initial commit with server 2023-04-14 11:58:32 -04:00

README.md

YTDL Web

Usage

ytdl-web [OPTIONS]

Available options:

  • -b, --base-path string the base path, used when behind reverse proxy
  • --config string config file (default is $XDG_CONFIG_HOME/ytdl-web/config.yml)
  • -h, --help help for ytdl-web
  • -l, --listen string address to listen on (default "127.0.0.1")
  • -p, --port int port to listen on (default 8080)
  • -y, --ytdlp-path string the path to the yt-dlp binary, used when it is not in $PATH (default "yt-dlp")

Building from source

Prerequisites:

Steps:

  1. Download dependencies
task deps
  1. Build binary
task build

Releasing

Prerequisites:

Steps:

  1. Ensure gitea access token is in ~/.config/goreleaser/gitea_token

  2. Run release task

task release

Publishing Chart

Prerequisites:

Steps:

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

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.

Authors

  • Evan Fiordeliso - Initial project work - efiordeliso
  • Billie Thompson - Provided README Template - PurpleBooth

License

The project is licensed under the GPL v3 License - see the LICENSE.md file for details.