Skip to content

Releases: CrazyWolf13/streamlink-webui

v0.3 Reverse Proxy Support 🌐

12 Dec 16:08
Compare
Choose a tag to compare

With this release streamlink-webui now has support for reverse proxys and setup behind a domain.
I've also improved the startup by using a shell script to apply different env variables set inside Docker to the application at runtime.

Look here for instructions on how to set streamlink-webui up behind a domain.
https://github.com/CrazyWolf13/streamlink-webui/blob/main/README.md#behind-a-domain

Warning

This is one of the first public releases which is considered alpha, bugs are expected.
Please report any issues or suggestions via Github Issues.

Thanks ❤️
Special Thanks to @marcopeocchi for helping me with the pinia storage to apply the BASE_URL at runtime. ❤️

v0.2 Docker release 🐋

23 Nov 18:15
Compare
Choose a tag to compare

With this release we now have a docker image available on Docker Hub

For installation instructions visit the README

Thanks to @sebi364 for helping me out with the project structure and Dockerfile.

Warning

This is one of the first public releases which is considered alpha, bugs are expected.
Please report any issues or suggestions via Github Issues.

Thanks ❤️

v0.1 Initial Release 🎉

22 Nov 22:06
1fd03b7
Compare
Choose a tag to compare

This is the first public release of streamlink-webui

This release includes:

  • Backend written in python (FastAPI)
  • Frontend written in Vue.js
  • Integration with Twitch API
  • Scheduled automatic recordings of a Twitch Channel
  • Management through a nice webinterface

Warning

This is the first public release which is considered alpha, bugs are expected.

Thanks ❤️