This is a containerized ASP.NET Core web application that uses the Pushshift API to provide youtube video links from comments written in specific subreddits. Uses nginx-proxy to automate nginx and https certifications.
- git
- docker compose
git clone https://github.com/LewkyB/IRCTube-ASPNETCore.git
cd IRCTube-ASPNETCore
mv .env.acme-companion.example .env.acme-companion
- In the new
.env.acme-companion
file, fill in yourDEFAULT_EMAIL
docker-compose up
If you fail with building on a Raspberry Pi 4 check out this for a fix
- Pushshift
- PsawSharp
- nginx-proxy
- heckingoodboys (for nginx-proxy docker-compose configuration example)