Docker Images
Docker images have been built and pushed:
Docker Hub:
alexta69/metube:latestalexta69/metube:2026.04.02
GitHub Container Registry:
ghcr.io/alexta69/metube:latestghcr.io/alexta69/metube:2026.04.02
Changes
- update README (0cba61c)
- Add clarifying comments for n_entries and __last_playlist_index fields (closes #692) (d7eaaaa)
- Use PORT env variable in Dockerfile HEALTHCHECK instead of hardcoded 8081 (771ba52)
- Initial plan (1cc27d3)
- Propagate missing playlist context fields (playlist_count, playlist_autonumber, n_entries, __last_playlist_index) (981e6c1)
- Add explanatory comment for fake STR_FORMAT_RE_TMPL key group in tests (b17e1e5)
- Replace custom template substitution with yt-dlp's evaluate_outtmpl (c1b5540)