containers / podman.io

The new podman.io design project
https://podman.io/
Apache License 2.0
42 stars 42 forks source link

Meetings listed on the community page are not up to date #265

Closed gautamkrishnar closed 2 months ago

gautamkrishnar commented 5 months ago

Meetings listed on the community page are not up to date.

Screenshot 2024-01-23 at 7 35 30 AM

Currently, the meetings listed on https://podman.io/community is a couple of months old even though the actual community meetings happened days ago: https://www.youtube.com/@Podman/videos

gautamkrishnar commented 5 months ago

I had seen #35, which discusses having YouTube videos on the Podman website. Unfortunately, this may not be possible directly since Youtube APIS requires authentication. There is an alternative way of implementing this though.

  1. Call the YouTube API using an API key using GitHub actions that run periodically using the cronjob trigger and update a JSON file with the links to the most recent videos on the channel.
  2. Use that JSON on the front end to show the videos on the page.

I would be happy to work on this if you guys are ok with this approach.