Provide IPTV channel addresses and EPG information for the programs.
Go to file
Senis d1923d9708
Update controller concurrency and Dockerfile, provide detailed version info
Enhanced the 'controller.go' file to enforce a maximum concurrency limit of 16. Also made changes in Dockerfile including setting a new repository mirror, adding git for using git commit hash at build which can be displayed through 'version.go'. This commit leads to an improved application performance, more streamlined build process and detailed version information.

Update CI/CD workflow in GitHub Actions

Changed the 'ci.yml' configuration file to trigger build process on each push event for any tag. This change optimizes the workflow to ensure code is tested and integrated on every version increment without waiting for a pull request.
2024-01-15 20:02:31 +08:00
.github/workflows Update controller concurrency and Dockerfile, provide detailed version info 2024-01-15 20:02:31 +08:00
app/server Update controller concurrency and Dockerfile, provide detailed version info 2024-01-15 20:02:31 +08:00
common Update controller concurrency and Dockerfile, provide detailed version info 2024-01-15 20:02:31 +08:00
config Update controller concurrency and Dockerfile, provide detailed version info 2024-01-15 20:02:31 +08:00
controller Update controller concurrency and Dockerfile, provide detailed version info 2024-01-15 20:02:31 +08:00
.gitignore Initial commit 2024-01-05 08:47:10 +08:00
config.example.yaml Update controller concurrency and Dockerfile, provide detailed version info 2024-01-15 20:02:31 +08:00
Dockerfile Update controller concurrency and Dockerfile, provide detailed version info 2024-01-15 20:02:31 +08:00
go.mod Update EPG model and parsing mechanisms 2024-01-05 23:25:33 +08:00
go.sum Update EPG model and parsing mechanisms 2024-01-05 23:25:33 +08:00
main.go Update controller concurrency and Dockerfile, provide detailed version info 2024-01-15 20:02:31 +08:00