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
- 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. - Change to the directory where Owncast is installed on your server.
- If you’ve customized your web interface in any way you will want to back up the files you’ve changed or customized.
- 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 - Restart the service. If you're running under systemd
systemctl start owncast.
Downloads
View all downloads on the GitHub release page.
| Platform | Download |
|---|---|
| owncast-0.0.10-linux-32bit.zip | Download (13.7 MB) |
| owncast-0.0.10-linux-64bit.zip | Download (14.1 MB) |
| owncast-0.0.10-linux-arm64.zip | Download (13.6 MB) |
| owncast-0.0.10-linux-arm7.zip | Download (13.6 MB) |
| owncast-0.0.10-macOS-64bit.zip | Download (14.7 MB) |