Releases: CrazyWolf13/streamlink-webui
0.6 Schedule_End Configuration
This release of streamlink-webui brings the following additions and bugfixes:
- Allow user configuration of SCHEDULE_END via Enviroment Variable
- Increate default SCHEDULE_END to 48h as it's the general Twitch Livestream lenght.
Full Changelog: 0.5...0.6
0.5 Better Format selection
v0.4 Bugfixes and PVE installation
This release of streamlink-webui brings the following additions:
- Fixed an issue with 720p resolution not working, thanks (@brnu26)
- Adapted the start.sh hook to better support non-docker installation methods.
- Support for Proxmox via Community-Scripts: https://community-scripts.github.io/ProxmoxVE/scripts?id=streamlink-webui
Full Changelog: 0.3...0.4
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 ❤️