Skip to main content

Owncast v0.0.10

· 2 min read

This is a hot fix to resolve an issue using external S3 compatible storage in v0.0.9: #1455

There are no other changes and this only impacts those using that feature. See the release notes for v0.0.9 for details around the previous release.

Upgrade instructions from 0.0.9

  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.

Downloads

View all downloads on the GitHub release page.

PlatformDownload
owncast-0.0.10-linux-32bit.zipDownload (13.7 MB)
owncast-0.0.10-linux-64bit.zipDownload (14.1 MB)
owncast-0.0.10-linux-arm64.zipDownload (13.6 MB)
owncast-0.0.10-linux-arm7.zipDownload (13.6 MB)
owncast-0.0.10-macOS-64bit.zipDownload (14.7 MB)