Update docker.io/gabekangas/owncast Docker tag to v0.2.1

No problems automatically updating the Docker image and run the container by Watchtower with dependency update facilitated by Mend's Renovate Bot.

This MR contains the following updates:

Package Update Change
docker.io/gabekangas/owncast patch 0.2.0 -> 0.2.1

Release Notes

owncast/owncast (docker.io/gabekangas/owncast)

v0.2.1: Owncast v0.2.1

Compare Source

Changelog

[0.2.1] - 2025-01-17

This is a tiny bugfix release with no features.

Additional v0.2.x releases will continue until the backend refactor work is completed.

Upgrade instructions from 0.2.0

  1. Stop the service from running. If you're using a pre-installed image through a hosting provider, or setup Owncast to run under systemd you can probably just simply run systemctl stop owncast.
  2. Change to the directory where Owncast is installed on your server.
  3. If you’ve customized your web interface in any way you will want to back up the files you’ve changed or customized.
  4. Re-run the installer as the user you run Owncast under. For example if you are running owncast as the user "owncast": su -c "curl https://owncast.online/install.sh |bash" owncast
  5. Restart the service. If you're running under systemd systemctl start owncast.

Fixed