docs: warn for broken container
All checks were successful
build / build (push) Successful in 1m55s

This commit is contained in:
Viktor Varland 2025-04-12 13:22:15 +02:00
parent 0481bc3574
commit 966417c479
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -67,7 +67,7 @@ CGO_ENABLED=0 go build
## config
`config.toml`:
Full `config.toml`:
```toml
dry_run = true # set to `false` for real run
@ -148,7 +148,8 @@ a bot" together with cookies.
Either add a manually generated POT to the config: `po_token =
"{TOKEN}"` or, set up bgutils[2] with the youtube extractor to do POT
generation automatically.
generation automatically, in which case, leave the `po_token` as an
empty string (`""`).
```
# assumes pipx was used to install yt-dlp
@ -213,6 +214,9 @@ WantedBy=timers.target
## container
> [!CAUTION]
> The image is currently broken
```
podman run --rm \
--env='CONFIG=/data/config.toml' \