Releases: CrazyWolf13/streamlink-webui
v0.3 Reverse Proxy Support 🌐
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 🐋
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 🎉
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 ❤️